Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SceneOpenSceneGraphDefines.hh
1 #ifndef __SceneOpenSceneGraphDefines_hh__
2 #define __SceneOpenSceneGraphDefines_hh__
3 
4 #define SOSG_SWITCH_PREFIX "/sw_"
5 #define SOSG_ROOT_NODE_NAME "_sceneRoot"
6 #define SOSG_LIGHT_TRANSFORM_NAME "/_lightTransform"
7 #define SOSG_LIGHT_SOURCE_NAME "/_lightSource"
8 #define SOSG_LIGHT_REPRESENTATION_SWITCH_NAME "/_lightRepresentationSwitch"
9 #define SOSG_LIGHT_REPRESENTATION_GEODE_NAME "/_lightRepresentationGeode"
10 
11 #define SOSG_KEY_FILE_NAME (std::string)("Path")
12 #define SOSG_KEY_NAME (std::string)("Name")
13 #define SOSG_KEY_IS_EDITABLE (std::string)("IsEditable")
14 #define SOSG_KEY_NODE_TYPE (std::string)("NodeType")
15 #define SOSG_KEY_IS_MODEL_SWITCH (std::string)("IsModelSwitch")
16 #define SOSG_KEY_IS_MODEL_TRANSFORM (std::string)("IsModelTransform")
17 #define SOSG_KEY_IS_VISIBLE (std::string)("IsVisibleInTreeCtrl")
18 #define SOSG_KEY_SHOW (std::string)("Show")
19 #define SOSG_KEY_IS_EXPANDED (std::string)("IsExpanded")
20 #define SOSG_KEY_IS_OCCLUDER (std::string)("IsOccluder")
21 #define SOSG_KEY_IS_CLIPPING_OUTSIDE (std::string)("IsClippingOutside")
22 #define SOSG_KEY_MARKER_ID (std::string)("MarkerID")
23 #define SOSG_KEY_SIZE_MM (std::string)("SizeMM")
24 
25 #endif