1#ifndef COIN_SONODEKITPATH_H
2#define COIN_SONODEKITPATH_H
27#include <Inventor/SoPath.h>
38 SoNode * getTail(
void)
const;
39 SoNode * getNode(
const int idx)
const;
40 SoNode * getNodeFromTail(
const int idx)
const;
45 SbBool containsNode(
SoBaseKit * node)
const;
56 static void clean(
void);
65 int getIndex(
const int i)
const;
66 int getIndexFromTail(
const int i)
const;
The SbList class is a template container class for lists.
Definition SbList.h:61
void truncate(const int length, const int dofit=0)
Definition SbList.h:163
int getLength(void) const
Definition SbList.h:159
Type pop(void)
Definition SbList.h:175
int operator==(const SbList< Type > &l) const
Definition SbList.h:200
void append(const Type item)
Definition SbList.h:112
void push(const Type item)
Definition SbList.h:171
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
The SoSearchAction class provides methods for searching through scene graphs.
Definition SoSearchAction.h:35