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

vtkGeoImageNode - A node in a multi-resolution image tree. More...

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

List of all members.

Public Member Functions

 vtkGeoImageNode (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGeoImageNode ()
 Undocumented Block.
void CropImageForTile (vtkImageData image, IntPtr imageLonLatExt, string prefix)
 This crops the image as small as possible while still covering the patch. The Longitude Latitude range may get bigger to reflect the actual size of the image. If prefix is specified, writes the tile to that location.
override void DeepCopy (vtkGeoTreeNode src)
 Shallow and Deep copy.
override void DeleteData ()
 Deletes the data associated with the node to make this an "empty" node. This is performed when the node has been unused for a certain amount of time.
vtkGeoImageNode GetChild (int idx)
 Every subclass implements these methods returning the specific type. This is easier than templating.
vtkImageData GetImage ()
 Get the image tile.
vtkGeoImageNode GetParent ()
 Every subclass implements these methods returning the specific type. This is easier than templating.
vtkTexture GetTexture ()
 Get the image tile.
override bool HasData ()
 Returns whether this node has valid data associated with it, or if it is an "empty" node.
override int IsA (string type)
 Undocumented Block.
void LoadAnImage (string prefix)
 This loads the image from a tile database at the specified location.
new vtkGeoImageNode NewInstance ()
 Undocumented Block.
void SetImage (vtkImageData image)
 Get the image tile.
void SetTexture (vtkTexture texture)
 Get the image tile.
override void ShallowCopy (vtkGeoTreeNode src)
 Shallow and Deep copy.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkGeoImageNode"
 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 vtkGeoImageNode_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoImageNode_CropImageForTile_01 (HandleRef pThis, HandleRef image, IntPtr imageLonLatExt, string prefix)
static internal void vtkGeoImageNode_DeepCopy_02 (HandleRef pThis, HandleRef src)
static internal void vtkGeoImageNode_DeleteData_03 (HandleRef pThis)
static internal IntPtr vtkGeoImageNode_GetChild_04 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoImageNode_GetImage_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoImageNode_GetParent_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoImageNode_GetTexture_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkGeoImageNode_HasData_08 (HandleRef pThis)
static internal int vtkGeoImageNode_IsA_09 (HandleRef pThis, string type)
static internal int vtkGeoImageNode_IsTypeOf_10 (string type)
static internal void vtkGeoImageNode_LoadAnImage_11 (HandleRef pThis, string prefix)
static internal IntPtr vtkGeoImageNode_NewInstance_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoImageNode_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoImageNode_SetImage_15 (HandleRef pThis, HandleRef image)
static internal void vtkGeoImageNode_SetTexture_16 (HandleRef pThis, HandleRef texture)
static internal void vtkGeoImageNode_ShallowCopy_17 (HandleRef pThis, HandleRef src)

Static Private Member Functions

static vtkGeoImageNode ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGeoImageNode - A node in a multi-resolution image tree.

Description vtkGeoImageNode contains an image tile in a multi-resolution image tree, along with metadata about that image's extents.

vtkGeoTreeNode vtkGeoTerrainNode


Constructor & Destructor Documentation

static Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

void Kitware.VTK.vtkGeoImageNode.CropImageForTile ( vtkImageData  image,
IntPtr  imageLonLatExt,
string  prefix 
)

This crops the image as small as possible while still covering the patch. The Longitude Latitude range may get bigger to reflect the actual size of the image. If prefix is specified, writes the tile to that location.

override void Kitware.VTK.vtkGeoImageNode.DeepCopy ( vtkGeoTreeNode  src) [virtual]

Shallow and Deep copy.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

override void Kitware.VTK.vtkGeoImageNode.DeleteData ( ) [virtual]

Deletes the data associated with the node to make this an "empty" node. This is performed when the node has been unused for a certain amount of time.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

override void Kitware.VTK.vtkGeoImageNode.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.vtkGeoTreeNode.

Every subclass implements these methods returning the specific type. This is easier than templating.

Here is the call graph for this function:

Get the image tile.

Here is the call graph for this function:

Every subclass implements these methods returning the specific type. This is easier than templating.

Here is the call graph for this function:

Get the image tile.

Here is the call graph for this function:

override bool Kitware.VTK.vtkGeoImageNode.HasData ( ) [virtual]

Returns whether this node has valid data associated with it, or if it is an "empty" node.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

void Kitware.VTK.vtkGeoImageNode.LoadAnImage ( string  prefix)

This loads the image from a tile database at the specified location.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

Here is the call graph for this function:

Get the image tile.

Get the image tile.

override void Kitware.VTK.vtkGeoImageNode.ShallowCopy ( vtkGeoTreeNode  src) [virtual]

Shallow and Deep copy.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

static internal void Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_CropImageForTile_01 ( HandleRef  pThis,
HandleRef  image,
IntPtr  imageLonLatExt,
string  prefix 
) [private]
static internal void Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_DeepCopy_02 ( HandleRef  pThis,
HandleRef  src 
) [private]
static internal void Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_DeleteData_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_GetChild_04 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_GetImage_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_GetParent_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_GetTexture_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_HasData_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_IsTypeOf_10 ( string  type) [private]
static internal void Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_LoadAnImage_11 ( HandleRef  pThis,
string  prefix 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_NewInstance_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_SafeDownCast_14 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_SetImage_15 ( HandleRef  pThis,
HandleRef  image 
) [private]
static internal void Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_SetTexture_16 ( HandleRef  pThis,
HandleRef  texture 
) [private]
static internal void Kitware.VTK.vtkGeoImageNode.vtkGeoImageNode_ShallowCopy_17 ( HandleRef  pThis,
HandleRef  src 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGeoImageNode.MRClassNameKey = "15vtkGeoImageNode" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGeoTreeNode.


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