#include <vtkCardinalSpline.h>
Inheritance diagram for vtkCardinalSpline:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Compute () |
float | Evaluate (float t) |
Static Public Methods | |
vtkCardinalSpline * | New () |
int | IsTypeOf (const char *type) |
vtkCardinalSpline * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkCardinalSpline () | |
~vtkCardinalSpline () | |
vtkCardinalSpline (const vtkCardinalSpline &) | |
void | operator= (const 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]) |
vtkCardinalSpline is a concrete implementation of vtkSpline using a Cardinal basis.
Definition at line 62 of file vtkCardinalSpline.h.
|
|
|
Definition at line 78 of file vtkCardinalSpline.h. |
|
Definition at line 79 of file vtkCardinalSpline.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSpline. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 Reimplemented from vtkSpline. |
|
Evaluate a 1D cardinal spline. |
|
Definition at line 80 of file vtkCardinalSpline.h. |
|
|
|
|