1 #ifndef COIN_SOTEMPPATH_H
2 #define COIN_SOTEMPPATH_H
27 #include <Inventor/SoFullPath.h>
34 void simpleAppend(
SoNode *
const node,
const int index);
35 void replaceTail(
SoNode *
const node,
const int index);
38 #endif // !COIN_SOTEMPPATH_H
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 SoFullPath class allows examination of hidden children in paths.SoPath allows only access from th...
Definition: SoFullPath.h:29
The SoTempPath class is used to store temporary paths.The path simply turns off auditing in the const...
Definition: SoTempPath.h:29