1#ifndef COIN_SOLIGHTPATH_H
2#define COIN_SOLIGHTPATH_H
27#include <Inventor/SbBasic.h>
28#include <Inventor/lists/SbList.h>
40 void append(
const int childindex);
41 void push(
const int childindex);
43 void setTail(
const int childindex);
void push(const int childindex)
Definition SoLightPath.cpp:100
SoNode * getNode(const int index) const
Definition SoLightPath.cpp:152
void append(const int childindex)
Definition SoLightPath.cpp:91
SoNode * getTail(void) const
Definition SoLightPath.cpp:134
SoNode * getHead(void) const
Definition SoLightPath.cpp:143
void makeTempPath(SoTempPath *path) const
Definition SoLightPath.cpp:209
int getFullLength() const
Definition SoLightPath.cpp:191
void setTail(const int childindex)
Definition SoLightPath.cpp:125
void pop(void)
Definition SoLightPath.cpp:109
void truncate(const int startindex)
Definition SoLightPath.cpp:200
SoLightPath(SoNode *node, const int approxlength)
Definition SoLightPath.cpp:49
void setHead(SoNode *const node)
Definition SoLightPath.cpp:77
int getIndex(const int index) const
Definition SoLightPath.cpp:176
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