#include <SoCSOTransformElement.h>
|
| 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 |
| |
Definition at line 23 of file SoCSOTransformElement.h.
◆ ~SoCSOTransformElement()
| virtual SoCSOTransformElement::~SoCSOTransformElement |
( |
| ) |
|
|
protectedvirtual |
◆ add()
| static void SoCSOTransformElement::add |
( |
SoState * |
state, |
|
|
SoCSOTransform * |
node |
|
) |
| |
|
static |
Adds a transform node to the current set in the state.
◆ addToElt()
Adds a transform node to an instance.
◆ get()
| int SoCSOTransformElement::get |
( |
std::vector< SoCSOTransform * > & |
allTransforms | ) |
const |
◆ getInstance()
Returns the top (current) instance of the element in the state.
◆ init()
| void SoCSOTransformElement::init |
( |
SoState * |
state | ) |
|
|
override |
◆ initClass()
| static void SoCSOTransformElement::initClass |
( |
| ) |
|
|
static |
◆ push()
| void SoCSOTransformElement::push |
( |
SoState * |
state | ) |
|
|
override |
Overrides push() method to copy values from next instance in the stack.
◆ _csoTransforms
The documentation for this class was generated from the following file: