22 #include <dtkCoreSupport/dtkGlobal.h>
24 class axlAbstractFieldPrivate
61 this->setObjectName(name);
264 DTK_DEFAULT_IMPLEMENTATION;
virtual double minValue(void)
Returns the minimum value of the field.
virtual void setMax(double maxi)
Sets the maximum value of the field..
virtual void update(void)
virtual QString identifier(void) const
virtual void setMin(double mini)
Sets the minimum value of the field.
virtual ~axlAbstractField(void)
Destroys the field.
virtual Support support(void)
virtual void setType(Type type)
Sets the type of the field which can be either int, float or double.
virtual double maxValue(void)
Returns the maximum value of the field.
virtual void setSupport(Support support)
virtual void setKind(Kind kind)
Sets the kind of the field which can be either scalar, vector or tensor.