The SoPolygonOffsetElement class is yet to be documented.
More...
#include <Inventor/elements/SoPolygonOffsetElement.h>
|
enum | Style { FILLED = 0x01
, LINES = 0x02
, POINTS = 0x04
} |
|
static SoType | getClassTypeId (void) |
static int | getClassStackIndex (void) |
static void * | createInstance (void) |
static void | initClass (void) |
static void | set (SoState *state, SoNode *node, float factor, float units, Style styles, SbBool on) |
| FIXME: write doc.
|
static void | get (SoState *state, float &factor, float &units, Style &styles, SbBool &on) |
| FIXME: write doc.
|
static void | getDefault (float &factor, float &units, Style &styles, SbBool &on) |
| FIXME: write doc.
|
static SoType | getClassTypeId (void) |
static int | getClassStackIndex (void) |
static void | initClass (void) |
static void | initClass (void) |
static SoType | getClassTypeId (void) |
static int | getClassStackIndex (void) |
static void | initElements (void) |
static int | getNumStackIndices (void) |
static SoType | getIdFromStackIndex (const int stackIndex) |
The SoPolygonOffsetElement class is yet to be documented.
FIXME: write doc.
◆ Style
◆ ~SoPolygonOffsetElement()
SoPolygonOffsetElement::~SoPolygonOffsetElement |
( |
void | | ) |
|
|
protectedvirtual |
◆ getClassTypeId()
SoType SoPolygonOffsetElement::getClassTypeId |
( |
void | | ) |
|
|
static |
This static method returns the SoType object associated with objects of this class.
◆ getClassStackIndex()
int SoPolygonOffsetElement::getClassStackIndex |
( |
void | | ) |
|
|
static |
This static method returns the state stack index for the class.
◆ createInstance()
void * SoPolygonOffsetElement::createInstance |
( |
void | | ) |
|
|
static |
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.
Creates a new instance of the class type corresponding to the SoType object.
◆ initClass()
void SoPolygonOffsetElement::initClass |
( |
void | | ) |
|
|
static |
Initialize relevant common data for all instances, like the type system.
◆ init()
void SoPolygonOffsetElement::init |
( |
SoState * | state | ) |
|
|
virtual |
◆ setElt()
void SoPolygonOffsetElement::setElt |
( |
float | factor, |
|
|
float | units, |
|
|
Style | styles, |
|
|
SbBool | on ) |
|
protectedvirtual |
◆ style
Style SoPolygonOffsetElement::style |
|
protected |
◆ active
SbBool SoPolygonOffsetElement::active |
|
protected |
◆ offsetfactor
float SoPolygonOffsetElement::offsetfactor |
|
protected |
◆ offsetunits
float SoPolygonOffsetElement::offsetunits |
|
protected |
The documentation for this class was generated from the following files: