1 #ifndef COIN_SONODEKITPATH_H 2 #define COIN_SONODEKITPATH_H 36 #include <Inventor/SoPath.h> 65 static void clean(
void);
70 void append(
const int childIndex);
73 void push(
const int childIndex);
83 #endif // !COIN_SONODEKITPATH_H The SoBaseKit class is the toplevel superclass for nodekits.
Definition: SoBaseKit.h:66
void replaceIndex(SoNode *const parent, const int index, SoNode *const newchild)
Definition: SoPath.cpp:852
SoNode * getNodeFromTail(const int index) const
Definition: SoPath.cpp:451
int findFork(const SoPath *const path) const
Definition: SoPath.cpp:600
The SoSearchAction class provides methods for searching through scene graphs.
Definition: SoSearchAction.h:44
int getIndexFromTail(const int index) const
Definition: SoPath.cpp:487
void push(const int childindex)
Definition: SoPath.h:137
The SoNodeKitPath class is a path that contains only nodekit nodes.
Definition: SoNodeKitPath.h:42
int operator==(const SbBox2s &b1, const SbBox2s &b2)
Definition: SbBox2s.h:102
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
friend SbBool operator==(const SoPath &lhs, const SoPath &rhs)
Definition: SoPath.cpp:669
int getIndex(const int index) const
Definition: SoPath.cpp:468
void insertIndex(SoNode *const parent, const int newindex)
Definition: SoPath.cpp:785
The SoPath class is a container class for traversal path descriptions.
Definition: SoPath.h:52
SoNode * getTail(void) const
Definition: SoPath.cpp:405
SbBool containsNode(const SoNode *const node) const
Definition: SoPath.cpp:636
int getLength(void) const
Definition: SoPath.cpp:508
void removeIndex(SoNode *const parent, const int oldindex)
Definition: SoPath.cpp:814
void append(const int childindex)
Definition: SoPath.cpp:211
void pop(void)
Definition: SoPath.h:143
SoNode * getNode(const int index) const
Definition: SoPath.cpp:434
void truncate(const int length)
Definition: SoPath.cpp:528