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);
 
   40   void append(
const int childindex);
 
   41   void push(
const int childindex);
 
   43   void setTail(
const int childindex);
 
   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;
 
   49   void truncate(
const int startindex);
 
   57 #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:33
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoTempPath class is used to store temporary paths.The path simply turns off auditing in the const...
Definition: SoTempPath.h:29