24#ifndef _SO_GEO_RENDER_ELEMENT
25#define _SO_GEO_RENDER_ELEMENT
27#include <Inventor/elements/SoInt32Element.h>
28#include <Inventor/projection/SbProj4Projection.h>
56 {
set(state, renderProjection); }
72 virtual void print(FILE *fp)
const;
77 virtual void init(
SoState *state);
81 static void initClass();
82 static void exitClass();
Projection
Available projections.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Stores the curre...
static SbProj4Projection::Projection getDefault()
Returns the default render mode.
static SoType getClassTypeId()
Returns the type identifier for this class.
static void set(SoState *state, SbProj4Projection::Projection renderProjection)
Sets the current render mode in the state.
virtual void print(FILE *fp) const
Prints element (for debugging).
static SbProj4Projection::Projection get(SoState *state)
Returns current render mode in the state.
static int getClassStackIndex()
Returns the stack id for this element.
static void set(SoState *state, SoNode *, SbProj4Projection::Projection renderProjection)
Sets the current render mode in the state.
Stores a single int32_t, int, or enum value.
Abstract base class for all database nodes.