The sotemppath class is used to store temporary paths. the path simply turns off auditing in the constructor, and leaves the user with the responsibility of keeping the path valid.
#include <Inventor/misc/SoTempPath.h>
Inherits SoFullPath.
SoTempPath (const int approxlength)
void simpleAppend (SoNode *const node, const int index)
void replaceTail (SoNode *const node, const int index)
The SoTempPath class is used to store temporary paths.
The path simply turns off auditing in the constructor, and leaves the user with the responsibility of keeping the path valid.
Constructor.
Append a node (specified by node and parent child index) to the path. This method is only available in SoTempPath, since it will not consider auditing or hidden children.
Replace the tail of this path. The node is specified by node and parent child index. This method is only available in SoTempPath,, since it will not consider auditing or hidden children.
Generated automatically by Doxygen for Coin from the source code.