Stores the current render projection More...
#include <Inventor/elements/SoGeoRenderElement.h>
Public Member Functions | |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SbProj4Projection::Projection renderProjection) |
static void | set (SoState *state, SoNode *, SbProj4Projection::Projection renderProjection) |
static SbProj4Projection::Projection | get (SoState *state) |
static SbProj4Projection::Projection | getDefault () |
static SbProj4Projection::Projection SoGeoRenderElement::get | ( | SoState * | state | ) | [inline, static] |
Returns current render mode in the state.
static int SoGeoRenderElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoInt32Element.
static SoType SoGeoRenderElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoInt32Element.
static SbProj4Projection::Projection SoGeoRenderElement::getDefault | ( | ) | [inline, static] |
Returns the default render mode.
virtual void SoGeoRenderElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoInt32Element.
static void SoGeoRenderElement::set | ( | SoState * | state, | |
SoNode * | , | |||
SbProj4Projection::Projection | renderProjection | |||
) | [inline, static] |
Sets the current render mode in the state.
static void SoGeoRenderElement::set | ( | SoState * | state, | |
SbProj4Projection::Projection | renderProjection | |||
) | [inline, static] |
Sets the current render mode in the state.