#include <vtkCardinalSpline.h>
Inheritance diagram for vtkCardinalSpline:
vtkCardinalSpline is a concrete implementation of vtkSpline using a Cardinal basis.
Definition at line 50 of file vtkCardinalSpline.h.
Public Types | |
typedef vtkSpline | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Compute () |
virtual double | Evaluate (double t) |
virtual void | DeepCopy (vtkSpline *s) |
Static Public Member Functions | |
vtkCardinalSpline * | New () |
int | IsTypeOf (const char *type) |
vtkCardinalSpline * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCardinalSpline () | |
~vtkCardinalSpline () | |
void | Fit1D (int n, double *x, double *y, double *w, double coefficients[][4], int leftConstraint, double leftValue, int rightConstraint, double rightValue) |
void | FitClosed1D (int n, double *x, double *y, double *w, double coefficients[][4]) |
|
Reimplemented from vtkSpline. Definition at line 55 of file vtkCardinalSpline.h. |
|
|
|
Definition at line 69 of file vtkCardinalSpline.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkSpline. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkSpline. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkSpline. |
|
Reimplemented from vtkSpline. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkSpline. |
|
Compute Cardinal Splines for each dependent variable Implements vtkSpline. |
|
Evaluate a 1D cardinal spline. Implements vtkSpline. |
|
Deep copy of cardinal spline data. Reimplemented from vtkSpline. |
|
|
|
|