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
int getIndexFromTail(const int index) const
Definition: SoPath.cpp:487
SoNode * getTail(void) const
Definition: SoPath.cpp:405
The SoFullPath class allows examination of hidden children in paths.
Definition: SoFullPath.h:38
void pop(void)
Definition: SoFullPath.h:57
The SoPath class is a container class for traversal path descriptions.
Definition: SoPath.h:52
void pop(void)
Definition: SoPath.h:143
int getLength(void) const
Definition: SoPath.cpp:508
SoNode * getNodeFromTail(const int index) const
Definition: SoPath.cpp:451
The SoTempPath class is used to store temporary paths.
Definition: SoTempPath.h:38
void truncate(const int length)
Definition: SoPath.cpp:528
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56