41 #ifndef vtkParametricSpline_h
42 #define vtkParametricSpline_h
47 #include "vtkCommonComputationalGeometryModule.h"
73 void Evaluate(
double u[3],
double Pt[3],
double Du[9])
override;
79 double EvaluateScalar(
double u[3],
double Pt[3],
double Du[9])
override;
111 void SetNumberOfPoints(
vtkIdType numPts);
133 vtkBooleanMacro(ParameterizeByLength,
vtkTypeBool);
153 vtkSetClampMacro(LeftConstraint,
int, 0, 3);
154 vtkGetMacro(LeftConstraint,
int);
155 vtkSetClampMacro(RightConstraint,
int, 0, 3);
156 vtkGetMacro(RightConstraint,
int);
164 vtkSetMacro(LeftValue,
double);
165 vtkGetMacro(LeftValue,
double);
166 vtkSetMacro(RightValue,
double);
167 vtkGetMacro(RightValue,
double);
vtkTypeUInt32 vtkMTimeType
virtual double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9])=0
Calculate a user defined scalar using one or all of uvw, Pt, Duvw.
vtkMTimeType InitializeTime
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])=0
Performs the mapping $f(uvw)->(Pt,Duvw)$f.
int GetDimension() override
Return the parametric dimension of the class.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract interface for parametric functions
parametric function for 1D interpolating splines
a simple class to control print indentation
spline abstract class for interpolating splines
vtkTypeBool ParameterizeByLength
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points