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.
static vtkLinearContourLineInterpolator * New()
Instantiate this class.
~vtkLinearContourLineInterpolator()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkLinearContourLineInterpolator()
abstract specification for renderers