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.
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