14 #include "axlCoreExport.h"
15 #ifndef AXLFIELDPARAMETRICVOLUME_H
16 #define AXLFIELDPARAMETRICVOLUME_H
20 class axlFieldParametricVolumePrivate;
57 virtual double scalar(
double u,
double v ,
double w );
58 virtual double *
vector(
double u,
double v ,
double w );
59 virtual double *
tensor(
double u,
double v ,
double w );
75 axlFieldParametricVolumePrivate *d;
81 #endif // AXLFIELDPARAMETRICVOLUME_H
virtual void setVolume(axlAbstractData *Volume)
Sets the support Volume of the field.
virtual double start_u(void)
Returns the first u-value parameter.
virtual axlAbstractData * getFunction(void)
Returns the description of the field.
virtual double end_u(void)
Returns the last u-value parameter.
virtual double * tensor(double u, double v, double w)
Returns the value of the spatial field at the coordinates point entered.
virtual double numbersample_u(void)
Returns the number of u-parameters.
virtual double numbersample_v(void)
Returns the number of v-parameters.
virtual double start_v(void)
Returns the first v-value parameter.
virtual double end_w(void)
Returns the last w-value parameter.
virtual QString description(void) const
Returns the description of the field.
virtual double * vector(double u, double v, double w)
Returns the value of the parametric field evaluated at the parameters in input.
virtual double end_v(void)
Returns the last v-value parameter.
virtual void update(void)
AXLCORE_EXPORT dtkAbstractData * createaxlFieldParametricVolume(void)
virtual void setFunction(axlAbstractData *data)
Returns the description of the field.
virtual double numbersample_w(void)
Returns the number of w-parameters.
Class axlAbstractFieldParametricVolume defines an API for parametric field.
virtual QString identifier(void) const
Returns the description of the field.
virtual int size(void)
Returns number of parameters on which the field is evaluated.
Class axlFieldParametricVolume defines an API for field which owns a BSpline Volume.
virtual double start_w(void)
Returns the first w-value parameter.
Class axlAbstractData defines an API for all type of axel data.
virtual double scalar(double u, double v, double w)
Returns the value of the parametric field at the parameters values in input.