VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIndirectModelMasterMappings.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2023 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
15 
16 namespace makVrv
17 {
22  {
23  public:
25  DtIndirectModelMasterMappings(DtDe& de, const std::string& modelName
26  , const osg::Node* modelNode
30 
33 
38 
39  public:
42 
44  virtual const DtArticulatedModelParser::PartMap& dofs() const;
45 
48 
50  virtual const osg::Node* modelNode(void) const;
51  protected:
52  const std::string myModelName;
53 
57 
59  };
60 }
const std::string myModelName
Definition: DtIndirectModelMasterMappings.h:52
virtual const DtArticulatedModelParser::AnimationMap & sequences() const
access sequences
const DtArticulatedModelParser::MapStateNumberToMultiSwitchList myMultiSwitches
Definition: DtIndirectModelMasterMappings.h:54
virtual const DtArticulatedModelParser::PartMap & dofs() const
access dofs
osg::ref_ptr< const osg::Node > myModelNode
Definition: DtIndirectModelMasterMappings.h:58
DtIndirectModelMasterMappings & operator=(const DtIndirectModelMasterMappings &rhs)=delete
In indirect, the first instance of a model is used to define the hierarchy of the first and ensuing i...
Definition: DtIndirectModelMasterMappings.h:21
std::unordered_map< int, MultiSwitchList > MapStateNumberToMultiSwitchList
Definition: DtArticulatedModelParser.h:47
virtual const osg::Node * modelNode(void) const
access modelNode
virtual const DtArticulatedModelParser::MapStateNumberToMultiSwitchList & multiSwitches() const
access multiSwitches
DtIndirectModelMasterMappings()=delete
not allowed
std::unordered_map< std::string, AnimationList > AnimationMap
Definition: DtArticulatedModelParser.h:50
std::unordered_map< int, PartTransformList > PartMap
Definition: DtArticulatedModelParser.h:44
virtual ~DtIndirectModelMasterMappings()
constructor
const DtArticulatedModelParser::AnimationMap mySequences
Definition: DtIndirectModelMasterMappings.h:56
Contains makVrv::DtArticulatedModelParser class.
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
const DtArticulatedModelParser::PartMap myDofs
Definition: DtIndirectModelMasterMappings.h:55

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)