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

vtkGeoView2D - A 2D geospatial view. More...

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

List of all members.

Public Member Functions

 vtkGeoView2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGeoView2D ()
 Undocumented Block.
override void ApplyViewTheme (vtkViewTheme theme)
 Apply the view theme to this view.
virtual vtkGeoTerrain2D GetSurface ()
 Undocumented Block.
override vtkAbstractTransform GetTransform ()
 Returns the transform associated with the surface.
override int IsA (string type)
 Undocumented Block.
new vtkGeoView2D NewInstance ()
 Undocumented Block.
override void Render ()
 Update and render the view.
virtual void SetSurface (vtkGeoTerrain2D surf)
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkGeoView2D"
 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 vtkGeoView2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoView2D_ApplyViewTheme_01 (HandleRef pThis, HandleRef theme)
static internal IntPtr vtkGeoView2D_GetSurface_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoView2D_GetTransform_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGeoView2D_IsA_04 (HandleRef pThis, string type)
static internal int vtkGeoView2D_IsTypeOf_05 (string type)
static internal IntPtr vtkGeoView2D_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoView2D_Render_08 (HandleRef pThis)
static internal IntPtr vtkGeoView2D_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoView2D_SetSurface_10 (HandleRef pThis, HandleRef surf)

Static Private Member Functions

static vtkGeoView2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGeoView2D - A 2D geospatial view.

Description vtkGeoView is a 2D globe view. The globe may contain a multi-resolution geometry source (vtkGeoTerrain2D), multiple multi-resolution image sources (vtkGeoAlignedImageRepresentation), as well as other representations such as vtkGeoGraphRepresentation2D. At a minimum, the view must have a terrain and one image representation. By default, you may select in the view with the left mouse button, pan with the middle button, and zoom with the right mouse button or scroll wheel.

Each terrain or image representation contains a vtkGeoSource subclass which generates geometry or imagery at multiple resolutions. As the camera position changes, the terrain and/or image representations may ask its vtkGeoSource to refine the geometry. This refinement is performed on a separate thread, and the data is added to the view when it becomes available.

vtkGeoTerrain2D vtkGeoAlignedImageRepresentation vtkGeoSource


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkGeoView2D.vtkGeoView2D ( 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.vtkGeoView2D.ApplyViewTheme ( vtkViewTheme  theme) [virtual]

Apply the view theme to this view.

Reimplemented from Kitware.VTK.vtkRenderView.

override void Kitware.VTK.vtkGeoView2D.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.vtkRenderView.

Undocumented Block.

Here is the call graph for this function:

Returns the transform associated with the surface.

Reimplemented from Kitware.VTK.vtkRenderView.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

override void Kitware.VTK.vtkGeoView2D.Render ( ) [virtual]

Update and render the view.

Reimplemented from Kitware.VTK.vtkRenderView.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderView.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkGeoView2D.SetSurface ( vtkGeoTerrain2D  surf) [virtual]

Undocumented Block.

static internal void Kitware.VTK.vtkGeoView2D.vtkGeoView2D_ApplyViewTheme_01 ( HandleRef  pThis,
HandleRef  theme 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoView2D.vtkGeoView2D_GetSurface_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoView2D.vtkGeoView2D_GetTransform_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGeoView2D.vtkGeoView2D_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGeoView2D.vtkGeoView2D_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGeoView2D.vtkGeoView2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoView2D.vtkGeoView2D_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGeoView2D.vtkGeoView2D_Render_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGeoView2D.vtkGeoView2D_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGeoView2D.vtkGeoView2D_SetSurface_10 ( HandleRef  pThis,
HandleRef  surf 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGeoView2D.MRClassNameKey = "12vtkGeoView2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderView.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderView.


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