#include <SoCSOTransformElement.h>
Public Member Functions | |
| virtual void | init (SoState *state) |
| See inventor element documentation. Not to be called directly. | |
| virtual SbBool | matches (const SoElement *elt) const |
| See inventor element documentation. | |
| virtual SoElement * | copyMatchInfo () const |
| See inventor element documentation. | |
Static Public Member Functions | |
| static void | set (SoState *state, SoNode *node, SoCSOTransform *csoTransform) |
| Set element state. Usually called in action routines of self written inventor nodes. | |
| static SoCSOTransform * | get (SoState *state) |
| Get/Query the element state. | |
| static const SoCSOTransformElement * | getInstance (SoState *state) |
| Returns the top (current) instance of the element in the state. | |
| static void | initClass () |
| Initializes the SoCSOTransformElement class. | |
Protected Member Functions | |
| virtual | ~SoCSOTransformElement () |
| Destructor. | |
Protected Attributes | |
| SoCSOTransform * | _pTransform |
| Pointer to the transform node. | |
Definition at line 25 of file SoCSOTransformElement.h.
| virtual SoCSOTransformElement::~SoCSOTransformElement | ( | ) | [inline, protected, virtual] |
| virtual SoElement* SoCSOTransformElement::copyMatchInfo | ( | ) | const [virtual] |
See inventor element documentation.
Must be called before first class usage, but after initialization of Inventor.
| static SoCSOTransform* SoCSOTransformElement::get | ( | SoState * | state | ) | [static] |
Get/Query the element state.
The pointer to the currently set node is returned. The return value can be NULL if no node is set.
| static const SoCSOTransformElement* SoCSOTransformElement::getInstance | ( | SoState * | state | ) | [static] |
Returns the top (current) instance of the element in the state.
| virtual void SoCSOTransformElement::init | ( | SoState * | state | ) | [virtual] |
See inventor element documentation. Not to be called directly.
| static void SoCSOTransformElement::initClass | ( | ) | [static] |
Initializes the SoCSOTransformElement class.
| virtual SbBool SoCSOTransformElement::matches | ( | const SoElement * | elt | ) | const [virtual] |
See inventor element documentation.
| static void SoCSOTransformElement::set | ( | SoState * | state, | |
| SoNode * | node, | |||
| SoCSOTransform * | csoTransform | |||
| ) | [static] |
Set element state. Usually called in action routines of self written inventor nodes.
SoCSOTransform* SoCSOTransformElement::_pTransform [protected] |
1.5.8