1#ifndef COIN_SOGLPOINTSIZEELEMENT_H
2#define COIN_SOGLPOINTSIZEELEMENT_H
36#include <Inventor/SbVec2f.h>
37#include <Inventor/elements/SoPointSizeElement.h>
56 virtual void setElt(
float size);
59 static float sizerange[2];
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition SoElement.cpp:585
virtual void push(SoState *state)
Definition SoElement.cpp:570
virtual void setElt(float value)
Definition SoFloatElement.cpp:167
The SoGLPointSizeElement class changes the point size setting of the OpenGL render state.
Definition SoGLPointSizeElement.h:39
The SoPointSizeElement changes the point size setting of the render state.
Definition SoPointSizeElement.h:38
static void initClass(void)
Definition SoPointSizeElement.cpp:58
virtual void init(SoState *state)
Definition SoPointSizeElement.cpp:75
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44