Provides properties to the property table. More...
Public Member Functions | |
virtual | ~Provider () |
Destructor. More... | |
virtual void | Feed (ModelData_PropertyTable &theTable) const =0 |
Feeds the property table. More... | |
Provides properties to the property table.
Used to defer population of the properties.
This is similar to ModelData_BRepRepresentation::Provider. Refer to it for details.
|
virtual |
Destructor.
Empty destructor.
|
pure virtual |
Feeds the property table.
Subclasses must redefine this method to call AddProperty() of theTable.
Implemented in cadex::ModelData_ValidationPropertyProvider, and cadex::ModelData_BoundingBoxProvider.