The DtVrfGuiModelManager is a simple wrapper around the DtVrfModelManager that can be used to instantiate in a de.
|
typedef std::map< int,
DtVrfModelArticulatedPart > | ArticulatedParts |
| |
typedef std::map< int,
std::vector< int > > | ModelStates |
| |
| typedef std::set< DtFilename > | SimulationModelSetVisuals |
| |
typedef std::map< std::string,
ArticulatedParts > | ArticulatedPartsByFilename |
| |
typedef std::map< std::string,
std::string > | ModelDefinitionsByFilename |
| |
typedef std::map< std::string,
ModelStates > | ModelStatesByFilename |
| |
| virtual bool | loadVisuals (DtSimulationModelSet *) |
| |
| virtual bool | load (const DtFilename &directory, const DtString &root) |
| |
| virtual bool | load (const DtFilename &original, const DtString &root, int type) |
| |
| virtual bool | loadMapper (const DtFilename &original, const DtString &root, int mapType) |
| |
| virtual void | removeMappings (makVrv::DtEntityTypeMapper &mapper, const makArchives::DtEntityTypeMappingRecord &record) const |
| |
| virtual void | updateUnknowns () |
| |
| virtual bool | isUnknown (std::vector< std::string >) const |
| |
| virtual DtVrfModelArticulatedPart | articulatedPartInformationFor (int part, DtVrfDeprecatedOsgArticulatedModel &, const DtVector &positionOffset=DtVector::zero(), const DtTaitBryan &orientationOffset=DtTaitBryan()) const |
| |
| virtual void | fillInModelInformationFor (const DtFilename &original, ArticulatedParts &partInfo, const DtVector &positionOffset=DtVector::zero(), const DtTaitBryan &orientationOffset=DtTaitBryan(), const DtFilename &source=DtFilename(), bool cacheIfMissing=true) |
| |
| makVrv::DtDe * | myDe |
| |
| bool | myOwnsDe |
| |
| SimulationModelSetVisuals | mySimulationModelSetVisuals |
| |
| ArticulatedPartsByFilename | myArticulatedPartsByFilename |
| |
| ModelDefinitionsByFilename | myModelDefinitionsByFilename |
| |
| ModelStatesByFilename | myModelStatesByFilename |
| |
| std::set< std::string > | myUnknowns |
| |
| tbb::mutex | myMutex |
| |
| bool | myBlockImageLoading |
| |