1 #ifndef COIN_SOGLLINEWIDTHELEMENT_H 2 #define COIN_SOGLLINEWIDTHELEMENT_H 27 #include <Inventor/elements/SoLineWidthElement.h> 34 static void initClass(
void);
46 virtual void setElt(
float width);
50 static float sizerange[2];
54 #endif // !COIN_SOGLLINEWIDTHELEMENT_H The SoLineWidthElement class changes the linewidth setting of the render state.Requests from the scen...
Definition: SoLineWidthElement.h:29
virtual void push(SoState *state)
Definition: SoElement.cpp:545
SoElement is the abstract base class for all elements.Elements are part of the design for scenegraph ...
Definition: SoElement.h:34
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:143
virtual void init(SoState *state)
Definition: SoLineWidthElement.cpp:60
The SoGLLineWidthElement class changes the linewidth setting of the OpenGL render state...
Definition: SoGLLineWidthElement.h:29
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition: SoElement.cpp:560