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

vtkGeoAlignedImageRepresentation - A multi-resolution image tree More...

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

List of all members.

Public Member Functions

 vtkGeoAlignedImageRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGeoAlignedImageRepresentation ()
 Undocumented Block.
virtual vtkGeoImageNode GetBestImageForBounds (IntPtr bounds)
 Retrieve the most refined image patch that covers the specified latitude and longitude bounds (lat-min, lat-max, long-min, long-max).
virtual vtkGeoSource GetSource ()
 The source for this representation. This must be set first before calling GetBestImageForBounds.
override int IsA (string type)
 Undocumented Block.
new
vtkGeoAlignedImageRepresentation 
NewInstance ()
 Undocumented Block.
void SaveDatabase (string path)
 Serialize the database to the specified directory. Each image is stored as a .vti file. The Origin and Spacing of the saved image contain (lat-min, long-min) and (lat-max, long-max), respectively. Files are named based on their level and id within that level.
virtual void SetSource (vtkGeoSource source)
 The source for this representation. This must be set first before calling GetBestImageForBounds.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "32vtkGeoAlignedImageRepresentation"
 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 vtkGeoAlignedImageRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoAlignedImageRepresentation_GetBestImageForBounds_01 (HandleRef pThis, IntPtr bounds, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoAlignedImageRepresentation_GetSource_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGeoAlignedImageRepresentation_IsA_03 (HandleRef pThis, string type)
static internal int vtkGeoAlignedImageRepresentation_IsTypeOf_04 (string type)
static internal IntPtr vtkGeoAlignedImageRepresentation_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoAlignedImageRepresentation_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoAlignedImageRepresentation_SaveDatabase_08 (HandleRef pThis, string path)
static internal void vtkGeoAlignedImageRepresentation_SetSource_09 (HandleRef pThis, HandleRef source)

Static Private Member Functions

static vtkGeoAlignedImageRepresentation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGeoAlignedImageRepresentation - A multi-resolution image tree

Description vtkGeoAlignedImageRepresentation represents a high resolution image over the globle. It has an associated vtkGeoSource which is responsible for fetching new data. This class keeps the fetched data in a quad-tree structure organized by latitude and longitude.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation ( 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.vtkGeoAlignedImageRepresentation.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.vtkDataRepresentation.

Retrieve the most refined image patch that covers the specified latitude and longitude bounds (lat-min, lat-max, long-min, long-max).

Here is the call graph for this function:

The source for this representation. This must be set first before calling GetBestImageForBounds.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataRepresentation.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataRepresentation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataRepresentation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataRepresentation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataRepresentation.

Here is the call graph for this function:

Serialize the database to the specified directory. Each image is stored as a .vti file. The Origin and Spacing of the saved image contain (lat-min, long-min) and (lat-max, long-max), respectively. Files are named based on their level and id within that level.

The source for this representation. This must be set first before calling GetBestImageForBounds.

static internal IntPtr Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_GetBestImageForBounds_01 ( HandleRef  pThis,
IntPtr  bounds,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_GetSource_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_SaveDatabase_08 ( HandleRef  pThis,
string  path 
) [private]
static internal void Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_SetSource_09 ( HandleRef  pThis,
HandleRef  source 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGeoAlignedImageRepresentation.MRClassNameKey = "32vtkGeoAlignedImageRepresentation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataRepresentation.


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