Stores the current interactive complexity.
More...
#include <Inventor/elements/SoInteractiveComplexityElement.h>
|
virtual void | push (SoState *state) |
| Overrides push() method to copy values from next instance in the stack.
|
|
virtual void | pop (SoState *, const SoElement *prevTopElement) |
| Pop method.
|
|
virtual void | print (FILE *fp) const |
| Prints element (for debugging).
|
|
virtual SoType | getTypeId () const |
| Returns type identifier for element instance.
|
|
SbBool | isOfType (const SoType &type) const |
| Returns TRUE if this object is of the type specified in type or is derived from that type.
|
|
template<typename TypedObjectClass> |
SbBool | isOfType () const |
| Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class.
|
|
Stores the current interactive complexity.
This element stores the current interactive complexity.
SEE ALSO
SoInteractiveComplexity
Definition at line 51 of file SoInteractiveComplexityElement.h.
◆ getBooleanFieldValue()
static SbBool SoInteractiveComplexityElement::getBooleanFieldValue |
( |
SoState * | state, |
|
|
const SoSFBool * | field ) |
|
static |
◆ getClassStackIndex()
static int SoInteractiveComplexityElement::getClassStackIndex |
( |
| ) |
|
|
static |
Returns the stack id for this element.
◆ getClassTypeId()
static SoType SoInteractiveComplexityElement::getClassTypeId |
( |
| ) |
|
|
static |
Returns the type identifier for this class.
◆ getEnumFieldValue()
static int SoInteractiveComplexityElement::getEnumFieldValue |
( |
SoState * | state, |
|
|
const SoSFEnum * | field ) |
|
static |
◆ getScalarFieldValue()
static double SoInteractiveComplexityElement::getScalarFieldValue |
( |
SoState * | state, |
|
|
const SoSField * | field ) |
|
static |
Return value of scalar field as a double.
◆ pop()
virtual void SoInteractiveComplexityElement::pop |
( |
SoState * | , |
|
|
const SoElement * | prevTopElement ) |
|
virtual |
◆ push()
virtual void SoInteractiveComplexityElement::push |
( |
SoState * | state | ) |
|
|
virtual |
◆ set()
The documentation for this class was generated from the following file: