VTK
|
Abstract base for classes that generate a geodesic path on a graph (mesh). More...
#include <vtkGraphGeodesicPath.h>
Public Member Functions | |
virtual vtkIdType | GetStartVertex () |
virtual void | SetStartVertex (vtkIdType) |
virtual vtkIdType | GetEndVertex () |
virtual void | SetEndVertex (vtkIdType) |
![]() | |
virtual double | GetGeodesicLength ()=0 |
vtkGeodesicPath * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Protected Member Functions | |
vtkGraphGeodesicPath () | |
~vtkGraphGeodesicPath () | |
![]() | |
vtkGeodesicPath () | |
~vtkGeodesicPath () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
vtkIdType | StartVertex |
vtkIdType | EndVertex |
typedef vtkGeodesicPath | Superclass |
static int | IsTypeOf (const char *type) |
static vtkGraphGeodesicPath * | SafeDownCast (vtkObjectBase *o) |
virtual int | IsA (const char *type) |
vtkGraphGeodesicPath * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkObjectBase * | NewInstanceInternal () const |
Abstract base for classes that generate a geodesic path on a graph (mesh).
Serves as a base class for algorithms that trace a geodesic on a polygonal dataset treating it as a graph. ie points connecting the vertices of the graph
Definition at line 31 of file vtkGraphGeodesicPath.h.
Standard methids for printing and determining type information.
Definition at line 36 of file vtkGraphGeodesicPath.h.
|
protected |
|
protected |
|
static |
Standard methids for printing and determining type information.
|
virtual |
Standard methids for printing and determining type information.
Reimplemented from vtkGeodesicPath.
Reimplemented in vtkDijkstraImageGeodesicPath, and vtkDijkstraGraphGeodesicPath.
|
static |
Standard methids for printing and determining type information.
|
protectedvirtual |
Standard methids for printing and determining type information.
Reimplemented from vtkGeodesicPath.
Reimplemented in vtkDijkstraImageGeodesicPath, and vtkDijkstraGraphGeodesicPath.
vtkGraphGeodesicPath* vtkGraphGeodesicPath::NewInstance | ( | ) | const |
Standard methids for printing and determining type information.
void vtkGraphGeodesicPath::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Standard methids for printing and determining type information.
|
virtual |
The vertex at the start of the shortest path
|
virtual |
The vertex at the start of the shortest path
|
virtual |
The vertex at the end of the shortest path
|
virtual |
The vertex at the end of the shortest path
|
protected |
Definition at line 56 of file vtkGraphGeodesicPath.h.
|
protected |
Definition at line 57 of file vtkGraphGeodesicPath.h.