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

vtkGeoProjectionSource - A 2D geographic geometry source More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Blocking methods for sources with low latency.

Reimplemented from Kitware.VTK.vtkGeoSource.

The minimum number of cells per node.

The projection ID defining the projection. Initial value is 0.

Return the projection transformation used by this 2D terrain.

Reimplemented from Kitware.VTK.vtkGeoSource.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGeoSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGeoSource.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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