VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSCurveSpline Class Reference

computes an interpolating spline using a a SCurve basis. More...

#include <vtkSCurveSpline.h>

Inheritance diagram for vtkSCurveSpline:
Inheritance graph
[legend]
Collaboration diagram for vtkSCurveSpline:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkSpline Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkSCurveSplineNewInstance () 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 ()

Static Public Member Functions

static vtkSCurveSplineNew ()
static int IsTypeOf (const char *type)
static vtkSCurveSplineSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkSCurveSpline ()
 ~vtkSCurveSpline ()

Protected Attributes

double NodeWeight

Detailed Description

computes an interpolating spline using a a SCurve basis.

vtkSCurveSpline is a concrete implementation of vtkSpline using a SCurve basis.

See also:
vtkSpline vtkKochanekSpline

Definition at line 38 of file vtkSCurveSpline.h.


Member Typedef Documentation

Reimplemented from vtkSpline.

Definition at line 43 of file vtkSCurveSpline.h.


Constructor & Destructor Documentation

vtkSCurveSpline::~vtkSCurveSpline ( ) [inline, protected]

Definition at line 59 of file vtkSCurveSpline.h.


Member Function Documentation

static vtkSCurveSpline* vtkSCurveSpline::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

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.

Reimplemented from vtkSpline.

virtual vtkObjectBase* vtkSCurveSpline::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkSpline.

Reimplemented from vtkSpline.

void vtkSCurveSpline::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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.

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]

Member Data Documentation

Definition at line 61 of file vtkSCurveSpline.h.


The documentation for this class was generated from the following file: