VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIndirectSwitchInfo.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2020 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
15 
16 #include <osg/Node>
17 
18 namespace makVrv
19 {
20  namespace DynamicTerrain
21  {
23  typedef size_t NodePathHash;
24  }
25 
32  {
35  unsigned int mySwitchMaskBit;
36  osg::NodePath myNodePath;
38  };
39 
40 }
size_t NodePathHash
Typedef used to represent a hash of an OSG Node path to a referenced node.
Definition: DtIndirectSwitchInfo.h:23
DynamicTerrain::NodePathHash myDynamicTerrianPathHash
Definition: DtIndirectSwitchInfo.h:37
unsigned int mySwitchMaskBit
Definition: DtIndirectSwitchInfo.h:35
int mySwitchChild
Definition: DtIndirectSwitchInfo.h:34
Contains makVrv::DtMultiReferencedNodeContainer class.
structure for holding the information about a particular instance of a particular switch...
Definition: DtIndirectSwitchInfo.h:31
Contains DLL export macros.
osg::NodePath myNodePath
Definition: DtIndirectSwitchInfo.h:36
int myPerGeomInstanceIdx
Definition: DtIndirectSwitchInfo.h:33

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)