 |
VTK
9.0.1
|
Go to the documentation of this file.
50 #ifndef vtkDijkstraImageGeodesicPath_h
51 #define vtkDijkstraImageGeodesicPath_h
54 #include "vtkFiltersModelingModule.h"
86 void SetImageWeight(
double);
87 vtkGetMacro(ImageWeight,
double);
94 void SetEdgeLengthWeight(
double);
95 vtkGetMacro(EdgeLengthWeight,
double);
102 vtkSetClampMacro(CurvatureWeight,
double, 0.0, 1.0);
103 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.