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