VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | Private Member Functions
makVrv::DtSwitchStateMapper Class Reference

The DtSwitchStateHapper class is responsible for switching children of an osgSim::MultiSwitch node based on the "configName" tag of the model definition. More...

Inheritance diagram for makVrv::DtSwitchStateMapper:
Inheritance graph
[legend]

Public Member Functions

 DtSwitchStateMapper (DtDe &de)
 CTOR. More...
 
virtual ~DtSwitchStateMapper ()
 DTOR. More...
 
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. More...
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

Static Public Attributes

static const chartheSwitchStateMapperFeatureName
 Strings to get the different parts of the meta file Use these instead of hardcoded strings. More...
 

Protected Attributes

DtDemyDe
 
std::string myFeatureName
 The name of the feature in the .meta file. More...
 

Private Member Functions

 DtSwitchStateMapper ()
 Default CTOR (unimplemented) More...
 
 DtSwitchStateMapper (const DtSwitchStateMapper &orig)
 brief Copy CTOR (unimplemented) More...
 
DtSwitchStateMapperoperator= (const DtSwitchStateMapper)
 brief Assignment operator (unimplemented) More...
 

Detailed Description

The DtSwitchStateHapper class is responsible for switching children of an osgSim::MultiSwitch node based on the "configName" tag of the model definition.

Constructor & Destructor Documentation

makVrv::DtSwitchStateMapper::DtSwitchStateMapper ( DtDe de)

CTOR.

virtual makVrv::DtSwitchStateMapper::~DtSwitchStateMapper ( )
virtual

DTOR.

makVrv::DtSwitchStateMapper::DtSwitchStateMapper ( )
private

Default CTOR (unimplemented)

makVrv::DtSwitchStateMapper::DtSwitchStateMapper ( const DtSwitchStateMapper orig)
private

brief Copy CTOR (unimplemented)

Member Function Documentation

virtual void makVrv::DtSwitchStateMapper::configure ( osg::Node *  n,
DtOsgArticulatedModel osgArticulatedModel,
const std::string &  modelDefName,
const rapidjson::Value &  jsonData 
)
virtual

Configure node based on json data, modifies the matching osgSim::MultiSwitch node within the scene graph of the osgArticulatedModel.

DtSwitchStateMapper& makVrv::DtSwitchStateMapper::operator= ( const DtSwitchStateMapper  )
private

brief Assignment operator (unimplemented)

Member Data Documentation

const char* makVrv::DtSwitchStateMapper::theSwitchStateMapperFeatureName
static

Strings to get the different parts of the meta file Use these instead of hardcoded strings.

DtDe& makVrv::DtSwitchStateMapper::myDe
protected
std::string makVrv::DtSwitchStateMapper::myFeatureName
protected

The name of the feature in the .meta file.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)