Public Member Functions | |
Constructors | |
| * | Edge (void) |
| Edge (int vS, int vE, Node &n, int eS) | |
Set | |
| *void | set (int vS, int vE, Node &n, int eS) |
Public Attributes | |
| int | vertexStart |
| int | vertexEnd |
| Node * | node |
| Edge * | brotherEdge |
| int | edgeSide |
Definition at line 75 of file OSGNodeGraph.h.
|
|
Definition at line 89 of file OSGNodeGraph.h.
|
|
||||||||||||||||||||
|
Definition at line 90 of file OSGNodeGraph.h. 00091 : vertexStart(vS), vertexEnd(vE), node(&n), 00092 brotherEdge(0), edgeSide(eS) {;}
|
|
||||||||||||||||||||
|
Definition at line 98 of file OSGNodeGraph.h. 00099 { 00100 vertexStart = vS; vertexEnd = vE; node = &n; edgeSide = eS; 00101 brotherEdge = 0; 00102 }
|
|
|
Definition at line 79 of file OSGNodeGraph.h. |
|
|
Definition at line 80 of file OSGNodeGraph.h. |
|
|
Definition at line 81 of file OSGNodeGraph.h. Referenced by osg::NodeGraph::addEdge(), and osg::NodeGraph::Node::dropNeighbors(). |
|
|
Definition at line 82 of file OSGNodeGraph.h. Referenced by osg::NodeGraph::addEdge(). |
|
|
Definition at line 83 of file OSGNodeGraph.h. |
1.4.3