VTK
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkLinearContourLineInterpolator Class Reference

Interpolates supplied nodes with line segments. More...

#include <vtkLinearContourLineInterpolator.h>

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

List of all members.

Public Member Functions

virtual int InterpolateLine (vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)

Static Public Member Functions

static
vtkLinearContourLineInterpolator
New ()

Protected Member Functions

 vtkLinearContourLineInterpolator ()
 ~vtkLinearContourLineInterpolator ()
typedef vtkContourLineInterpolator Superclass
static int IsTypeOf (const char *type)
static
vtkLinearContourLineInterpolator
SafeDownCast (vtkObjectBase *o)
virtual int IsA (const char *type)
vtkLinearContourLineInterpolatorNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

Interpolates supplied nodes with line segments.

The line interpolator interpolates supplied nodes (see InterpolateLine) with line segments. The finess of the curve may be controlled using SetMaximumCurveError and SetMaximumNumberOfLineSegments.

See also:
vtkContourLineInterpolator
Tests:
vtkLinearContourLineInterpolator (Tests)

Definition at line 35 of file vtkLinearContourLineInterpolator.h.


Member Typedef Documentation

Standard methods for instances of this class.

Reimplemented from vtkContourLineInterpolator.

Definition at line 45 of file vtkLinearContourLineInterpolator.h.


Constructor & Destructor Documentation


Member Function Documentation

Instantiate this class.

Reimplemented from vtkObject.

static int vtkLinearContourLineInterpolator::IsTypeOf ( const char *  type) [static]

Standard methods for instances of this class.

Reimplemented from vtkContourLineInterpolator.

virtual int vtkLinearContourLineInterpolator::IsA ( const char *  type) [virtual]

Standard methods for instances of this class.

Reimplemented from vtkContourLineInterpolator.

Standard methods for instances of this class.

Reimplemented from vtkContourLineInterpolator.

Standard methods for instances of this class.

Reimplemented from vtkContourLineInterpolator.

Standard methods for instances of this class.

Reimplemented from vtkContourLineInterpolator.

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

Standard methods for instances of this class.

Reimplemented from vtkContourLineInterpolator.

virtual int vtkLinearContourLineInterpolator::InterpolateLine ( vtkRenderer ren,
vtkContourRepresentation rep,
int  idx1,
int  idx2 
) [virtual]

Subclasses that wish to interpolate a line segment must implement this. For instance vtkBezierContourLineInterpolator adds nodes between idx1 and idx2, that allow the contour to adhere to a bezier curve.

Implements vtkContourLineInterpolator.


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