Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkGraphGeodesicPath, simply invoke its constructor as follows
obj = vtkGraphGeodesicPath
obj is an instance of the vtkGraphGeodesicPath 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.
vtkGraphGeodesicPath = obj.NewInstance () - Standard methids for printing and determining type information.
vtkGraphGeodesicPath = obj.SafeDownCast (vtkObject o) - Standard methids for printing and determining type information.
vtkIdType = obj.GetStartVertex () - The vertex at the start of the shortest path
obj.SetStartVertex (vtkIdType ) - The vertex at the start of the shortest path
vtkIdType = obj.GetEndVertex () - The vertex at the end of the shortest path
obj.SetEndVertex (vtkIdType ) - The vertex at the end of the shortest path