50#ifndef _SO_LINE_WIDTH_ELEMENT
51#define _SO_LINE_WIDTH_ELEMENT
53#include <Inventor/elements/SoFloatElement.h>
67SoEXTENDER_Documented
class SoLineWidthElement :
public SoFloatElement {
69 SO_ELEMENT_HEADER(SoLineWidthElement);
81 {
set(state, width); }
97 virtual void init(
SoState *state);
101 static void initClass();
102 static void exitClass();
Stores the current line width.
static float getDefault()
Returns the default line width.
static int getClassStackIndex()
Returns the stack id for this element.
static float get(SoState *state)
Returns current line width from the state.
static SoType getClassTypeId()
Returns the type identifier for this class.
static void set(SoState *state, SoNode *, float width)
Sets the current line width in the state.
static void set(SoState *state, float width)
Sets the current line width in the state.
Abstract base class for all database nodes.