17 #include <dtkCoreSupport/dtkGlobal.h>
152 DTK_DEFAULT_IMPLEMENTATION;
169 DTK_DEFAULT_IMPLEMENTATION;
180 DTK_DEFAULT_IMPLEMENTATION;
191 DTK_DEFAULT_IMPLEMENTATION;
220 DTK_DEFAULT_IMPLEMENTATION;
virtual ~axlAbstractFieldDiscrete(void)
Destroys the discrete field.
axlAbstractFieldDiscrete()
virtual double scalar(int index)
Returns the value at index location of the scalar array.
virtual void setSize(int size)
virtual void setTensor(int index, double v1, double v2, double v3, double v4, double v5, double v6, double v7, double v8, double v9)
virtual void setVector(int index, double v1, double v2, double v3)
virtual void update(void)
virtual double * tensor(int index)
Returns the value at index location of the tensor array.
virtual void setScalar(int index, double v1)
virtual double * vector(int index)
Returns the value at index location of the vector array.