33 #ifndef vtkSCurveSpline_h
34 #define vtkSCurveSpline_h
36 #include "vtkViewsInfovisModule.h"
63 vtkGetMacro(NodeWeight,
double);
a simple class to control print indentation
computes an interpolating spline using a a SCurve basis.
static vtkSCurveSpline * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void Compute()
Compute SCurve Splines for each dependent variable.
virtual double Evaluate(double t)
Evaluate a 1D SCurve spline.
virtual void DeepCopy(vtkSpline *s)
Deep copy of SCurve spline data.
spline abstract class for interpolating splines
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.