#include <LDM/elements/SoDataSetElement.h>
|
| virtual void | push (SoState *state) |
| | Overrides push() method to copy values from next instance in the stack.
|
| |
| virtual void | print (FILE *fp) const |
| | Prints element (for debugging).
|
| |
| virtual void | pop (SoState *state, const SoElement *prevTopElement) |
| | Pops element.
|
| |
| virtual SoType | getTypeId () const |
| | Returns type identifier for element instance.
|
| |
| SbBool | isOfType (const SoType &type) const |
| | Returns TRUE if this object is of the type specified in type or is derived from that type.
|
| |
| template<typename TypedObjectClass> |
| SbBool | isOfType () const |
| | Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class.
|
| |
|
| static SoType | getClassTypeId () |
| | Returns the type identifier for this class.
|
| |
| static int | getClassStackIndex () |
| | Returns the stack id for this element.
|
| |
| static void | set (SoState *state, SoNode *node, SoDataSet *datasetNode) |
| |
| static void | set (SoState *state, SoNode *node, SoDataSet *datasetNode, const SbMatrix &matrix) |
| |
| static void | get (SoState *state, std::vector< SoDataSet * > &) |
| |
| static void | get (SoState *state, SoDataSet *&ds) |
| |
| static void | get (SoState *state, SoLDM::DataSetIdPairList &dataSetIdPairList) |
| |
| static const SbMatrix & | get (SoState *state, SoDataSet *&, SbBool &isIdent) |
| |
| static void | getDefault (SoLDM::DataSetIdPair &) |
| |
| static SoType | getClassTypeId () |
| | Returns the type identifier for this class.
|
| |
| static int | getClassStackIndex () |
| | Returns the stack id for this element.
|
| |
| static SoType | getClassTypeId () |
| | Returns type identifier for SoElement class.
|
| |
| static SoType | getClassTypeId () |
| | Returns the type identifier for this class.
|
| |
Definition at line 56 of file SoDataSetElement.h.
◆ get() [1/4]
◆ get() [2/4]
◆ get() [3/4]
◆ get() [4/4]
| static void SoDataSetElement::get |
( |
SoState * | state, |
|
|
std::vector< SoDataSet * > & | ) |
|
static |
◆ getClassStackIndex()
| static int SoDataSetElement::getClassStackIndex |
( |
| ) |
|
|
static |
Returns the stack id for this element.
◆ getClassTypeId()
| static SoType SoDataSetElement::getClassTypeId |
( |
| ) |
|
|
static |
Returns the type identifier for this class.
◆ getDefault()
◆ push()
| virtual void SoDataSetElement::push |
( |
SoState * | state | ) |
|
|
virtual |
Overrides push() method to copy values from next instance in the stack.
Reimplemented from SoElement.
◆ set() [1/2]
◆ set() [2/2]
The documentation for this class was generated from the following file: