Go to the documentation of this file.
51 #ifndef vtkKochanekSpline_h
52 #define vtkKochanekSpline_h
54 #include "vtkCommonComputationalGeometryModule.h"
77 double Evaluate (
double t) VTK_OVERRIDE;
84 vtkGetMacro(DefaultBias,
double);
92 vtkGetMacro(DefaultTension,
double);
100 vtkGetMacro(DefaultContinuity,
double);
112 void Fit1D (
int n,
double *x,
double *y,
double tension,
double bias,
113 double continuity,
double coefficients[][4],
int leftConstraint,
114 double leftValue,
int rightConstraint,
double rightValue);
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
computes an interpolating spline using a Kochanek basis.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
spline abstract class for interpolating splines
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void Compute()=0
Compute the coefficients for the spline.