50 #ifndef vtkDijkstraImageGeodesicPath_h 51 #define vtkDijkstraImageGeodesicPath_h 53 #include "vtkFiltersModelingModule.h" 88 void SetImageWeight(
double );
89 vtkGetMacro( ImageWeight,
double );
96 void SetEdgeLengthWeight(
double );
97 vtkGetMacro( EdgeLengthWeight,
double );
104 vtkSetClampMacro( CurvatureWeight,
double, 0.0, 1.0 );
105 vtkGetMacro( CurvatureWeight,
double );
114 vtkInformationVector *) VTK_OVERRIDE;
117 void BuildAdjacency(
vtkDataSet *inData ) VTK_OVERRIDE;
128 double EdgeLengthWeight;
129 double CurvatureWeight;
130 bool RebuildStaticCosts;
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methids for printing and determining type information.
abstract class to specify dataset behavior
Dijkstra algorithm to compute the graph geodesic.
static vtkDijkstraGraphGeodesicPath * New()
Instantiate the class.
a simple class to control print indentation
topologically and geometrically regular array of data
void SetInputData(vtkDataObject *)
Assign a data object as input.
general representation of visualization data
Dijkstra algorithm to compute the graph geodesic.