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

vtkGeoMath - Useful geographic calculations More...

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

List of all members.

Public Member Functions

 vtkGeoMath (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGeoMath ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkGeoMath NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkGeoMath New ()
 Undocumented Block.
static double DistanceSquared (IntPtr pt0, IntPtr pt1)
 Returns the squared distance between two points.
static double EarthRadiusMeters ()
 Returns the average radius of the earth in meters.
static new int IsTypeOf (string type)
 Undocumented Block.
static void LongLatAltToRect (IntPtr lla, IntPtr rect)
 Converts a (longitude, latitude, altitude) triple to world coordinates where the center of the earth is at the origin. Units are in meters. Note that having altitude realtive to sea level causes issues.
static new vtkGeoMath SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "10vtkGeoMath"
 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 IntPtr vtkGeoMath_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkGeoMath_DistanceSquared_01 (IntPtr pt0, IntPtr pt1)
static internal double vtkGeoMath_EarthRadiusMeters_02 ()
static internal int vtkGeoMath_IsA_03 (HandleRef pThis, string type)
static internal int vtkGeoMath_IsTypeOf_04 (string type)
static internal void vtkGeoMath_LongLatAltToRect_05 (IntPtr lla, IntPtr rect)
static internal IntPtr vtkGeoMath_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoMath_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkGeoMath ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGeoMath - Useful geographic calculations

Description vtkGeoMath provides some useful geographic calculations.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkGeoMath.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.vtkObject.

static double Kitware.VTK.vtkGeoMath.DistanceSquared ( IntPtr  pt0,
IntPtr  pt1 
) [static]

Returns the squared distance between two points.

static double Kitware.VTK.vtkGeoMath.EarthRadiusMeters ( ) [static]

Returns the average radius of the earth in meters.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static void Kitware.VTK.vtkGeoMath.LongLatAltToRect ( IntPtr  lla,
IntPtr  rect 
) [static]

Converts a (longitude, latitude, altitude) triple to world coordinates where the center of the earth is at the origin. Units are in meters. Note that having altitude realtive to sea level causes issues.

static new vtkGeoMath Kitware.VTK.vtkGeoMath.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static internal double Kitware.VTK.vtkGeoMath.vtkGeoMath_DistanceSquared_01 ( IntPtr  pt0,
IntPtr  pt1 
) [private]
static internal double Kitware.VTK.vtkGeoMath.vtkGeoMath_EarthRadiusMeters_02 ( ) [private]
static internal int Kitware.VTK.vtkGeoMath.vtkGeoMath_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGeoMath.vtkGeoMath_IsTypeOf_04 ( string  type) [private]
static internal void Kitware.VTK.vtkGeoMath.vtkGeoMath_LongLatAltToRect_05 ( IntPtr  lla,
IntPtr  rect 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoMath.vtkGeoMath_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoMath.vtkGeoMath_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoMath.vtkGeoMath_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGeoMath.MRClassNameKey = "10vtkGeoMath" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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