vtkSCurveSpline Class Reference

#include <vtkSCurveSpline.h>

Inheritance diagram for vtkSCurveSpline:

Inheritance graph
[legend]
Collaboration diagram for vtkSCurveSpline:

Collaboration graph
[legend]

List of all members.


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 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 vtkSCurveSplineNew ()
static int IsTypeOf (const char *type)
static vtkSCurveSplineSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSCurveSpline ()
 ~vtkSCurveSpline ()

Protected Attributes

double NodeWeight

Member Typedef Documentation

Reimplemented from vtkSpline.

Definition at line 42 of file vtkSCurveSpline.h.


Constructor & Destructor Documentation

vtkSCurveSpline::vtkSCurveSpline (  )  [protected]

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

Definition at line 58 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.

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]

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

double vtkSCurveSpline::NodeWeight [protected]

Definition at line 60 of file vtkSCurveSpline.h.


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

Generated on Mon Sep 27 18:49:04 2010 for VTK by  doxygen 1.5.6