Go to the documentation of this file.
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;
maintain a list of polygonal data objects
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
represent the vtkContourWidget
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx))
The interpolator is given a chance to update the node.
Contour interpolator for polygonal data.
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)=0
Subclasses that wish to interpolate a line segment must implement this.
vtkPolyDataCollection * Polys