|
ActiViz .NET
5.8.0
|
vtkGeoTerrain2D - A 2D terrain model for the globe. More...
Public Member Functions | |
| vtkGeoTerrain2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkGeoTerrain2D () | |
| Undocumented Block. | |
| virtual double | GetLocationTolerance () |
| The maximum allowed deviation of geometry in pixels. Geometry will be refined if the deviation is larger than the tolerance. | |
| virtual double | GetTextureTolerance () |
| The maximum size of a single texel in pixels. Images will be refined if a texel becomes larger than the tolerance. | |
| virtual vtkAbstractTransform | GetTransform () |
| Return the projection transformation used by this 2D terrain. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkGeoTerrain2D | NewInstance () |
| Undocumented Block. | |
| virtual void | SetLocationTolerance (double _arg) |
| The maximum allowed deviation of geometry in pixels. Geometry will be refined if the deviation is larger than the tolerance. | |
| virtual void | SetTextureTolerance (double _arg) |
| The maximum size of a single texel in pixels. Images will be refined if a texel becomes larger than the tolerance. | |
Static Public Member Functions | |
| static new vtkGeoTerrain2D | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkGeoTerrain2D | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkGeoTerrain2D" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "15vtkGeoTerrain2D" |
| 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 | vtkGeoTerrain2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkGeoTerrain2D_GetLocationTolerance_01 (HandleRef pThis) |
| static internal double | vtkGeoTerrain2D_GetTextureTolerance_02 (HandleRef pThis) |
| static internal IntPtr | vtkGeoTerrain2D_GetTransform_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkGeoTerrain2D_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkGeoTerrain2D_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkGeoTerrain2D_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkGeoTerrain2D_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkGeoTerrain2D_SetLocationTolerance_09 (HandleRef pThis, double _arg) |
| static internal void | vtkGeoTerrain2D_SetTextureTolerance_10 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
| static | vtkGeoTerrain2D () |
| Automatically generated type registration mechanics. | |
vtkGeoTerrain2D - A 2D terrain model for the globe.
Description vtkGeoTerrain2D contains a multi-resolution tree of geometry representing the globe. It uses a vtkGeoSource subclass to generate the terrain, such as vtkGeoProjectionSource. This source must be set before using the terrain in a vtkGeoView2D. The terrain also contains an AddActors() method which updates the set of actors representing the globe given the current camera position.
| static Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkGeoTerrain2D.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.vtkGeoTerrain.
| virtual double Kitware.VTK.vtkGeoTerrain2D.GetLocationTolerance | ( | ) | [virtual] |
The maximum allowed deviation of geometry in pixels. Geometry will be refined if the deviation is larger than the tolerance.
| virtual double Kitware.VTK.vtkGeoTerrain2D.GetTextureTolerance | ( | ) | [virtual] |
The maximum size of a single texel in pixels. Images will be refined if a texel becomes larger than the tolerance.
| virtual vtkAbstractTransform Kitware.VTK.vtkGeoTerrain2D.GetTransform | ( | ) | [virtual] |
Return the projection transformation used by this 2D terrain.
| override int Kitware.VTK.vtkGeoTerrain2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTerrain.
| static new int Kitware.VTK.vtkGeoTerrain2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTerrain.
| static new vtkGeoTerrain2D Kitware.VTK.vtkGeoTerrain2D.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTerrain.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTerrain.
| static new vtkGeoTerrain2D Kitware.VTK.vtkGeoTerrain2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTerrain.
| virtual void Kitware.VTK.vtkGeoTerrain2D.SetLocationTolerance | ( | double | _arg | ) | [virtual] |
The maximum allowed deviation of geometry in pixels. Geometry will be refined if the deviation is larger than the tolerance.
| virtual void Kitware.VTK.vtkGeoTerrain2D.SetTextureTolerance | ( | double | _arg | ) | [virtual] |
The maximum size of a single texel in pixels. Images will be refined if a texel becomes larger than the tolerance.
| static internal double Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_GetLocationTolerance_01 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_GetTextureTolerance_02 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_GetTransform_03 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_SetLocationTolerance_09 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoTerrain2D.vtkGeoTerrain2D_SetTextureTolerance_10 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkGeoTerrain2D.MRClassNameKey = "15vtkGeoTerrain2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoTerrain.
| new const string Kitware.VTK.vtkGeoTerrain2D.MRFullTypeName = "Kitware.VTK.vtkGeoTerrain2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoTerrain.
1.7.6.1