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
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
#define VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT
GLubyte GLubyte GLubyte GLubyte w
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.