Abstract base class for all profile nodes. More...
#include <MeshViz/nodes/PoProfile.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
This node is the abstract base for profile nodes. A profile defines a 2D polygon which is used for charting representations which use them to build their geometry.
static SoType PoProfile::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoNode.
Reimplemented in PoCircularProfile, PoEllipticProfile, PoProfileCoordinate2, and PoSquareProfile.
virtual SoType PoProfile::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoNode.
Reimplemented in PoCircularProfile, PoEllipticProfile, PoProfileCoordinate2, and PoSquareProfile.