Go to the documentation of this file.
53 #ifndef vtkDijkstraImageGeodesicPath_h
54 #define vtkDijkstraImageGeodesicPath_h
56 #include "vtkFiltersModelingModule.h"
91 void SetImageWeight(
double );
92 vtkGetMacro( ImageWeight,
double );
99 void SetEdgeLengthWeight(
double );
100 vtkGetMacro( EdgeLengthWeight,
double );
107 vtkSetClampMacro( CurvatureWeight,
double, 0.0, 1.0 );
108 vtkGetMacro( CurvatureWeight,
double );
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual double CalculateDynamicEdgeCost(vtkDataSet *, vtkIdType, vtkIdType)
Dijkstra algorithm to compute the graph geodesic.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
topologically and geometrically regular array of data
a simple class to control print indentation
void SetInputData(vtkDataObject *)
Assign a data object as input.
abstract class to specify dataset behavior
virtual double CalculateStaticEdgeCost(vtkDataSet *inData, vtkIdType u, vtkIdType v)
virtual void BuildAdjacency(vtkDataSet *inData)
Dijkstra algorithm to compute the graph geodesic.
general representation of visualization data
static vtkDijkstraGraphGeodesicPath * New()
Instantiate the class.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.