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