osgViewer::Scene Class Reference
List of all members.
Detailed Description
Scene holds the higher level reference to a single scene graph.
Constructor & Destructor Documentation
osgViewer::Scene::Scene |
( |
|
) |
[protected] |
virtual osgViewer::Scene::~Scene |
( |
|
) |
[protected, virtual] |
Member Function Documentation
static Scene* osgViewer::Scene::getOrCreateScene |
( |
osg::Node * |
node |
) |
[static, protected] |
Get the Scene object that has the specified node assigned to it. or return a new Scene if no Scene has yet been assigned the specified node.
static Scene* osgViewer::Scene::getScene |
( |
osg::Node * |
node |
) |
[static] |
Get the Scene object that has the specified node assigned to it. return 0 if no Scene has yet been assigned the specified node.
const osg::Node* osgViewer::Scene::getSceneData |
( |
|
) |
const |
osg::Node* osgViewer::Scene::getSceneData |
( |
|
) |
|
void osgViewer::Scene::setSceneData |
( |
osg::Node * |
node |
) |
|
Friends And Related Function Documentation
friend class View [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: