#include <LDM/elements/SoTransferFunctionElement.h>
Public Member Functions | |
virtual void | push (SoState *state) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SoNode *node, SoTransferFunction *m_transferFunctionNode) |
static void | get (SoState *state, SoTransferFunction *&m_transferFunctionNode) |
static void | get (SoState *state, std::vector< SoTransferFunction * > &) |
static void | getDefault (SoTransferFunction *&m_transferFunctionNode) |
static SbBool | hasTransparency (SoState *state) |
static void SoTransferFunctionElement::get | ( | SoState * | state, | |
std::vector< SoTransferFunction * > & | ||||
) | [static] |
Get the current list of transfer function stored in the state.
static void SoTransferFunctionElement::get | ( | SoState * | state, | |
SoTransferFunction *& | m_transferFunctionNode | |||
) | [static] |
static int SoTransferFunctionElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoAccumulatedElement.
static SoType SoTransferFunctionElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoAccumulatedElement.
static void SoTransferFunctionElement::getDefault | ( | SoTransferFunction *& | m_transferFunctionNode | ) | [static] |
Default values.
returns true if one (at least) accumulated transferFuncion contains a transparency
virtual void SoTransferFunctionElement::push | ( | SoState * | ) | [virtual] |
Pushes element.
Allows for side effects to occur. Default methods do nothing.
Reimplemented from SoAccumulatedElement.
static void SoTransferFunctionElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
SoTransferFunction * | m_transferFunctionNode | |||
) | [static] |
Sets/Gets the current volume data attributes in the state.