Open Inventor Reference
SoTempPath Class Reference

This class is internal to Inventor. More...

#include <Inventor/misc/SoTempPath.h>

Inheritance diagram for SoTempPath:
SoFullPath SoPath SoBase

List of all members.

Public Member Functions

 SoTempPath (int approxLength)
 Constructor given approximate number of nodes in chain.
virtual ~SoTempPath ()

Detailed Description

It allows "temporary" paths to be created - these paths do not support the same notification behavior as SoPaths, and are therefore faster to construct and modify. They are used during traversal to maintain the current path through a graph. Since such paths are short-lived, there is no reason to pay the price of the auditor overhead.

Definition at line 74 of file SoTempPath.h.


Constructor & Destructor Documentation

SoTempPath::SoTempPath ( int  approxLength)
virtual SoTempPath::~SoTempPath ( ) [virtual]

The documentation for this class was generated from the following file: