29#ifndef vtkDijkstraImageContourLineInterpolator_h 
   30#define vtkDijkstraImageContourLineInterpolator_h 
   33#include "vtkInteractionWidgetsModule.h"  
   35VTK_ABI_NAMESPACE_BEGIN
 
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) override
Standard methods for instances of this class.
 
virtual void SetCostImage(vtkImageData *)
Set the image data for the vtkDijkstraImageGeodesicPath.
 
vtkDijkstraImageContourLineInterpolator()
 
int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2) override
Subclasses that wish to interpolate a line segment must implement this.
 
vtkDijkstraImageGeodesicPath * DijkstraImageGeodesicPath
 
~vtkDijkstraImageContourLineInterpolator() override
 
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