1#ifndef COIN_SOFULLPATH_H
2#define COIN_SOFULLPATH_H
27#include <Inventor/SoPath.h>
39 SoNode * getTail(
void)
const;
40 SoNode * getNodeFromTail(
const int index)
const;
41 int getIndexFromTail(
const int index)
const;
50 this->
truncate(this->nodes.getLength() - 1);
The SbList class is a template container class for lists.
Definition SbList.h:61
int getLength(void) const
Definition SbList.h:159
Type pop(void)
Definition SbList.h:175
The SoFullPath class allows examination of hidden children in paths.
Definition SoFullPath.h:29
void pop(void)
Definition SoFullPath.h:48
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
void truncate(const int length)
Definition SoPath.cpp:507
The SoTempPath class is used to store temporary paths.
Definition SoTempPath.h:29