Stores the current point size. More...
#include <Inventor/elements/SoPointSizeElement.h>
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, float size) |
static void | set (SoState *state, SoNode *, float size) |
static float | get (SoState *state) |
static float | getDefault () |
Stores the current point size.
This element stores the current point size.
static float SoPointSizeElement::get | ( | SoState * | state | ) | [inline, static] |
Returns current point size from the state.
static int SoPointSizeElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoFloatElement.
Reimplemented in SoGLPointSizeElement.
static SoType SoPointSizeElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoFloatElement.
Reimplemented in SoGLPointSizeElement.
static float SoPointSizeElement::getDefault | ( | ) | [inline, static] |
Returns the default point size.
Sets the current point size in the state.
static void SoPointSizeElement::set | ( | SoState * | state, | |
float | size | |||
) | [inline, static] |
Sets the current point size in the state.