32 #ifndef __vtkSCurveSpline_h
33 #define __vtkSCurveSpline_h
35 #include "vtkFiltersGeneralModule.h"
44 void PrintSelf(ostream& os, vtkIndent indent);
55 vtkSetMacro(NodeWeight,
double);
56 vtkGetMacro(NodeWeight,
double);
virtual double Evaluate(double t)=0
spline abstract class for interpolating splines
void PrintSelf(ostream &os, vtkIndent indent)
virtual void DeepCopy(vtkSpline *s)
computes an interpolating spline using a a SCurve basis.