ADTF_DISPLAY_TOOLBOX  3.8.0 (ADTF 3.14.3)
mixin_types.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 #include <osg/Node>
10 #include <a_utils.h>
11 
15 namespace adtf
16 {
17 
21 namespace disptb
22 {
23 
27 namespace mixinlib
28 {
29 
30 namespace endor
31 {
32 
36 struct tNodePath
37 {
38  const osg::Node* const* ppNodePath;
39  tSize nCount;
40 };
41 
42 }
43 
44 using endor::tNodePath;
45 
46 
47 } // mixinlib
48 
49 } // disptb
50 
51 } // adtf
Main namespace.
const osg::Node *const * ppNodePath
Array of node pointers.
Definition: mixin_types.h:38