14 #include "axlCoreExport.h"
15 #ifndef AXLFIELDPARAMETRICSURFACETANGENTVECTOR_H
16 #define AXLFIELDPARAMETRICSURFACETANGENTVECTOR_H
20 class axlFieldParametricSurfaceTangentVectorPrivate;
32 void setParameter(
double parameter,
int channel);
34 double parameter(
int channel);
48 double*
vector(
double u,
double v,
double w=0.);
57 axlFieldParametricSurfaceTangentVectorPrivate *d;
63 #endif // AXLFIELDPARAMETRICSURFACETANGENTVECTOR_H
virtual double start_u(void)
Returns the first u-value parameter.
virtual int size(void)
Returns number of parameters on which the field is evaluated.
virtual void update(void)
virtual double start_v(void)
Returns the first v-value parameter.
virtual double numbersample_v(void)
Returns the number of v-parameters.
virtual double numbersample_u(void)
Returns the number of u-parameters.
virtual double end_u(void)
Returns the last v-value parameter.
virtual double * vector(double u, double v, double w=0)
Returns the value of the parametric field evaluated at the parameters in input.
AXLCORE_EXPORT dtkAbstractData * createaxlFieldParametricSurfaceTangentVector(void)
Class axlFieldParametricSurfaceTangentVector defines an API for field which owns a BSpline Surface as...
virtual double end_v(void)
Returns the last v-value parameter.
virtual QString identifier(void) const
Returns the description of the field.
virtual QString description(void) const
Returns the description of the field.
Class axlAbstractFieldParametricSurface defines an API for parametric field.
virtual void setSurface(axlAbstractData *surface)
Sets the support surface of the field.
Class axlAbstractData defines an API for all type of axel data.