Open Inventor Reference
SoComplexityElement Class Reference

Element that stores the current shape complexity.

#include <Inventor/elements/SoComplexityElement.h>

Inheritance diagram for SoComplexityElement:
SoFloatElement SoElement

List of all members.

Public Member Functions

virtual void init (SoState *state)
 Initializes element.

Static Public Member Functions

static void set (SoState *state, float comp)
 Sets the current complexity in the state.
static void set (SoState *state, SoNode *, float comp)
static float get (SoState *state)
 Returns current complexity from the state.
static float getDefault ()
 Returns the default complexity.
static void initClass ()
 Initializes the SoComplexityElement class.

Protected Member Functions

virtual ~SoComplexityElement ()

Detailed Description

Definition at line 69 of file SoComplexityElement.h.


Constructor & Destructor Documentation

virtual SoComplexityElement::~SoComplexityElement ( ) [protected, virtual]

Member Function Documentation

static float SoComplexityElement::get ( SoState state) [inline, static]

Definition at line 87 of file SoComplexityElement.h.

References SoFloatElement::get().

static float SoComplexityElement::getDefault ( ) [inline, static]

Definition at line 91 of file SoComplexityElement.h.

virtual void SoComplexityElement::init ( SoState state) [virtual]

Reimplemented from SoElement.

static void SoComplexityElement::initClass ( ) [static]

Reimplemented from SoFloatElement.

static void SoComplexityElement::set ( SoState state,
float  comp 
) [inline, static]

Definition at line 78 of file SoComplexityElement.h.

References SoFloatElement::set().

static void SoComplexityElement::set ( SoState state,
SoNode ,
float  comp 
) [inline, static]

Definition at line 82 of file SoComplexityElement.h.


The documentation for this class was generated from the following file: