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);
    49   void append(
const int childindex);
    50   void push(
const int childindex);
    52   void setTail(
const int childindex);
    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;
    58   void truncate(
const int startindex);
    66 #endif // !COIN_SOLIGHTPATH_H The SoLightPath class is a light version of SoPath.SoLightPath can be used if you only need a tempora...
Definition: SoLightPath.h:42
 
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
 
The SoTempPath class is used to store temporary paths.The path simply turns off auditing in the const...
Definition: SoTempPath.h:38