![]() |
VR-Forces Developer's Guide
|
In indirect, the first instance of a model is used to define the hierarchy of the first and ensuing instances. This container maintains this mapping. This is used by the DtOsgIndirectEntityManager.
Public Member Functions | |
| DtIndirectModelMasterMappings (DtDe &de, const std::string &modelName, const osg::Node *modelNode, DtArticulatedModelParser::MapStateNumberToMultiSwitchList &multiSwitches, DtArticulatedModelParser::PartMap &dofs, DtArticulatedModelParser::AnimationMap &sequences) | |
| virtual | ~DtIndirectModelMasterMappings () |
| DtIndirectModelMasterMappings ()=delete | |
| DtIndirectModelMasterMappings (const DtIndirectModelMasterMappings &rhs)=delete | |
| DtIndirectModelMasterMappings & | operator= (const DtIndirectModelMasterMappings &rhs)=delete |
| virtual const DtArticulatedModelParser::MapStateNumberToMultiSwitchList & | multiSwitches () const |
| virtual const DtArticulatedModelParser::PartMap & | dofs () const |
| virtual const DtArticulatedModelParser::AnimationMap & | sequences () const |
| virtual const osg::Node * | modelNode (void) const |
Protected Attributes | |
| const std::string | myModelName |
| const DtArticulatedModelParser::MapStateNumberToMultiSwitchList | myMultiSwitches |
| const DtArticulatedModelParser::PartMap | myDofs |
| const DtArticulatedModelParser::AnimationMap | mySequences |
| osg::ref_ptr< const osg::Node > | myModelNode |
| makVrv::DtIndirectModelMasterMappings::DtIndirectModelMasterMappings | ( | DtDe & | de, |
| const std::string & | modelName, | ||
| const osg::Node * | modelNode, | ||
| DtArticulatedModelParser::MapStateNumberToMultiSwitchList & | multiSwitches, | ||
| DtArticulatedModelParser::PartMap & | dofs, | ||
| DtArticulatedModelParser::AnimationMap & | sequences | ||
| ) |
constructor
|
virtual |
constructor
|
delete |
not allowed
|
delete |
|
delete |
|
virtual |
access multiSwitches
|
virtual |
access dofs
|
virtual |
access sequences
|
virtual |
access modelNode
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |