25#ifndef _SO_POLYGON_OFFSET_ELEMENT_
26#define _SO_POLYGON_OFFSET_ELEMENT_
28#include <Inventor/elements/SoReplacedElement.h>
29#include <Inventor/SbEnums.h>
42SoEXTENDER_Documented
class SoPolygonOffsetElement :
public SoReplacedElement {
44 SO_ELEMENT_HEADER(SoPolygonOffsetElement) ;
52 LINES = SbEnums::OFFSET_WIREFRAME,
71 virtual void init(
SoState *state);
74 virtual SbBool matches(
const SoElement* elt)
const;
77 virtual SoElement* copyMatchInfo()
const;
81 static void initClass() ;
82 static void exitClass() ;
90 virtual void setElt(
float factor,
float units,
Style styles,
SbBool on) ;
92 virtual ~SoPolygonOffsetElement() ;
Abstract base class for all database nodes.
static void get(SoState *state, float &factor, float &units, Style &styles, SbBool &on)
Gets the current polygon offset attributes in the state.
static void getDefault(float &factor, float &units, Style &styles, SbBool &on)
Default values.
virtual void push(SoState *state)
Push copies the values from the previous element.
Style
PolygonOffset style.
static void set(SoState *state, SoNode *node, float factor, float units, Style styles, SbBool on)
Sets the current polygon offset attributes in the state.