|
ActiViz .NET
5.8.0
|
vtkGeoAlignedImageRepresentation - A multi-resolution image tree More...
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. | |
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.
| static Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation | ( | ) | [static, private] |
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.
| 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.
| virtual vtkGeoImageNode Kitware.VTK.vtkGeoAlignedImageRepresentation.GetBestImageForBounds | ( | IntPtr | bounds | ) | [virtual] |
Retrieve the most refined image patch that covers the specified latitude and longitude bounds (lat-min, lat-max, long-min, long-max).
| virtual vtkGeoSource Kitware.VTK.vtkGeoAlignedImageRepresentation.GetSource | ( | ) | [virtual] |
The source for this representation. This must be set first before calling GetBestImageForBounds.
| 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.
| static new vtkGeoAlignedImageRepresentation Kitware.VTK.vtkGeoAlignedImageRepresentation.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataRepresentation.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataRepresentation.
| static new vtkGeoAlignedImageRepresentation Kitware.VTK.vtkGeoAlignedImageRepresentation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataRepresentation.
| void Kitware.VTK.vtkGeoAlignedImageRepresentation.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 Kitware.VTK.vtkGeoAlignedImageRepresentation.SetSource | ( | vtkGeoSource | source | ) | [virtual] |
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 int Kitware.VTK.vtkGeoAlignedImageRepresentation.vtkGeoAlignedImageRepresentation_IsTypeOf_04 | ( | 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] |
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.
1.7.6.1