30 #ifndef vtkLinearContourLineInterpolator_h
31 #define vtkLinearContourLineInterpolator_h
33 #include "vtkInteractionWidgetsModule.h"
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
represent the vtkContourWidget
a simple class to control print indentation
Interpolates supplied nodes with line segments.
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)
Subclasses that wish to interpolate a line segment must implement this.
~vtkLinearContourLineInterpolator()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkLinearContourLineInterpolator()
static vtkLinearContourLineInterpolator * New()
Instantiate this class.
abstract specification for renderers