Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
SoDataRangeElement Class Reference

#include <LDM/elements/SoDataRangeElement.h>

+ Inheritance diagram for SoDataRangeElement:

Public Member Functions

virtual void push (SoState *state)
 Pushes element.
 
- Public Member Functions inherited from SoAccumulatedElement
virtual void print (FILE *fp) const
 Prints element (for debugging).
 
- Public Member Functions inherited from SoElement
virtual void pop (SoState *state, const SoElement *prevTopElement)
 Pops element.
 
virtual SoType getTypeId () const
 Returns type identifier for element instance.
 
- Public Member Functions inherited from SoTypedObject
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 Public Member Functions

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, SoDataRange *)
 
static void get (SoState *state, SoDataRange *&)
 
static SoDataRangeget (SoState *state, short dataRangeId)
 
static void getDefault (SoDataRange *&)
 
Deprecated
static SoDEPRECATED void get (SoState *state, std::vector< SoDataRange * > &)
 Gets the current list of data ranges stored in the state.
 
- Static Public Member Functions inherited from SoAccumulatedElement
static SoType getClassTypeId ()
 Returns the type identifier for this class.
 
static int getClassStackIndex ()
 Returns the stack id for this element.
 
- Static Public Member Functions inherited from SoElement
static SoType getClassTypeId ()
 Returns type identifier for SoElement class.
 
- Static Public Member Functions inherited from SoTypedObject
static SoType getClassTypeId ()
 Returns the type identifier for this class.
 

Detailed Description

Definition at line 42 of file SoDataRangeElement.h.

Member Function Documentation

◆ get() [1/3]

static SoDataRange * SoDataRangeElement::get ( SoState state,
short  dataRangeId 
)
static

◆ get() [2/3]

static void SoDataRangeElement::get ( SoState state,
SoDataRange *&   
)
static

◆ get() [3/3]

static SoDEPRECATED void SoDataRangeElement::get ( SoState state,
std::vector< SoDataRange * > &   
)
static

Gets the current list of data ranges stored in the state.

◆ getClassStackIndex()

static int SoDataRangeElement::getClassStackIndex ( )
static

Returns the stack id for this element.


◆ getClassTypeId()

static SoType SoDataRangeElement::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getDefault()

static void SoDataRangeElement::getDefault ( SoDataRange *&  )
static

◆ push()

virtual void SoDataRangeElement::push ( SoState )
virtual

Pushes element.

Allows for side effects to occur. Default methods do nothing.

Reimplemented from SoAccumulatedElement.

◆ set()

static void SoDataRangeElement::set ( SoState state,
SoNode node,
SoDataRange  
)
static

The documentation for this class was generated from the following file: