|
VTK
|
Interpolates supplied nodes with line segments. More...
#include <vtkLinearContourLineInterpolator.h>
Public Member Functions | |
| virtual int | InterpolateLine (vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2) |
Public Member Functions inherited from vtkContourLineInterpolator | |
| virtual int | UpdateNode (vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx)) |
| virtual void | GetSpan (int nodeIndex, vtkIntArray *nodeIndices, vtkContourRepresentation *rep) |
| vtkContourLineInterpolator * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkLinearContourLineInterpolator * | New () |
Static Public Member Functions inherited from vtkContourLineInterpolator | |
| static int | IsTypeOf (const char *type) |
| static vtkContourLineInterpolator * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| vtkLinearContourLineInterpolator () | |
| ~vtkLinearContourLineInterpolator () | |
Protected Member Functions inherited from vtkContourLineInterpolator | |
| vtkContourLineInterpolator () | |
| ~vtkContourLineInterpolator () | |
| typedef vtkContourLineInterpolator | Superclass |
| static int | IsTypeOf (const char *type) |
| static vtkLinearContourLineInterpolator * | SafeDownCast (vtkObjectBase *o) |
| virtual int | IsA (const char *type) |
| vtkLinearContourLineInterpolator * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkObjectBase * | NewInstanceInternal () const |
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.
Definition at line 35 of file vtkLinearContourLineInterpolator.h.
Standard methods for instances of this class.
Definition at line 45 of file vtkLinearContourLineInterpolator.h.
|
protected |
|
protected |
|
static |
Instantiate this class.
|
static |
Standard methods for instances of this class.
|
virtual |
Standard methods for instances of this class.
Reimplemented from vtkContourLineInterpolator.
|
static |
Standard methods for instances of this class.
|
protectedvirtual |
Standard methods for instances of this class.
Reimplemented from vtkContourLineInterpolator.
| vtkLinearContourLineInterpolator* vtkLinearContourLineInterpolator::NewInstance | ( | ) | const |
Standard methods for instances of this class.
| void vtkLinearContourLineInterpolator::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
Standard methods for instances of this class.
|
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.
1.8.6