50#ifndef _SO_POINT_SIZE_ELEMENT
51#define _SO_POINT_SIZE_ELEMENT
53#include <Inventor/elements/SoFloatElement.h>
67SoEXTENDER_Documented
class SoPointSizeElement :
public SoFloatElement {
69 SO_ELEMENT_HEADER(SoPointSizeElement);
97 virtual void init(
SoState *state);
101 static void initClass();
102 static void exitClass();
Abstract base class for all database nodes.
Stores the current point size.
static SoType getClassTypeId()
Returns the type identifier for this class.
static void set(SoState *state, SoNode *, float size)
Sets the current point size in the state.
static float getDefault()
Returns the default point size.
static void set(SoState *state, float size)
Sets the current point size in the state.
static int getClassStackIndex()
Returns the stack id for this element.
static float get(SoState *state)
Returns current point size from the state.