40 #ifndef __vtkDijkstraImageContourLineInterpolator_h
41 #define __vtkDijkstraImageContourLineInterpolator_h
43 #include "vtkInteractionWidgetsModule.h"
57 void PrintSelf(ostream& os, vtkIndent indent);
76 virtual void SetCostImage( vtkImageData* );
77 vtkGetObjectMacro( CostImage, vtkImageData );
vtkDijkstraImageGeodesicPath * DijkstraImageGeodesicPath
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)=0
represent the vtkContourWidget
Contour interpolator for placing points on an image.
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
void PrintSelf(ostream &os, vtkIndent indent)
Dijkstra algorithm to compute the graph geodesic.