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);
The SoBaseKit class is the toplevel superclass for nodekits.
Definition SoBaseKit.h:57
The SoNodeKitPath class is a path that contains only nodekit nodes.
Definition SoNodeKitPath.h:33
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:43
SoNode * getNode(const int index) const
Definition SoPath.cpp:416
int getIndex(const int index) const
Definition SoPath.cpp:450
void push(const int childindex)
Definition SoPath.h:128
void removeIndex(SoNode *const parent, const int oldindex)
Definition SoPath.cpp:793
SoNode * getTail(void) const
Definition SoPath.cpp:387
SoNode * getNodeFromTail(const int index) const
Definition SoPath.cpp:433
void replaceIndex(SoNode *const parent, const int index, SoNode *const newchild)
Definition SoPath.cpp:831
int getIndexFromTail(const int index) const
Definition SoPath.cpp:469
void append(const int childindex)
Definition SoPath.cpp:193
void pop(void)
Definition SoPath.h:134
friend SbBool operator==(const SoPath &lhs, const SoPath &rhs)
Definition SoPath.cpp:648
int getLength(void) const
Definition SoPath.cpp:487
void insertIndex(SoNode *const parent, const int newindex)
Definition SoPath.cpp:764
SbBool containsNode(const SoNode *const node) const
Definition SoPath.cpp:615
void truncate(const int length)
Definition SoPath.cpp:507
int findFork(const SoPath *const path) const
Definition SoPath.cpp:579
The SoSearchAction class provides methods for searching through scene graphs.
Definition SoSearchAction.h:35