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

vtkGeoSphereTransform - A transformation between long-lat-alt and rect coords More...

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

List of all members.

Public Member Functions

 vtkGeoSphereTransform (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGeoSphereTransform ()
 Undocumented Block.
virtual double GetBaseAltitude ()
 The base altitude to transform coordinates to. This can be useful for transforming lines just above the earth's surface. Default is 0.
virtual bool GetToRectangular ()
 If on, this transform converts (long,lat,alt) triples to (x,y,z) as an offset from the center of the earth. Alt, x, y, and z are all be in meters. If off, the tranform works in the reverse direction. Initial value is on.
override void InternalTransformPoint (IntPtr arg0, IntPtr arg1)
 This will calculate the transformation without calling Update. Meant for use only within other VTK classes.
override void Inverse ()
 Invert the transformation.
override int IsA (string type)
 Undocumented Block.
override vtkAbstractTransform MakeTransform ()
 Make another transform of the same type.
new vtkGeoSphereTransform NewInstance ()
 Undocumented Block.
virtual void SetBaseAltitude (double _arg)
 The base altitude to transform coordinates to. This can be useful for transforming lines just above the earth's surface. Default is 0.
virtual void SetToRectangular (bool _arg)
 If on, this transform converts (long,lat,alt) triples to (x,y,z) as an offset from the center of the earth. Alt, x, y, and z are all be in meters. If off, the tranform works in the reverse direction. Initial value is on.
virtual void ToRectangularOff ()
 If on, this transform converts (long,lat,alt) triples to (x,y,z) as an offset from the center of the earth. Alt, x, y, and z are all be in meters. If off, the tranform works in the reverse direction. Initial value is on.
virtual void ToRectangularOn ()
 If on, this transform converts (long,lat,alt) triples to (x,y,z) as an offset from the center of the earth. Alt, x, y, and z are all be in meters. If off, the tranform works in the reverse direction. Initial value is on.

Static Public Member Functions

static new vtkGeoSphereTransform New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkGeoSphereTransform SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkGeoSphereTransform"
 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 vtkGeoSphereTransform_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkGeoSphereTransform_GetBaseAltitude_01 (HandleRef pThis)
static internal byte vtkGeoSphereTransform_GetToRectangular_02 (HandleRef pThis)
static internal void vtkGeoSphereTransform_InternalTransformPoint_03 (HandleRef pThis, IntPtr arg0, IntPtr arg1)
static internal void vtkGeoSphereTransform_Inverse_04 (HandleRef pThis)
static internal int vtkGeoSphereTransform_IsA_05 (HandleRef pThis, string type)
static internal int vtkGeoSphereTransform_IsTypeOf_06 (string type)
static internal IntPtr vtkGeoSphereTransform_MakeTransform_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoSphereTransform_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoSphereTransform_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoSphereTransform_SetBaseAltitude_11 (HandleRef pThis, double _arg)
static internal void vtkGeoSphereTransform_SetToRectangular_12 (HandleRef pThis, byte _arg)
static internal void vtkGeoSphereTransform_ToRectangularOff_13 (HandleRef pThis)
static internal void vtkGeoSphereTransform_ToRectangularOn_14 (HandleRef pThis)

Static Private Member Functions

static vtkGeoSphereTransform ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGeoSphereTransform - A transformation between long-lat-alt and rect coords

Description the cartesian coordinate system is the following (if BaseAltitude is 0),


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform ( 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.vtkGeoSphereTransform.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.vtkAbstractTransform.

The base altitude to transform coordinates to. This can be useful for transforming lines just above the earth's surface. Default is 0.

If on, this transform converts (long,lat,alt) triples to (x,y,z) as an offset from the center of the earth. Alt, x, y, and z are all be in meters. If off, the tranform works in the reverse direction. Initial value is on.

override void Kitware.VTK.vtkGeoSphereTransform.InternalTransformPoint ( IntPtr  arg0,
IntPtr  arg1 
) [virtual]

This will calculate the transformation without calling Update. Meant for use only within other VTK classes.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

override void Kitware.VTK.vtkGeoSphereTransform.Inverse ( ) [virtual]

Invert the transformation.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

Make another transform of the same type.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkGeoSphereTransform.SetBaseAltitude ( double  _arg) [virtual]

The base altitude to transform coordinates to. This can be useful for transforming lines just above the earth's surface. Default is 0.

virtual void Kitware.VTK.vtkGeoSphereTransform.SetToRectangular ( bool  _arg) [virtual]

If on, this transform converts (long,lat,alt) triples to (x,y,z) as an offset from the center of the earth. Alt, x, y, and z are all be in meters. If off, the tranform works in the reverse direction. Initial value is on.

If on, this transform converts (long,lat,alt) triples to (x,y,z) as an offset from the center of the earth. Alt, x, y, and z are all be in meters. If off, the tranform works in the reverse direction. Initial value is on.

If on, this transform converts (long,lat,alt) triples to (x,y,z) as an offset from the center of the earth. Alt, x, y, and z are all be in meters. If off, the tranform works in the reverse direction. Initial value is on.

static internal double Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_GetBaseAltitude_01 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_GetToRectangular_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_InternalTransformPoint_03 ( HandleRef  pThis,
IntPtr  arg0,
IntPtr  arg1 
) [private]
static internal void Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_Inverse_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_MakeTransform_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_SetBaseAltitude_11 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_SetToRectangular_12 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_ToRectangularOff_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGeoSphereTransform.vtkGeoSphereTransform_ToRectangularOn_14 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGeoSphereTransform.MRClassNameKey = "21vtkGeoSphereTransform" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractTransform.


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