Stores current MultiInstance info. More...
#include <Inventor/elements/SoMultipleInstanceElement.h>
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SoNode *node, SoMultipleInstance *instanceproperty) |
static unsigned int | getNumInstances (SoState *state) |
static SoMultipleInstance * | get (SoState *state) |
static SoMultipleInstance * | getDefault () |
static unsigned int | getNumBatches (SoState *state) |
Stores current MultiInstance info.
This element stores the current multiple instance information.
SoMultipleInstance, SoMultipleCopy, SoShape
static SoMultipleInstance* SoMultipleInstanceElement::get | ( | SoState * | state | ) | [static] |
Returns the current element in the state.
static int SoMultipleInstanceElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType SoMultipleInstanceElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
static SoMultipleInstance* SoMultipleInstanceElement::getDefault | ( | ) | [static] |
returns the default element value.
static unsigned int SoMultipleInstanceElement::getNumBatches | ( | SoState * | state | ) | [static] |
Return the number of batches.
static unsigned int SoMultipleInstanceElement::getNumInstances | ( | SoState * | state | ) | [static] |
Returns the number of shape instance requests in the state.
static void SoMultipleInstanceElement::set | ( | SoState * | state, | |
SoNode * | node, | |||
SoMultipleInstance * | instanceproperty | |||
) | [static] |
Sets the current multiple instance node.