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.vtkGeodesicPath Class Reference

vtkGeodesicPath - Abstract base for classes that generate a geodesic path More...

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

List of all members.

Public Member Functions

 vtkGeodesicPath (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual double GetGeodesicLength ()
 Standard methids for printing and determining type information.
override int IsA (string type)
 Standard methids for printing and determining type information.
new vtkGeodesicPath NewInstance ()
 Standard methids for printing and determining type information.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkGeodesicPath"
 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 double vtkGeodesicPath_GetGeodesicLength_01 (HandleRef pThis)
static internal int vtkGeodesicPath_IsA_02 (HandleRef pThis, string type)
static internal int vtkGeodesicPath_IsTypeOf_03 (string type)
static internal IntPtr vtkGeodesicPath_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeodesicPath_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkGeodesicPath ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGeodesicPath - Abstract base for classes that generate a geodesic path

Description Serves as a base class for algorithms that trace a geodesic path on a polygonal dataset.


Constructor & Destructor Documentation

static Kitware.VTK.vtkGeodesicPath.vtkGeodesicPath ( ) [static, private]

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkGeodesicPath.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.vtkPolyDataAlgorithm.

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

virtual double Kitware.VTK.vtkGeodesicPath.GetGeodesicLength ( ) [virtual]

Standard methids for printing and determining type information.

Reimplemented in Kitware.VTK.vtkDijkstraGraphGeodesicPath.

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

Standard methids for printing and determining type information.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

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

Standard methids for printing and determining type information.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Standard methids for printing and determining type information.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Standard methids for printing and determining type information.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Here is the call graph for this function:

static internal double Kitware.VTK.vtkGeodesicPath.vtkGeodesicPath_GetGeodesicLength_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGeodesicPath.vtkGeodesicPath_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGeodesicPath.vtkGeodesicPath_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGeodesicPath.vtkGeodesicPath_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeodesicPath.vtkGeodesicPath_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGeodesicPath.MRClassNameKey = "15vtkGeodesicPath" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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


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