1 #ifndef COIN_SOFULLPATH_H 2 #define COIN_SOFULLPATH_H 36 #include <Inventor/SoPath.h> 59 this->
truncate(this->nodes.getLength() - 1);
62 #endif // !COIN_SOFULLPATH_H The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
The SoFullPath class allows examination of hidden children in paths.SoPath allows only access from th...
Definition: SoFullPath.h:38
void pop(void)
Definition: SoFullPath.h:57
SoNode * getNodeFromTail(const int index) const
Definition: SoPath.cpp:450
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:52
The SoTempPath class is used to store temporary paths.The path simply turns off auditing in the const...
Definition: SoTempPath.h:38
int getLength(void) const
Definition: SoPath.cpp:507
SoNode * getTail(void) const
Definition: SoPath.cpp:404
int getIndexFromTail(const int index) const
Definition: SoPath.cpp:486
void pop(void)
Definition: SoPath.h:143
void truncate(const int length)
Definition: SoPath.cpp:527