1#ifndef COIN_SOLINEWIDTHELEMENT_H
2#define COIN_SOLINEWIDTHELEMENT_H
36#include <Inventor/elements/SoFloatElement.h>
38class COIN_DLL_API SoLineWidthElement :
public SoFloatElement {
39 typedef SoFloatElement inherited;
41 SO_ELEMENT_HEADER(SoLineWidthElement);
45 virtual ~SoLineWidthElement();
48 virtual void init(SoState * state);
50 static void set(SoState *
const state,
SoNode *
const node,
51 const float lineWidth);
52 static void set(SoState *
const state,
const float lineWidth);
53 static float get(SoState *
const state);
virtual void init(SoState *state)
Definition SoFloatElement.cpp:177
static void initClass(void)
Definition SoFloatElement.cpp:70
static float get(const int stackIndex, SoState *const state)
Definition SoFloatElement.cpp:153
static void set(const int stackIndex, SoState *const state, SoNode *const node, const float value)
Definition SoFloatElement.cpp:122
static float getDefault()
Definition SoLineWidthElement.cpp:115
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56