55#include <Inventor/fields/SoField.h>
96#ifndef HIDDEN_FROM_DOC
110 static void initClass();
111 static void exitClass();
113 static void *createInstance(
SoType* dynamicType = NULL);
118 void valueChanged(
SbBool resetDefault = TRUE)
119 {valueChangedBasic(resetDefault);}
125 virtual void writeValue(
SoOutput *out)
const = 0;
128 static SoType classTypeId;
Base class for all fields.
Used to write Open Inventor data files.
Abstract base class for all single-value fields.
static SoType getClassTypeId()
Return the type identifier for this field class.
Stores runtime type information.