Added PrintProperties visitor

This commit is contained in:
Robert Osfield
2013-09-04 16:25:18 +00:00
parent ccf7bbdb50
commit 856ec46467
5 changed files with 84 additions and 10 deletions

View File

@@ -31,6 +31,12 @@ class OSGPRESENTATION_EXPORT Model : public osgPresentation::Element
META_Presentation(Model);
/** load the text subgraph.*/
virtual bool load();
/** Get all types of Properties supported by Presentation Object type, return true if the Properties are supported, false otherwise.*/
virtual bool getSupportedProperties(PropertyList&);
protected :
virtual ~Model() {}