1#ifndef COIN_SOLIGHTPATH_H
2#define COIN_SOLIGHTPATH_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/lists/SbList.h>
49 void append(
const int childindex);
50 void push(
const int childindex);
52 void setTail(
const int childindex);
void push(const int childindex)
Definition SoLightPath.cpp:110
SoNode * getNode(const int index) const
Definition SoLightPath.cpp:162
void append(const int childindex)
Definition SoLightPath.cpp:101
SoNode * getTail(void) const
Definition SoLightPath.cpp:144
SoNode * getHead(void) const
Definition SoLightPath.cpp:153
void makeTempPath(SoTempPath *path) const
Definition SoLightPath.cpp:219
int getFullLength() const
Definition SoLightPath.cpp:201
void setTail(const int childindex)
Definition SoLightPath.cpp:135
void pop(void)
Definition SoLightPath.cpp:119
void truncate(const int startindex)
Definition SoLightPath.cpp:210
SoLightPath(SoNode *node, const int approxlength)
Definition SoLightPath.cpp:59
void setHead(SoNode *const node)
Definition SoLightPath.cpp:87
int getIndex(const int index) const
Definition SoLightPath.cpp:186
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