14 #include "axlCoreExport.h"
15 #ifndef AXLFIELDPARAMETRICCURVE_H
16 #define AXLFIELDPARAMETRICCURVE_H
20 class axlFieldParametricCurvePrivate;
51 virtual double scalar(
double u,
double v = 0.,
double w = 0.);
52 virtual double *
vector(
double u,
double v = 0.,
double w = 0.);
53 virtual double *
tensor(
double u,
double v = 0.,
double w = 0.);
66 axlFieldParametricCurvePrivate *d;
72 #endif // AXLFIELDPARAMETRICCURVE_H
virtual double scalar(double u, double v=0, double w=0)
Returns the value of the parametric field at the parameters values in input.
virtual void update(void)
virtual void setFunction(axlAbstractData *data)
Returns the description of the field.
virtual double * tensor(double u, double v=0, double w=0)
Returns the value of the spatial field at the coordinates point entered.
virtual void setCurve(axlAbstractData *Curve)
Sets the support Curve of the field.
virtual axlAbstractData * getFunction(void)
Returns the description of the field.
Class axlFieldParametricCurve defines an API for field which owns a BSpline curve.
AXLCORE_EXPORT dtkAbstractData * createaxlFieldParametricCurve(void)
Class axlAbstractFieldParametricCurve defines an API for parametric field.
virtual int size(void)
Returns number of parameters on which the field is evaluated.
virtual QString identifier(void) const
Returns the description of the field.
virtual double end_u(void)
Returns the last v-value parameter.
virtual double start_u(void)
Returns the first u-value parameter.
Class axlAbstractData defines an API for all type of axel data.
virtual double numbersample_u(void)
Returns the number of u-parameters.
virtual QString description(void) const
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.