#include <OSGNodeGraph.h>
Public Member Functions | |
Constructors | |
| IndexEdge (void) | |
| IndexEdge (int iv1, int iv2) | |
| IndexEdge (const IndexEdge &obj) | |
Destructors | |
| ~IndexEdge (void) | |
Public Attributes | |
| int | v1 |
| int | v2 |
Definition at line 408 of file OSGNodeGraph.h.
| osg::NodeGraph::IndexEdge::IndexEdge | ( | void | ) | [inline] |
| osg::NodeGraph::IndexEdge::IndexEdge | ( | int | iv1, | |
| int | iv2 | |||
| ) | [inline] |
| osg::NodeGraph::IndexEdge::IndexEdge | ( | const IndexEdge & | obj | ) | [inline] |
| osg::NodeGraph::IndexEdge::~IndexEdge | ( | void | ) | [inline] |
Definition at line 412 of file OSGNodeGraph.h.
Definition at line 413 of file OSGNodeGraph.h.
1.5.5