Stores the current dataset id. More...
#include <LDM/elements/SoDataSetIdElement.h>
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SoDataSetId *dsId) |
static const SoDataSetId * | get (SoState *state) |
Stores the current dataset id.
This element stores the dataset id.
static const SoDataSetId* SoDataSetIdElement::get | ( | SoState * | state | ) | [static] |
Returns current id from the state.
static int SoDataSetIdElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType SoDataSetIdElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
static void SoDataSetIdElement::set | ( | SoState * | state, | |
SoDataSetId * | dsId | |||
) | [static] |
Sets the current id in the state.