1 #ifndef COIN_SOGLPOINTSIZEELEMENT_H
2 #define COIN_SOGLPOINTSIZEELEMENT_H
27 #include <Inventor/SbVec2f.h>
28 #include <Inventor/elements/SoPointSizeElement.h>
36 static void initClass(
void);
47 virtual void setElt(
float size);
50 static float sizerange[2];
54 #endif // !COIN_SOGLPOINTSIZEELEMENT_H
The SoGLPointSizeElement class changes the pointsize setting of the OpenGL render state...
Definition: SoGLPointSizeElement.h:30
virtual void push(SoState *state)
Definition: SoElement.cpp:570
SoElement is the abstract base class for all elements.
Definition: SoElement.h:34
virtual void init(SoState *state)
Definition: SoPointSizeElement.cpp:60
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
virtual void setElt(float value)
Definition: SoFloatElement.cpp:153
The SoPointSizeElement changes the pointsize setting of the render state.Requests from the scenegraph...
Definition: SoPointSizeElement.h:29
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition: SoElement.cpp:585