#include <vtkSCurveSpline.h>


vtkSCurveSpline is a concrete implementation of vtkSpline using a SCurve basis.
Definition at line 37 of file vtkSCurveSpline.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) |
| virtual void | SetNodeWeight (double) |
| virtual double | GetNodeWeight () |
Static Public Member Functions | |
| static vtkSCurveSpline * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSCurveSpline * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSCurveSpline () | |
| ~vtkSCurveSpline () | |
Protected Attributes | |
| double | NodeWeight |
| typedef vtkSpline vtkSCurveSpline::Superclass |
| vtkSCurveSpline::vtkSCurveSpline | ( | ) | [protected] |
| vtkSCurveSpline::~vtkSCurveSpline | ( | ) | [inline, protected] |
Definition at line 58 of file vtkSCurveSpline.h.
| static vtkSCurveSpline* vtkSCurveSpline::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
| virtual const char* vtkSCurveSpline::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSpline.
| static int vtkSCurveSpline::IsTypeOf | ( | const char * | name | ) | [static] |
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.
| virtual int vtkSCurveSpline::IsA | ( | const char * | name | ) | [virtual] |
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.
| static vtkSCurveSpline* vtkSCurveSpline::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSpline.
| void vtkSCurveSpline::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
| void vtkSCurveSpline::Compute | ( | ) | [virtual] |
Compute SCurve Splines for each dependent variable
Implements vtkSpline.
| virtual double vtkSCurveSpline::Evaluate | ( | double | t | ) | [virtual] |
Evaluate a 1D SCurve spline.
Implements vtkSpline.
| virtual void vtkSCurveSpline::DeepCopy | ( | vtkSpline * | s | ) | [virtual] |
Deep copy of SCurve spline data.
Reimplemented from vtkSpline.
| virtual void vtkSCurveSpline::SetNodeWeight | ( | double | ) | [virtual] |
| virtual double vtkSCurveSpline::GetNodeWeight | ( | ) | [virtual] |
double vtkSCurveSpline::NodeWeight [protected] |
Definition at line 60 of file vtkSCurveSpline.h.
1.5.6