#include <OSGNodeGraph.h>
Public Member Functions | |
Constructors | |
| Path (void) | |
| Path (const Path &obj) | |
Class Specific | |
| void | add (int elem) |
| void | clear (void) |
| void | operator= (const Path &obj) |
Public Attributes | |
| int | type |
| bool | flip |
| std::list< int > | path |
Definition at line 367 of file OSGNodeGraph.h.
| osg::NodeGraph::Path::Path | ( | void | ) | [inline] |
| osg::NodeGraph::Path::Path | ( | const Path & | obj | ) | [inline] |
| void osg::NodeGraph::Path::add | ( | int | elem | ) | [inline] |
| void osg::NodeGraph::Path::clear | ( | void | ) | [inline] |
| void osg::NodeGraph::Path::operator= | ( | const Path & | obj | ) | [inline] |
| std::list<int> osg::NodeGraph::Path::path |
1.5.5