ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkGraphGeodesicPath Class Reference

vtkGraphGeodesicPath - Abstract base for classes that generate a geodesic path on a graph (mesh). More...

Inheritance diagram for Kitware.VTK.vtkGraphGeodesicPath:
[legend]
Collaboration diagram for Kitware.VTK.vtkGraphGeodesicPath:
[legend]

List of all members.

Public Member Functions

 vtkGraphGeodesicPath (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual int GetEndVertex ()
 The vertex at the end of the shortest path.
virtual int GetStartVertex ()
 The vertex at the start of the shortest path.
override int IsA (string type)
 Standard methids for printing and determining type information.
new vtkGraphGeodesicPath NewInstance ()
 Standard methids for printing and determining type information.
virtual void SetEndVertex (int _arg)
 The vertex at the end of the shortest path.
virtual void SetStartVertex (int _arg)
 The vertex at the start of the shortest path.

Static Public Member Functions

static new int IsTypeOf (string type)
 Standard methids for printing and determining type information.
static new vtkGraphGeodesicPath SafeDownCast (vtkObjectBase o)
 Standard methids for printing and determining type information.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkGraphGeodesicPath"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkGraphGeodesicPath"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal int vtkGraphGeodesicPath_GetEndVertex_01 (HandleRef pThis)
static internal int vtkGraphGeodesicPath_GetStartVertex_02 (HandleRef pThis)
static internal int vtkGraphGeodesicPath_IsA_03 (HandleRef pThis, string type)
static internal int vtkGraphGeodesicPath_IsTypeOf_04 (string type)
static internal IntPtr vtkGraphGeodesicPath_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGraphGeodesicPath_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGraphGeodesicPath_SetEndVertex_07 (HandleRef pThis, int _arg)
static internal void vtkGraphGeodesicPath_SetStartVertex_08 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkGraphGeodesicPath ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGraphGeodesicPath - Abstract base for classes that generate a geodesic path on a graph (mesh).

Description 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


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkGraphGeodesicPath.vtkGraphGeodesicPath ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

override void Kitware.VTK.vtkGraphGeodesicPath.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkGeodesicPath.

Reimplemented in Kitware.VTK.vtkDijkstraImageGeodesicPath, and Kitware.VTK.vtkDijkstraGraphGeodesicPath.

The vertex at the end of the shortest path.

The vertex at the start of the shortest path.

override int Kitware.VTK.vtkGraphGeodesicPath.IsA ( string  type) [virtual]

Standard methids for printing and determining type information.

Reimplemented from Kitware.VTK.vtkGeodesicPath.

Reimplemented in Kitware.VTK.vtkDijkstraGraphGeodesicPath, and Kitware.VTK.vtkDijkstraImageGeodesicPath.

static new int Kitware.VTK.vtkGraphGeodesicPath.IsTypeOf ( string  type) [static]

Standard methids for printing and determining type information.

Reimplemented from Kitware.VTK.vtkGeodesicPath.

Reimplemented in Kitware.VTK.vtkDijkstraGraphGeodesicPath, and Kitware.VTK.vtkDijkstraImageGeodesicPath.

Standard methids for printing and determining type information.

Reimplemented from Kitware.VTK.vtkGeodesicPath.

Reimplemented in Kitware.VTK.vtkDijkstraGraphGeodesicPath, and Kitware.VTK.vtkDijkstraImageGeodesicPath.

Standard methids for printing and determining type information.

Reimplemented from Kitware.VTK.vtkGeodesicPath.

Reimplemented in Kitware.VTK.vtkDijkstraGraphGeodesicPath, and Kitware.VTK.vtkDijkstraImageGeodesicPath.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkGraphGeodesicPath.SetEndVertex ( int  _arg) [virtual]

The vertex at the end of the shortest path.

virtual void Kitware.VTK.vtkGraphGeodesicPath.SetStartVertex ( int  _arg) [virtual]

The vertex at the start of the shortest path.

static internal int Kitware.VTK.vtkGraphGeodesicPath.vtkGraphGeodesicPath_GetEndVertex_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphGeodesicPath.vtkGraphGeodesicPath_GetStartVertex_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGraphGeodesicPath.vtkGraphGeodesicPath_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGraphGeodesicPath.vtkGraphGeodesicPath_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGraphGeodesicPath.vtkGraphGeodesicPath_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGraphGeodesicPath.vtkGraphGeodesicPath_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGraphGeodesicPath.vtkGraphGeodesicPath_SetEndVertex_07 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGraphGeodesicPath.vtkGraphGeodesicPath_SetStartVertex_08 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGraphGeodesicPath.MRClassNameKey = "20vtkGraphGeodesicPath" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGeodesicPath.

Reimplemented in Kitware.VTK.vtkDijkstraImageGeodesicPath, and Kitware.VTK.vtkDijkstraGraphGeodesicPath.

new const string Kitware.VTK.vtkGraphGeodesicPath.MRFullTypeName = "Kitware.VTK.vtkGraphGeodesicPath"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGeodesicPath.

Reimplemented in Kitware.VTK.vtkDijkstraImageGeodesicPath, and Kitware.VTK.vtkDijkstraGraphGeodesicPath.


The documentation for this class was generated from the following file: