Go to the documentation of this file.
41 #ifndef vtkDijkstraImageContourLineInterpolator_h
42 #define vtkDijkstraImageContourLineInterpolator_h
44 #include "vtkInteractionWidgetsModule.h"
72 int idx1,
int idx2 )
override;
vtkDijkstraImageGeodesicPath * DijkstraImageGeodesicPath
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkDijkstraImageContourLineInterpolator() override
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
vtkDijkstraImageContourLineInterpolator()
represent the vtkContourWidget
virtual void SetCostImage(vtkImageData *)
Set the image data for the vtkDijkstraImageGeodesicPath.
static vtkDijkstraImageContourLineInterpolator * New()
Contour interpolator for placing points on an image.
Dijkstra algorithm to compute the graph geodesic.
int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2) override
Subclasses that wish to interpolate a line segment must implement this.
topologically and geometrically regular array of data
a simple class to control print indentation
abstract specification for renderers