30 #ifndef _RL_SG_SCENE_H_
31 #define _RL_SG_SCENE_H_
35 #include <Inventor/actions/SoCallbackAction.h>
36 #include <Inventor/VRMLnodes/SoVRMLGroup.h>
47 typedef ::std::vector< Model* >::iterator
Iterator;
63 virtual ::std::string
getName()
const;
67 void load(const ::std::string& filename,
const bool& doBoundingBoxPoints =
false,
const bool& doPoints =
false);
69 virtual void remove(
Model* model);
77 static void triangleCallback(
void* userData, SoCallbackAction* action,
const SoPrimitiveVertex* v1,
const SoPrimitiveVertex* v2,
const SoPrimitiveVertex* v3);
84 #endif // _RL_SG_SCENE_H_