18#ifndef vtkLinearContourLineInterpolator_h 
   19#define vtkLinearContourLineInterpolator_h 
   22#include "vtkInteractionWidgetsModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
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.
 
static vtkLinearContourLineInterpolator * New()
Instantiate this class.
 
~vtkLinearContourLineInterpolator() override
 
vtkLinearContourLineInterpolator()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
 
abstract specification for renderers