ActiViz .NET
5.8.0
|
vtkGeoFileTerrainSource - A source for tiled geometry on disk. More...
Public Member Functions | |
vtkGeoFileTerrainSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGeoFileTerrainSource () | |
Undocumented Block. | |
override bool | FetchChild (vtkGeoTreeNode node, int index, vtkGeoTreeNode child) |
Retreive the child's geometry from disk. | |
override bool | FetchRoot (vtkGeoTreeNode root) |
Retrieve the root geometry representing the entire globe. | |
virtual string | GetPath () |
The path the tiled geometry database. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGeoFileTerrainSource | NewInstance () |
Undocumented Block. | |
virtual void | SetPath (string _arg) |
The path the tiled geometry database. | |
Static Public Member Functions | |
static new vtkGeoFileTerrainSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGeoFileTerrainSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGeoFileTerrainSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkGeoFileTerrainSource" |
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 | vtkGeoFileTerrainSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkGeoFileTerrainSource_FetchChild_01 (HandleRef pThis, HandleRef node, int index, HandleRef child) |
static internal byte | vtkGeoFileTerrainSource_FetchRoot_02 (HandleRef pThis, HandleRef root) |
static internal IntPtr | vtkGeoFileTerrainSource_GetPath_03 (HandleRef pThis) |
static internal int | vtkGeoFileTerrainSource_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkGeoFileTerrainSource_IsTypeOf_05 (string type) |
static internal IntPtr | vtkGeoFileTerrainSource_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGeoFileTerrainSource_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGeoFileTerrainSource_SetPath_09 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkGeoFileTerrainSource () |
Automatically generated type registration mechanics. |
vtkGeoFileTerrainSource - A source for tiled geometry on disk.
Description vtkGeoFileTerrainSource reads geometry tiles as .vtp files from a directory that follow a certain naming convention containing the level of the patch and the position within that level. Use vtkGeoTerrain's SaveDatabase method to create a database of files in this format.
static Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGeoFileTerrainSource.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.vtkGeoFileTerrainSource.FetchChild | ( | vtkGeoTreeNode | node, |
int | index, | ||
vtkGeoTreeNode | child | ||
) | [virtual] |
Retreive the child's geometry from disk.
Reimplemented from Kitware.VTK.vtkGeoSource.
override bool Kitware.VTK.vtkGeoFileTerrainSource.FetchRoot | ( | vtkGeoTreeNode | root | ) | [virtual] |
Retrieve the root geometry representing the entire globe.
Reimplemented from Kitware.VTK.vtkGeoSource.
virtual string Kitware.VTK.vtkGeoFileTerrainSource.GetPath | ( | ) | [virtual] |
The path the tiled geometry database.
override int Kitware.VTK.vtkGeoFileTerrainSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
static new int Kitware.VTK.vtkGeoFileTerrainSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
static new vtkGeoFileTerrainSource Kitware.VTK.vtkGeoFileTerrainSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
static new vtkGeoFileTerrainSource Kitware.VTK.vtkGeoFileTerrainSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoSource.
virtual void Kitware.VTK.vtkGeoFileTerrainSource.SetPath | ( | string | _arg | ) | [virtual] |
The path the tiled geometry database.
static internal byte Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource_FetchChild_01 | ( | HandleRef | pThis, |
HandleRef | node, | ||
int | index, | ||
HandleRef | child | ||
) | [private] |
static internal byte Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource_FetchRoot_02 | ( | HandleRef | pThis, |
HandleRef | root | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource_GetPath_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoFileTerrainSource.vtkGeoFileTerrainSource_SetPath_09 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGeoFileTerrainSource.MRClassNameKey = "23vtkGeoFileTerrainSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoSource.
new const string Kitware.VTK.vtkGeoFileTerrainSource.MRFullTypeName = "Kitware.VTK.vtkGeoFileTerrainSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoSource.