Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkDijkstraImageGeodesicPath, simply invoke its constructor as follows
obj = vtkDijkstraImageGeodesicPath
obj is an instance of the vtkDijkstraImageGeodesicPath class.
string = obj.GetClassName () - Standard methids for printing and determining type information.
int = obj.IsA (string name) - Standard methids for printing and determining type information.
vtkDijkstraImageGeodesicPath = obj.NewInstance () - Standard methids for printing and determining type information.
vtkDijkstraImageGeodesicPath = obj.SafeDownCast (vtkObject o) - Standard methids for printing and determining type information.
obj.SetInput (vtkDataObject ) - Specify the image object which is used as a cost function.
vtkImageData = obj.GetInputAsImageData () - Specify the image object which is used as a cost function.
obj.SetImageWeight (double ) - Image cost weight.
double = obj.GetImageWeight () - Image cost weight.
obj.SetEdgeLengthWeight (double ) - Edge length cost weight.
double = obj.GetEdgeLengthWeight () - Edge length cost weight.
obj.SetCurvatureWeight (double ) - Curvature cost weight.
double = obj.GetCurvatureWeightMinValue () - Curvature cost weight.
double = obj.GetCurvatureWeightMaxValue () - Curvature cost weight.
double = obj.GetCurvatureWeight () - Curvature cost weight.