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