1 #ifndef COIN_SOPOLYGONOFFSETELEMENT_H     2 #define COIN_SOPOLYGONOFFSETELEMENT_H    36 #include <Inventor/elements/SoReplacedElement.h>    43   static void initClass(
void);
    55   static void set(
SoState * state, 
SoNode * node, 
float factor, 
float units,
    56                   Style styles, SbBool on);
    57   static void get(
SoState * state, 
float & factor, 
float & units,
    58                   Style & styles, SbBool & on);
    59   static void getDefault(
float & factor, 
float & units, 
Style & styles,
    68   virtual void setElt(
float factor, 
float units, 
Style styles, SbBool on);
    71 #endif // !COIN_SOPOLYGONOFFSETELEMENT_H The SoPolygonOffsetElement class is yet to be documented.FIXME: write doc. 
Definition: SoPolygonOffsetElement.h:38
 
float offsetfactor
Definition: SoPolygonOffsetElement.h:65
 
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
 
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
 
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:88
 
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:39
 
SbBool active
Definition: SoPolygonOffsetElement.h:64
 
float offsetunits
Definition: SoPolygonOffsetElement.h:66
 
Style style
Definition: SoPolygonOffsetElement.h:63
 
Style
Definition: SoPolygonOffsetElement.h:48