25#ifndef vtkPolyDataContourLineInterpolator_h
26#define vtkPolyDataContourLineInterpolator_h
29#include "vtkInteractionWidgetsModule.h"
62 int vtkNotUsed(idx))
override = 0;
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
represent the vtkContourWidget
a simple class to control print indentation
maintain a list of polygonal data objects
Contour interpolator for polygonal data.
vtkPolyDataCollection * Polys
int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2) override=0
Subclasses that wish to interpolate a line segment must implement this.
vtkPolyDataContourLineInterpolator()
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx)) override=0
The interpolator is given a chance to update the node.
~vtkPolyDataContourLineInterpolator() override
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract specification for renderers