ActiViz .NET
5.8.0
|
vtkGeoProjectionSource - A 2D geographic geometry source More...
Public Member Functions | |
vtkGeoProjectionSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGeoProjectionSource () | |
Undocumented Block. | |
override bool | FetchChild (vtkGeoTreeNode node, int index, vtkGeoTreeNode child) |
Blocking methods for sources with low latency. | |
override bool | FetchRoot (vtkGeoTreeNode root) |
Blocking methods for sources with low latency. | |
virtual int | GetMinCellsPerNode () |
The minimum number of cells per node. | |
virtual int | GetProjection () |
The projection ID defining the projection. Initial value is 0. | |
override vtkAbstractTransform | GetTransform () |
Return the projection transformation used by this 2D terrain. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGeoProjectionSource | NewInstance () |
Undocumented Block. | |
virtual void | SetMinCellsPerNode (int _arg) |
The minimum number of cells per node. | |
virtual void | SetProjection (int projection) |
The projection ID defining the projection. Initial value is 0. | |
Static Public Member Functions | |
static new vtkGeoProjectionSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGeoProjectionSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGeoProjectionSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkGeoProjectionSource" |
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 | vtkGeoProjectionSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkGeoProjectionSource_FetchChild_01 (HandleRef pThis, HandleRef node, int index, HandleRef child) |
static internal byte | vtkGeoProjectionSource_FetchRoot_02 (HandleRef pThis, HandleRef root) |
static internal int | vtkGeoProjectionSource_GetMinCellsPerNode_03 (HandleRef pThis) |
static internal int | vtkGeoProjectionSource_GetProjection_04 (HandleRef pThis) |
static internal IntPtr | vtkGeoProjectionSource_GetTransform_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkGeoProjectionSource_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkGeoProjectionSource_IsTypeOf_07 (string type) |
static internal IntPtr | vtkGeoProjectionSource_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGeoProjectionSource_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGeoProjectionSource_SetMinCellsPerNode_11 (HandleRef pThis, int _arg) |
static internal void | vtkGeoProjectionSource_SetProjection_12 (HandleRef pThis, int projection) |
Static Private Member Functions | |
static | vtkGeoProjectionSource () |
Automatically generated type registration mechanics. |
vtkGeoProjectionSource - A 2D geographic geometry source
Description vtkGeoProjectionSource is a vtkGeoSource suitable for use in vtkTerrain2D. This source uses the libproj4 library to produce geometry patches at multiple resolutions. Each patch covers a specific region in projected space.
static Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGeoProjectionSource.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.vtkGeoSource.
override bool Kitware.VTK.vtkGeoProjectionSource.FetchChild | ( | vtkGeoTreeNode | node, |
int | index, | ||
vtkGeoTreeNode | child | ||
) | [virtual] |
Blocking methods for sources with low latency.
Reimplemented from Kitware.VTK.vtkGeoSource.
override bool Kitware.VTK.vtkGeoProjectionSource.FetchRoot | ( | vtkGeoTreeNode | root | ) | [virtual] |
Blocking methods for sources with low latency.
Reimplemented from Kitware.VTK.vtkGeoSource.
virtual int Kitware.VTK.vtkGeoProjectionSource.GetMinCellsPerNode | ( | ) | [virtual] |
The minimum number of cells per node.
virtual int Kitware.VTK.vtkGeoProjectionSource.GetProjection | ( | ) | [virtual] |
The projection ID defining the projection. Initial value is 0.
override vtkAbstractTransform Kitware.VTK.vtkGeoProjectionSource.GetTransform | ( | ) | [virtual] |
Return the projection transformation used by this 2D terrain.
Reimplemented from Kitware.VTK.vtkGeoSource.
override int Kitware.VTK.vtkGeoProjectionSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
static new int Kitware.VTK.vtkGeoProjectionSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
static new vtkGeoProjectionSource Kitware.VTK.vtkGeoProjectionSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
static new vtkGeoProjectionSource Kitware.VTK.vtkGeoProjectionSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
virtual void Kitware.VTK.vtkGeoProjectionSource.SetMinCellsPerNode | ( | int | _arg | ) | [virtual] |
The minimum number of cells per node.
virtual void Kitware.VTK.vtkGeoProjectionSource.SetProjection | ( | int | projection | ) | [virtual] |
The projection ID defining the projection. Initial value is 0.
static internal byte Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_FetchChild_01 | ( | HandleRef | pThis, |
HandleRef | node, | ||
int | index, | ||
HandleRef | child | ||
) | [private] |
static internal byte Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_FetchRoot_02 | ( | HandleRef | pThis, |
HandleRef | root | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_GetMinCellsPerNode_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_GetProjection_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_GetTransform_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_SetMinCellsPerNode_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoProjectionSource.vtkGeoProjectionSource_SetProjection_12 | ( | HandleRef | pThis, |
int | projection | ||
) | [private] |
new readonly string Kitware.VTK.vtkGeoProjectionSource.MRClassNameKey = "22vtkGeoProjectionSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoSource.
new const string Kitware.VTK.vtkGeoProjectionSource.MRFullTypeName = "Kitware.VTK.vtkGeoProjectionSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoSource.