17 #ifndef vtkSCurveSpline_h
18 #define vtkSCurveSpline_h
21 #include "vtkViewsInfovisModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
47 vtkSetMacro(NodeWeight,
double);
48 vtkGetMacro(NodeWeight,
double);
virtual double Evaluate(double t)=0
Interpolate the value of the spline at parametric location of t.
a simple class to control print indentation
spline abstract class for interpolating splines
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void DeepCopy(vtkSpline *s)
Deep copy of spline data.
virtual void Compute()=0
Compute the coefficients for the spline.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
computes an interpolating spline using a a SCurve basis.