#include <vtkCardinalSpline.h>
Inheritance diagram for vtkCardinalSpline:
vtkCardinalSpline is a concrete implementation of vtkSpline using a Cardinal basis.
Definition at line 53 of file vtkCardinalSpline.h.
Public Types | |
typedef vtkSpline | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Compute () |
virtual float | Evaluate (float t) |
virtual void | DeepCopy (vtkSpline *s) |
Static Public Methods | |
vtkCardinalSpline * | New () |
int | IsTypeOf (const char *type) |
vtkCardinalSpline * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkCardinalSpline () | |
~vtkCardinalSpline () | |
void | Fit1D (int n, float *x, float *y, float *w, float coefficients[][4], int leftConstraint, float leftValue, int rightConstraint, float rightValue) |
void | FitClosed1D (int n, float *x, float *y, float *w, float coefficients[][4]) |
|
Reimplemented from vtkSpline. Definition at line 58 of file vtkCardinalSpline.h. |
|
|
|
Definition at line 72 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. |
|
|
|
|