MeVisLab Toolbox Reference
|
#include <SoCSOTransformElement.h>
Public Member Functions | |
void | init (SoState *state) override |
Initializes element. | |
void | push (SoState *state) override |
Overrides push() method to copy values from next instance in the stack. | |
int | get (std::vector< SoCSOTransform * > &allTransforms) const |
Static Public Member Functions | |
static void | add (SoState *state, SoCSOTransform *node) |
Adds a transform node to the current set in the 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 void | addToElt (SoCSOTransform *node) |
Adds a transform node to an instance. | |
virtual | ~SoCSOTransformElement () |
Protected Attributes | |
std::vector< SoCSOTransform * > | _csoTransforms |
Definition at line 23 of file SoCSOTransformElement.h.
|
protectedvirtual |
|
static |
Adds a transform node to the current set in the state.
|
protectedvirtual |
Adds a transform node to an instance.
int SoCSOTransformElement::get | ( | std::vector< SoCSOTransform * > & | allTransforms | ) | const |
|
static |
Returns the top (current) instance of the element in the state.
Initializes the SoCSOTransformElement class.
Overrides push() method to copy values from next instance in the stack.
|
protected |
Definition at line 49 of file SoCSOTransformElement.h.