![]() |
VR-Forces 4.7 Class Documentation
|
The DtSwitchStateHapper class is responsible for switching children of an osgSim::MultiSwitch node based on the "configName" tag of the model definition. More...

Public Member Functions | |
| DtSwitchStateMapper (DtDe &de) | |
| CTOR. | |
| virtual | ~DtSwitchStateMapper () |
| DTOR. | |
| virtual void | configure (osg::Node *n, DtOsgArticulatedModel *osgArticulatedModel, const std::string &modelDefName, const rapidjson::Value &jsonData) |
| Configure node based on json data, modifies the matching osgSim::MultiSwitch node within the scene graph of the osgArticulatedModel. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Attributes | |
| static const char * | theSwitchStateMapperFeatureName |
| Strings to get the different parts of the meta file Use these instead of hardcoded strings. | |
Protected Attributes | |
| DtDe & | myDe |
| std::string | myFeatureName |
| The name of the feature in the .meta file. | |
Private Member Functions | |
| DtSwitchStateMapper () | |
| Default CTOR (unimplemented) | |
| DtSwitchStateMapper (const DtSwitchStateMapper &orig) | |
| brief Copy CTOR (unimplemented) | |
| DtSwitchStateMapper & | operator= (const DtSwitchStateMapper) |
| brief Assignment operator (unimplemented) | |
The DtSwitchStateHapper class is responsible for switching children of an osgSim::MultiSwitch node based on the "configName" tag of the model definition.
| makVrv::DtSwitchStateMapper::DtSwitchStateMapper | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
private |
Default CTOR (unimplemented)
|
private |
brief Copy CTOR (unimplemented)
|
virtual |
Configure node based on json data, modifies the matching osgSim::MultiSwitch node within the scene graph of the osgArticulatedModel.
|
private |
brief Assignment operator (unimplemented)
|
static |
Strings to get the different parts of the meta file Use these instead of hardcoded strings.
|
protected |
|
protected |
The name of the feature in the .meta file.