33 #ifndef __vtkCardinalSpline_h
34 #define __vtkCardinalSpline_h
36 #include "vtkCommonComputationalGeometryModule.h"
37 #include "vtkSpline.h"
45 void PrintSelf(ostream& os,
vtkIndent indent);
51 virtual double Evaluate (
double t);
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]);
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
a simple class to control print indentation
computes an interpolating spline using a a Cardinal basis.