Go to the documentation of this file.
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 );
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.