1#ifndef COIN_SOFULLPATH_H
2#define COIN_SOFULLPATH_H
36#include <Inventor/SoPath.h>
38class COIN_DLL_API SoFullPath :
public SoPath {
40 friend class SoTempPath;
43 SoFullPath(
const int approxLength);
44 virtual ~SoFullPath(
void);
59 this->
truncate(this->nodes.getLength() - 1);
void pop(void)
Definition SoFullPath.h:57
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
SoPath(const int approxlength=4)
Definition SoPath.cpp:118
SoNode * getTail(void) const
Definition SoPath.cpp:405
SoNode * getNodeFromTail(const int index) const
Definition SoPath.cpp:451
int getIndexFromTail(const int index) const
Definition SoPath.cpp:487
void pop(void)
Definition SoPath.h:143
int getLength(void) const
Definition SoPath.cpp:508
void truncate(const int length)
Definition SoPath.cpp:528