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