1 #ifndef COIN_SONODEKITPATH_H 2 #define COIN_SONODEKITPATH_H 27 #include <Inventor/SoPath.h> 56 static void clean(
void);
61 void append(
const int childIndex);
64 void push(
const int childIndex);
74 #endif // !COIN_SONODEKITPATH_H The SoBaseKit class is the toplevel superclass for nodekits.Node kits are collections of nodes and ot...
Definition: SoBaseKit.h:57
void replaceIndex(SoNode *const parent, const int index, SoNode *const newchild)
Definition: SoPath.cpp:817
SoNode * getNodeFromTail(const int index) const
Definition: SoPath.cpp:419
int findFork(const SoPath *const path) const
Definition: SoPath.cpp:565
The SoSearchAction class provides methods for searching through scene graphs.Nodes can be searched fo...
Definition: SoSearchAction.h:32
int getIndexFromTail(const int index) const
Definition: SoPath.cpp:455
void push(const int childindex)
Definition: SoPath.h:127
The SoNodeKitPath class is a path that contains only nodekit nodes.All other nodes are hidden from th...
Definition: SoNodeKitPath.h:33
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
friend SbBool operator==(const SoPath &lhs, const SoPath &rhs)
Definition: SoPath.cpp:634
int getIndex(const int index) const
Definition: SoPath.cpp:436
void insertIndex(SoNode *const parent, const int newindex)
Definition: SoPath.cpp:750
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:43
SoNode * getTail(void) const
Definition: SoPath.cpp:373
SbBool containsNode(const SoNode *const node) const
Definition: SoPath.cpp:601
int getLength(void) const
Definition: SoPath.cpp:473
void removeIndex(SoNode *const parent, const int oldindex)
Definition: SoPath.cpp:779
void append(const int childindex)
Definition: SoPath.cpp:191
void pop(void)
Definition: SoPath.h:133
SoNode * getNode(const int index) const
Definition: SoPath.cpp:402
void truncate(const int length)
Definition: SoPath.cpp:493
int operator==(const SbBox2i32 &b1, const SbBox2i32 &b2)
Definition: SbBox2i32.h:87