Go to the documentation of this file.
33 #ifndef __vtkCardinalSpline_h
34 #define __vtkCardinalSpline_h
59 void Fit1D (
int n,
double *x,
double *y,
double *w,
double coefficients[][4],
60 int leftConstraint,
double leftValue,
int rightConstraint,
63 void FitClosed1D (
int n,
double *x,
double *y,
double *w,
64 double coefficients[][4]);