33 #ifndef vtkCardinalSpline_h
34 #define vtkCardinalSpline_h
60 void Fit1D (
int n,
double *x,
double *y,
double *w,
double coefficients[][4],
61 int leftConstraint,
double leftValue,
int rightConstraint,
64 void FitClosed1D (
int n,
double *x,
double *y,
double *w,
65 double coefficients[][4]);
virtual double Evaluate(double t)=0
#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)
computes an interpolating spline using a a Cardinal basis.