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.Node kits are collections of nodes and ot...
Definition: SoBaseKit.h:66
 
void replaceIndex(SoNode *const parent, const int index, SoNode *const newchild)
Definition: SoPath.cpp:851
 
SoNode * getNodeFromTail(const int index) const
Definition: SoPath.cpp:450
 
int findFork(const SoPath *const path) const
Definition: SoPath.cpp:599
 
The SoSearchAction class provides methods for searching through scene graphs.Nodes can be searched fo...
Definition: SoSearchAction.h:44
 
int getIndexFromTail(const int index) const
Definition: SoPath.cpp:486
 
void push(const int childindex)
Definition: SoPath.h:137
 
The SoNodeKitPath class is a path that contains only nodekit nodes.All other nodes are hidden from th...
Definition: SoNodeKitPath.h:42
 
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
 
friend SbBool operator==(const SoPath &lhs, const SoPath &rhs)
Definition: SoPath.cpp:668
 
int getIndex(const int index) const
Definition: SoPath.cpp:467
 
void insertIndex(SoNode *const parent, const int newindex)
Definition: SoPath.cpp:784
 
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:52
 
SoNode * getTail(void) const
Definition: SoPath.cpp:404
 
SbBool containsNode(const SoNode *const node) const
Definition: SoPath.cpp:635
 
int getLength(void) const
Definition: SoPath.cpp:507
 
void removeIndex(SoNode *const parent, const int oldindex)
Definition: SoPath.cpp:813
 
void append(const int childindex)
Definition: SoPath.cpp:210
 
void pop(void)
Definition: SoPath.h:143
 
SoNode * getNode(const int index) const
Definition: SoPath.cpp:433
 
void truncate(const int length)
Definition: SoPath.cpp:527