Go to the documentation of this file.
44 #ifndef vtkParametricSpline_h
45 #define vtkParametricSpline_h
50 #include "vtkCommonComputationalGeometryModule.h"
76 void Evaluate(
double u[3],
double Pt[3],
double Du[9])
override;
156 vtkSetClampMacro(LeftConstraint,
int,0,3);
157 vtkGetMacro(LeftConstraint,
int);
158 vtkSetClampMacro(RightConstraint,
int,0,3);
159 vtkGetMacro(RightConstraint,
int);
167 vtkSetMacro(LeftValue,
double);
168 vtkGetMacro(LeftValue,
double);
169 vtkSetMacro(RightValue,
double);
170 vtkGetMacro(RightValue,
double);
represent and manipulate 3D points
double EvaluateScalar(double u[3], double Pt[3], double Du[9]) override
Evaluate a scalar value at parametric coordinate u[0] and Pt[3].
void SetPoints(vtkPoints *)
Specify the list of points defining the spline.
void SetZSpline(vtkSpline *)
int GetDimension() override
Return the parametric dimension of the class.
void SetPoint(vtkIdType index, double x, double y, double z)
parametric function for 1D interpolating splines
abstract interface for parametric functions
void SetYSpline(vtkSpline *)
a simple class to control print indentation
spline abstract class for interpolating splines
~vtkParametricSpline() override
static vtkParametricSpline * New()
Construct the spline with the following parameters: MinimumU = 0, MaximumU = 1, JoinU = 0 (unless the...
void SetXSpline(vtkSpline *)
By default, this class is constructed with three instances of vtkCardinalSpline (for each of the x-y-...
vtkMTimeType InitializeTime
vtkTypeBool ParameterizeByLength
void Evaluate(double u[3], double Pt[3], double Du[9]) override
Evaluate the spline at parametric coordinate u[0] returning the point coordinate Pt[3].
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetNumberOfPoints(vtkIdType numPts)
Another API to set the points.
vtkTypeUInt32 vtkMTimeType