50 #ifndef vtkKochanekSpline_h 51 #define vtkKochanekSpline_h 97 void Fit1D (
int n,
double *x,
double *y,
double tension,
double bias,
98 double continuity,
double coefficients[][4],
int leftConstraint,
99 double leftValue,
int rightConstraint,
double rightValue);
virtual double Evaluate(double t)=0
computes an interpolating spline using a Kochanek basis.
#define vtkGetMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
#define VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT
a simple class to control print indentation
spline abstract class for interpolating splines
void PrintSelf(ostream &os, vtkIndent indent)
virtual void DeepCopy(vtkSpline *s)
#define vtkSetMacro(name, type)