1 #ifndef COIN_SOPOLYGONOFFSETELEMENT_H 
    2 #define COIN_SOPOLYGONOFFSETELEMENT_H 
   27 #include <Inventor/elements/SoReplacedElement.h> 
   34   static void initClass(
void);
 
   46   static void set(
SoState * state, 
SoNode * node, 
float factor, 
float units,
 
   47                   Style styles, SbBool on);
 
   48   static void get(
SoState * state, 
float & factor, 
float & units,
 
   49                   Style & styles, SbBool & on);
 
   50   static void getDefault(
float & factor, 
float & units, Style & styles,
 
   59   virtual void setElt(
float factor, 
float units, 
Style styles, SbBool on);
 
   62 #endif // !COIN_SOPOLYGONOFFSETELEMENT_H 
The SoPolygonOffsetElement class is yet to be documented.FIXME: write doc. 
Definition: SoPolygonOffsetElement.h:29
float offsetfactor
Definition: SoPolygonOffsetElement.h:56
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:79
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:30
SbBool active
Definition: SoPolygonOffsetElement.h:55
float offsetunits
Definition: SoPolygonOffsetElement.h:57
Style style
Definition: SoPolygonOffsetElement.h:54
Style
Definition: SoPolygonOffsetElement.h:39