1#ifndef COIN_SONODEKITPATH_H
2#define COIN_SONODEKITPATH_H
36#include <Inventor/SoPath.h>
47 SoNode * getTail(
void)
const;
48 SoNode * getNode(
const int idx)
const;
49 SoNode * getNodeFromTail(
const int idx)
const;
54 SbBool containsNode(
SoBaseKit * node)
const;
65 static void clean(
void);
74 int getIndex(
const int i)
const;
75 int getIndexFromTail(
const int i)
const;
The SbList class is a template container class for lists.
Definition SbList.h:70
void truncate(const int length, const int dofit=0)
Definition SbList.h:172
int getLength(void) const
Definition SbList.h:168
Type pop(void)
Definition SbList.h:184
int operator==(const SbList< Type > &l) const
Definition SbList.h:209
void append(const Type item)
Definition SbList.h:121
void push(const Type item)
Definition SbList.h:180
The SoBaseKit class is the top level superclass for nodekits.
Definition SoBaseKit.h:66
The SoNodeKitPath class is a path that contains only nodekit nodes.
Definition SoNodeKitPath.h:42
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52
The SoSearchAction class provides methods for searching through scene graphs.
Definition SoSearchAction.h:44