1#ifndef COIN_SOGLLINEWIDTHELEMENT_H
2#define COIN_SOGLLINEWIDTHELEMENT_H
36#include <Inventor/elements/SoLineWidthElement.h>
55 virtual void setElt(
float width);
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 SoGLLineWidthElement class changes the line width setting of the OpenGL render state.
Definition SoGLLineWidthElement.h:38
The SoLineWidthElement class changes the line width setting of the render state.
Definition SoLineWidthElement.h:38
virtual void init(SoState *state)
Definition SoLineWidthElement.cpp:76
static void initClass(void)
Definition SoLineWidthElement.cpp:59
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44