25 #ifndef vtkPolyDataContourLineInterpolator_h 26 #define vtkPolyDataContourLineInterpolator_h 28 #include "vtkInteractionWidgetsModule.h" 54 int idx1,
int idx2 )
override = 0;
65 double * vtkNotUsed(node),
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