![]() |
VR-Forces 4.3.1 Class Documentation
|
Base class for a validator that checks visualizer definitions against a schema. More...

Public Member Functions | |
| DtVisualizerDefinitionValidator () | |
| CTOR. | |
| virtual | ~DtVisualizerDefinitionValidator () |
| DTOR. | |
| virtual bool | isValid (const DtVisualizerDefinition &def)=0 |
| Check whether the definition is valid for a schema. | |
Base class for a validator that checks visualizer definitions against a schema.
To use, derive from this class and implement isValid for a specific visualizer definition then register it with the DtElementDefinitionManager with that schema name
| makVrv::DtVisualizerDefinitionValidator::DtVisualizerDefinitionValidator | ( | ) |
CTOR.
|
virtual |
DTOR.
|
pure virtual |
Check whether the definition is valid for a schema.
Implemented in makVrv::DtMainModelDefinitionValidator.