#include <LDM/elements/SoROIElement.h>
Classes | |
struct | Parameters |
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, SoROI *ROINode) |
static void | get (SoState *state, SoROI *&ROINode) |
static SoROI * | get (SoState *state, int dataSetId=0) |
static void | getDefault (SoROI *&ROINode) |
Returns the last traversed ROI with the given ID.
When dataSetId is 0, returns the last traversed ROI.
static int SoROIElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
static SoType SoROIElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.
static void SoROIElement::getDefault | ( | SoROI *& | ROINode | ) | [static] |
virtual void SoROIElement::push | ( | SoState * | state | ) | [virtual] |