Open Inventor Reference
SoTransformation Class Reference

Abstract base class for all geometric transformation nodes. More...

#include <Inventor/nodes/SoTransformation.h>

Inheritance diagram for SoTransformation:
SoNode SoFieldContainer SoBase SoAntiSquish SoMatrixTransform SoResetTransform SoRotation SoRotationXYZ SoScale SoSurroundScale SoTransform SoTranslation SoUnits

List of all members.

Static Public Member Functions

static void initClass ()
 Initializes base node class.

Protected Member Functions

 SoTransformation ()
 Constructor - protected since this is abstract.
virtual ~SoTransformation ()

Detailed Description

This is the abstract base class for all nodes that perform geometric transformations. It exists only to make it easy for applications to test whether a particular node is a transformation node (that is, is derived from this class).

See Also
SoAntiSquish, SoMatrixTransform, SoResetTransform, SoRotation, SoRotationXYZ, SoScale, SoSurroundScale, SoTransform, SoTransformManip, SoTransformSeparator, SoTranslation SoUnits

Definition at line 79 of file SoTransformation.h.


Constructor & Destructor Documentation

SoTransformation::SoTransformation ( ) [protected]
virtual SoTransformation::~SoTransformation ( ) [protected, virtual]

Member Function Documentation


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