1#ifndef COIN_SOLIGHTPATH_H
2#define COIN_SOLIGHTPATH_H
27#include <Inventor/SbBasic.h>
28#include <Inventor/lists/SbList.h>
39 void setHead(
SoNode *
const node);
44 SoNode *getTail(
void)
const;
45 SoNode *getHead(
void)
const;
46 SoNode *getNode(
const int index)
const;
47 int getIndex(
const int index)
const;
48 int getFullLength()
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
Type pop(void)
Definition SbList.h:175
void append(const Type item)
Definition SbList.h:112
void push(const Type item)
Definition SbList.h:171
The SoLightPath class is a light version of SoPath.
Definition SoLightPath.h:33
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoTempPath class is used to store temporary paths.
Definition SoTempPath.h:29