Manage SoDepthOffset nodes accumulation in state.
More...
#include <Inventor/elements/SoDepthOffsetElement.h>
|
virtual void | push (SoState *) |
| Push the element into the state.
|
|
virtual void | pop (SoState *, const SoElement *) |
| Pop the element from the state.
|
|
virtual void | print (FILE *fp) const |
| Prints element (for debugging).
|
|
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.
|
|
Manage SoDepthOffset nodes accumulation in state.
This element stores SoDepthOffset nodes encountered during traversal at any given time. Requesting for current offset at a given time (throught get() method) returns the global accumulated offset, computed from all previously SoDepthOffset nodes encountered in current path traversal.
Definition at line 42 of file SoDepthOffsetElement.h.
◆ get()
static float SoDepthOffsetElement::get |
( |
SoState * | state | ) |
|
|
static |
Returns current accumulated offset from the state.
◆ getClassStackIndex()
static int SoDepthOffsetElement::getClassStackIndex |
( |
| ) |
|
|
static |
Returns the stack id for this element.
◆ getClassTypeId()
static SoType SoDepthOffsetElement::getClassTypeId |
( |
| ) |
|
|
static |
Returns the type identifier for this class.
◆ getMaxOffset()
static float SoDepthOffsetElement::getMaxOffset |
( |
SoState * | state | ) |
|
|
static |
Returns current accumulated offset from the state.
◆ pop()
Pop the element from the state.
Reimplemented from SoElement.
◆ push()
virtual void SoDepthOffsetElement::push |
( |
SoState * | | ) |
|
|
virtual |
Push the element into the state.
Reimplemented from SoElement.
◆ set() [1/3]
static void SoDepthOffsetElement::set |
( |
SoState * | state, |
|
|
float | offset ) |
|
static |
Sets the current offset in the state.
◆ set() [2/3]
static void SoDepthOffsetElement::set |
( |
SoState * | state, |
|
|
float | , |
|
|
float | , |
|
|
float | ) |
|
static |
Sets the current offset in the state.
◆ set() [3/3]
static void SoDepthOffsetElement::set |
( |
SoState * | state, |
|
|
SoNode * | , |
|
|
float | offset ) |
|
static |
Sets the current offset in the state.
◆ setMaxOffset()
static void SoDepthOffsetElement::setMaxOffset |
( |
SoState * | state, |
|
|
float | offset ) |
|
static |
Sets the current offset in the state.
The documentation for this class was generated from the following file: