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

vtkGeoFileImageSource - A tiled image source on disk. More...

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

List of all members.

Public Member Functions

 vtkGeoFileImageSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGeoFileImageSource ()
 Undocumented Block.
override bool FetchChild (vtkGeoTreeNode node, int index, vtkGeoTreeNode child)
 Fetches the child image of a parent from disk.
override bool FetchRoot (vtkGeoTreeNode root)
 Fetches the root image representing the whole globe.
virtual string GetPath ()
 The path the tiled image database.
override int IsA (string type)
 Undocumented Block.
new vtkGeoFileImageSource NewInstance ()
 Undocumented Block.
virtual void SetPath (string _arg)
 The path the tiled image database.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkGeoFileImageSource"
 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 vtkGeoFileImageSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkGeoFileImageSource_FetchChild_01 (HandleRef pThis, HandleRef node, int index, HandleRef child)
static internal byte vtkGeoFileImageSource_FetchRoot_02 (HandleRef pThis, HandleRef root)
static internal IntPtr vtkGeoFileImageSource_GetPath_03 (HandleRef pThis)
static internal int vtkGeoFileImageSource_IsA_04 (HandleRef pThis, string type)
static internal int vtkGeoFileImageSource_IsTypeOf_05 (string type)
static internal IntPtr vtkGeoFileImageSource_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoFileImageSource_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoFileImageSource_SetPath_09 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkGeoFileImageSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGeoFileImageSource - A tiled image source on disk.

Description vtkGeoFileImageSource is a vtkGeoSource that fetches .vti images from disk in a directory with a certain naming scheme. You may use vtkGeoAlignedImageRepresentation's SaveDatabase method to generate an database of image tiles in this format.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource ( 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.vtkGeoFileImageSource.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.vtkGeoFileImageSource.FetchChild ( vtkGeoTreeNode  node,
int  index,
vtkGeoTreeNode  child 
) [virtual]

Fetches the child image of a parent from disk.

Reimplemented from Kitware.VTK.vtkGeoSource.

Fetches the root image representing the whole globe.

Reimplemented from Kitware.VTK.vtkGeoSource.

virtual string Kitware.VTK.vtkGeoFileImageSource.GetPath ( ) [virtual]

The path the tiled image database.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGeoSource.

static new int Kitware.VTK.vtkGeoFileImageSource.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.vtkGeoFileImageSource.SetPath ( string  _arg) [virtual]

The path the tiled image database.

static internal byte Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource_FetchChild_01 ( HandleRef  pThis,
HandleRef  node,
int  index,
HandleRef  child 
) [private]
static internal byte Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource_FetchRoot_02 ( HandleRef  pThis,
HandleRef  root 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource_GetPath_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGeoFileImageSource.vtkGeoFileImageSource_SetPath_09 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGeoFileImageSource.MRClassNameKey = "21vtkGeoFileImageSource" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGeoSource.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGeoSource.


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