14 #include "axlCoreExport.h"
15 #ifndef AXLABSTRACTFIELDPARAMETRICVOLUME_H
16 #define AXLABSTRACTFIELDPARAMETRICVOLUME_H
20 class axlAbstractFieldParametricVolumePrivate;
33 virtual int size(
void);
35 virtual double scalar(
double u,
double v,
double w);
36 virtual double *
vector(
double u,
double v,
double w);
37 virtual double *
tensor(
double u,
double v,
double w);
39 virtual double start_u(
void);
40 virtual double start_v(
void);
41 virtual double start_w(
void);
43 virtual double end_u(
void);
44 virtual double end_v(
void);
45 virtual double end_w(
void);
47 virtual double numbersample_u(
void);
48 virtual double numbersample_v(
void);
49 virtual double numbersample_w(
void);
66 axlAbstractFieldParametricVolumePrivate *d;
72 #endif // AXLABSTRACTFIELDPARAMETRICVOLUME_H
virtual QString description(void) const
Returns the description of the field.
Class axlAbstractFieldParametric defines an API for parametric field.
virtual int size(void)
Returns number of parameters on which the field is evaluated.
virtual double * tensor(double u, double v=0, double w=0)
Returns the value of the spatial field at the coordinates point entered.
virtual axlAbstractData * getFunction(void)
Returns the description of the field.
virtual double * vector(double u, double v=0, double w=0)
Returns the value of the parametric field evaluated at the parameters in input.
virtual double scalar(double u, double v=0, double w=0)
Returns the value of the parametric field at the parameters values in input.
Class axlAbstractFieldParametricVolume defines an API for parametric field.
virtual void setFunction(axlAbstractData *data)
Returns the description of the field.
virtual QString identifier(void) const
Returns the description of the field.
virtual void update(void)
Class axlAbstractData defines an API for all type of axel data.
dtkAbstractData * createaxlAbstractFieldParametricVolume(void)