Element's subclasses store a single float, int, or enum value. More...
#include <Inventor/elements/SoFloatElement.h>
Public Member Functions | |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
Element's subclasses store a single float, int, or enum value.
This element's subclasses store a single float, int, or enum value. This class defines generic matches() and copy() methods.
static int SoFloatElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoElement.
Reimplemented in SoComplexityElement, SoCreaseAngleElement, SoDecimationPercentageElement, SoDepthOffsetElement, SoFocalDistanceElement, SoFontSizeElement, SoLineWidthElement, SoNeighborToleranceElement, SoPointSizeElement, SoTextAliasingFactorElement, SoTextBackFrameLineWidthElement, SoTextMarginElement, and SoTextureQualityElement.
static SoType SoFloatElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoElement.
Reimplemented in SoComplexityElement, SoCreaseAngleElement, SoDecimationPercentageElement, SoDepthOffsetElement, SoFocalDistanceElement, SoFontSizeElement, SoLineWidthElement, SoNeighborToleranceElement, SoPointSizeElement, SoTextAliasingFactorElement, SoTextBackFrameLineWidthElement, SoTextMarginElement, and SoTextureQualityElement.
virtual void SoFloatElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoElement.
Reimplemented in SoCreaseAngleElement, SoNeighborToleranceElement, SoTextAliasingFactorElement, SoTextBackFrameLineWidthElement, and SoTextMarginElement.