Go to the documentation of this file.
74 {this->SetParametricRange(tRange[0],tRange[1]);}
159 double ParametricRange[2];
virtual double Evaluate(double t)=0
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
GLint GLint GLint GLint GLint x
double ComputeLeftDerivative()
void RemovePoint(double t)
#define vtkSetClampMacro(name, type, min, max)
vtkPiecewiseFunction * PiecewiseFunction
void PrintSelf(ostream &os, vtkIndent indent)
int FindIndex(int size, double t)
a simple class to control print indentation
double ComputeRightDerivative()
spline abstract class for interpolating splines
#define vtkGetMacro(name, type)
void SetParametricRange(double tRange[2])
Defines a 1D piecewise function.
void SetParametricRange(double tMin, double tMax)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
virtual void DeepCopy(vtkSpline *s)
void AddPoint(double t, double x)
void GetParametricRange(double tRange[2]) const
unsigned long ComputeTime
#define VTKCOMMONDATAMODEL_EXPORT