43 #ifndef vtkPolygonalSurfaceContourLineInterpolator_h
44 #define vtkPolygonalSurfaceContourLineInterpolator_h
46 #include "vtkInteractionWidgetsModule.h"
83 double * vtkNotUsed(node),
int vtkNotUsed(idx) );
93 vtkGetMacro( DistanceOffset,
double );
represent the vtkContourWidget
Dijkstra algorithm to compute the graph geodesic.
list of point or cell ids
a simple class to control print indentation
Contour interpolator for polygonal data.
Contour interpolator for to place points on polygonal surfaces.
static vtkPolygonalSurfaceContourLineInterpolator * New()
void GetContourPointIds(vtkContourRepresentation *rep, vtkIdList *idList)
Get the contour point ids.
~vtkPolygonalSurfaceContourLineInterpolator()
virtual int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx))
The interpolator is given a chance to update the node.
double DistanceOffset
Draw the polyline at a certain height (in the direction of the vertex normal) above the polydata.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)
Subclasses that wish to interpolate a line segment must implement this.
vtkPolygonalSurfaceContourLineInterpolator()
abstract specification for renderers
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.