40 #ifndef vtkPolygonalSurfaceContourLineInterpolator_h 41 #define vtkPolygonalSurfaceContourLineInterpolator_h 43 #include "vtkInteractionWidgetsModule.h" 69 int idx1,
int idx2 ) VTK_OVERRIDE;
80 double * vtkNotUsed(node),
int vtkNotUsed(idx) ) VTK_OVERRIDE;
90 vtkGetMacro( DistanceOffset,
double );
107 double DistanceOffset;
Contour interpolator for to place points on polygonal surfaces.
abstract specification for renderers
represent the vtkContourWidget
Dijkstra algorithm to compute the graph geodesic.
a simple class to control print indentation
list of point or cell ids
int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx)) override=0
The interpolator is given a chance to update the node.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Contour interpolator for polygonal data.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2) override=0
Subclasses that wish to interpolate a line segment must implement this.