23 #ifndef __vtkGraphGeodesicPath_h
24 #define __vtkGraphGeodesicPath_h
26 #include "vtkFiltersModelingModule.h"
37 void PrintSelf(ostream& os, vtkIndent indent);
42 vtkGetMacro(StartVertex, vtkIdType);
43 vtkSetMacro(StartVertex, vtkIdType);
48 vtkGetMacro(EndVertex, vtkIdType);
49 vtkSetMacro(EndVertex, vtkIdType);
void PrintSelf(ostream &os, vtkIndent indent)
Abstract base for classes that generate a geodesic path.
Abstract base for classes that generate a geodesic path on a graph (mesh).