1#ifndef COIN_SOLIGHTPATH_H
2#define COIN_SOLIGHTPATH_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/lists/SbList.h>
48 void setHead(
SoNode *
const node);
53 SoNode *getTail(
void)
const;
54 SoNode *getHead(
void)
const;
55 SoNode *getNode(
const int index)
const;
56 int getIndex(
const int index)
const;
57 int getFullLength()
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
Type pop(void)
Definition SbList.h:184
void append(const Type item)
Definition SbList.h:121
void push(const Type item)
Definition SbList.h:180
The SoLightPath class is a light version of SoPath.
Definition SoLightPath.h:42
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoTempPath class is used to store temporary paths.
Definition SoTempPath.h:38