41 #ifndef vtkDijkstraImageContourLineInterpolator_h 42 #define vtkDijkstraImageContourLineInterpolator_h 44 #include "vtkInteractionWidgetsModule.h" 72 int idx1,
int idx2 )
override;
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
vtkDijkstraImageGeodesicPath * DijkstraImageGeodesicPath
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.
represent the vtkContourWidget
Contour interpolator for placing points on an image.
a simple class to control print indentation
topologically and geometrically regular array of data
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Dijkstra algorithm to compute the graph geodesic.