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