21 #ifndef __vtkSlicerDijkstraGraphGeodesicPath_h 22 #define __vtkSlicerDijkstraGraphGeodesicPath_h 25 #include <vtkDijkstraGraphGeodesicPath.h> 28 #include "vtkSlicerMarkupsModuleMRMLExport.h" 36 void PrintSelf(ostream& os, vtkIndent indent)
override;
52 static const char* GetCostFunctionTypeAsString(
int costFunctionType);
53 static int GetCostFunctionTypeFromString(
const char* costFunctionType);
54 vtkSetMacro(CostFunctionType,
int);
55 vtkGetMacro(CostFunctionType,
int);
59 int RequestData(vtkInformation*, vtkInformationVector**,
60 vtkInformationVector*)
override;
65 double CalculateStaticEdgeCost(vtkDataSet* inData, vtkIdType u, vtkIdType v)
override;
Filter that generates curves between points of an input polydata.
bool PreviousUseScalarWeights
int PreviousCostFunctionType