27 #ifndef vtkLinearContourLineInterpolator_h
28 #define vtkLinearContourLineInterpolator_h
31 #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.
int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2) override
Subclasses that wish to interpolate a line segment must implement this.
~vtkLinearContourLineInterpolator() override
vtkLinearContourLineInterpolator()
static vtkLinearContourLineInterpolator * New()
Instantiate this class.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers