VR-Forces Developer's Guide
 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 {
26  {
29  unsigned int mySwitchMaskBit;
30  osg::NodePath myNodePath;
32  };
33 }
size_t NodePathHash
Typedef used to represent a hash of an OSG Node path to a referenced node.
Definition: DtMultiReferencedNodeContainer.h:26
DynamicTerrain::NodePathHash myDynamicTerrianPathHash
Definition: DtIndirectSwitchInfo.h:31
unsigned int mySwitchMaskBit
Definition: DtIndirectSwitchInfo.h:29
int mySwitchChild
Definition: DtIndirectSwitchInfo.h:28
Contains makVrv::DtMultiReferencedNodeContainer class.
structure for holding the information about a particular instance of a particular switch...
Definition: DtIndirectSwitchInfo.h:25
Contains DLL export macros.
osg::NodePath myNodePath
Definition: DtIndirectSwitchInfo.h:30
int myPerGeomInstanceIdx
Definition: DtIndirectSwitchInfo.h:27

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)