VTK
|
computes an interpolating spline using a a SCurve basis. More...
#include <vtkSCurveSpline.h>
Public Types | |
typedef vtkSpline | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkSCurveSpline * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Compute () |
virtual double | Evaluate (double t) |
virtual void | DeepCopy (vtkSpline *s) |
virtual void | SetNodeWeight (double) |
virtual double | GetNodeWeight () |
![]() | |
vtkSpline * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | GetNumberOfPoints () |
void | AddPoint (double t, double x) |
void | RemovePoint (double t) |
void | RemoveAllPoints () |
unsigned long | GetMTime () |
void | SetParametricRange (double tMin, double tMax) |
void | SetParametricRange (double tRange[2]) |
void | GetParametricRange (double tRange[2]) const |
virtual void | SetClampValue (int) |
virtual int | GetClampValue () |
virtual void | ClampValueOn () |
virtual void | ClampValueOff () |
virtual void | SetClosed (int) |
virtual int | GetClosed () |
virtual void | ClosedOn () |
virtual void | ClosedOff () |
virtual void | SetLeftConstraint (int) |
virtual int | GetLeftConstraint () |
virtual void | SetRightConstraint (int) |
virtual int | GetRightConstraint () |
virtual void | SetLeftValue (double) |
virtual double | GetLeftValue () |
virtual void | SetRightValue (double) |
virtual double | GetRightValue () |
Static Public Member Functions | |
static vtkSCurveSpline * | New () |
static int | IsTypeOf (const char *type) |
static vtkSCurveSpline * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkSpline * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkSCurveSpline () | |
~vtkSCurveSpline () | |
![]() | |
vtkSpline () | |
~vtkSpline () | |
double | ComputeLeftDerivative () |
double | ComputeRightDerivative () |
int | FindIndex (int size, double t) |
Protected Attributes | |
double | NodeWeight |
![]() | |
unsigned long | ComputeTime |
int | ClampValue |
double * | Intervals |
double * | Coefficients |
int | LeftConstraint |
double | LeftValue |
int | RightConstraint |
double | RightValue |
vtkPiecewiseFunction * | PiecewiseFunction |
int | Closed |
double | ParametricRange [2] |
computes an interpolating spline using a a SCurve basis.
vtkSCurveSpline is a concrete implementation of vtkSpline using a SCurve basis.
Definition at line 38 of file vtkSCurveSpline.h.
typedef vtkSpline vtkSCurveSpline::Superclass |
Definition at line 43 of file vtkSCurveSpline.h.
|
protected |
|
inlineprotected |
Definition at line 59 of file vtkSCurveSpline.h.
|
static |
|
static |
|
virtual |
Reimplemented from vtkSpline.
|
static |
|
protectedvirtual |
Reimplemented from vtkSpline.
vtkSCurveSpline* vtkSCurveSpline::NewInstance | ( | ) | const |
void vtkSCurveSpline::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Compute SCurve Splines for each dependent variable
Implements vtkSpline.
|
virtual |
Evaluate a 1D SCurve spline.
Implements vtkSpline.
|
virtual |
Deep copy of SCurve spline data.
Reimplemented from vtkSpline.
|
virtual |
|
virtual |
|
protected |
Definition at line 61 of file vtkSCurveSpline.h.