ActiViz .NET
5.8.0
|
Public Member Functions | |
vtkGeoTerrainNode (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGeoTerrainNode () | |
Undocumented Block. | |
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. | |
double | GetAltitude (double longitude, double latitude) |
Given, a long, lat position, return altitude in meters relative to sea level. | |
virtual double[] | GetBoundingSphereCenter () |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetBoundingSphereCenter (ref double _arg1, ref double _arg2, ref double _arg3) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetBoundingSphereCenter (IntPtr _arg) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual double | GetBoundingSphereRadius () |
Bounding sphere is precomputed for faster updates of terrain. | |
vtkGeoTerrainNode | GetChild (int idx) |
Every subclass implements these methods returning the specific type. This is easier than templating. | |
virtual double[] | GetCornerNormal00 () |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetCornerNormal00 (ref double _arg1, ref double _arg2, ref double _arg3) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetCornerNormal00 (IntPtr _arg) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual double[] | GetCornerNormal01 () |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetCornerNormal01 (ref double _arg1, ref double _arg2, ref double _arg3) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetCornerNormal01 (IntPtr _arg) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual double[] | GetCornerNormal10 () |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetCornerNormal10 (ref double _arg1, ref double _arg2, ref double _arg3) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetCornerNormal10 (IntPtr _arg) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual double[] | GetCornerNormal11 () |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetCornerNormal11 (ref double _arg1, ref double _arg2, ref double _arg3) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual void | GetCornerNormal11 (IntPtr _arg) |
Bounding sphere is precomputed for faster updates of terrain. | |
virtual float | GetCoverage () |
For 2D projections, store the maximum deviation of line segment centers from the actual projection value. | |
virtual double | GetError () |
For 2D projections, store the maximum deviation of line segment centers from the actual projection value. | |
virtual int | GetGraticuleLevel () |
For 2D projections, store the granularity of the graticule in this node. | |
vtkPolyData | GetModel () |
Get the terrrain model. The user has to copy the terrain into this object. | |
vtkGeoTerrainNode | GetParent () |
Every subclass implements these methods returning the specific type. This is easier than templating. | |
virtual double[] | GetProjectionBounds () |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen. | |
virtual void | GetProjectionBounds (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen. | |
virtual void | GetProjectionBounds (IntPtr _arg) |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen. | |
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. | |
new vtkGeoTerrainNode | NewInstance () |
Undocumented Block. | |
virtual void | SetCoverage (float _arg) |
For 2D projections, store the maximum deviation of line segment centers from the actual projection value. | |
virtual void | SetError (double _arg) |
For 2D projections, store the maximum deviation of line segment centers from the actual projection value. | |
virtual void | SetGraticuleLevel (int _arg) |
For 2D projections, store the granularity of the graticule in this node. | |
void | SetModel (vtkPolyData model) |
Get the terrrain model. The user has to copy the terrain into this object. | |
virtual void | SetProjectionBounds (double _arg1, double _arg2, double _arg3, double _arg4) |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen. | |
virtual void | SetProjectionBounds (IntPtr _arg) |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen. | |
override void | ShallowCopy (vtkGeoTreeNode src) |
Shallow and Deep copy. | |
void | UpdateBoundingSphere () |
Bounding sphere is precomputed for faster updates of terrain. | |
Static Public Member Functions | |
static new vtkGeoTerrainNode | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGeoTerrainNode | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGeoTerrainNode" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkGeoTerrainNode" |
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 | vtkGeoTerrainNode_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGeoTerrainNode_DeepCopy_01 (HandleRef pThis, HandleRef src) |
static internal void | vtkGeoTerrainNode_DeleteData_02 (HandleRef pThis) |
static internal double | vtkGeoTerrainNode_GetAltitude_03 (HandleRef pThis, double longitude, double latitude) |
static internal IntPtr | vtkGeoTerrainNode_GetBoundingSphereCenter_04 (HandleRef pThis) |
static internal void | vtkGeoTerrainNode_GetBoundingSphereCenter_05 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkGeoTerrainNode_GetBoundingSphereCenter_06 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkGeoTerrainNode_GetBoundingSphereRadius_07 (HandleRef pThis) |
static internal IntPtr | vtkGeoTerrainNode_GetChild_08 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGeoTerrainNode_GetCornerNormal00_09 (HandleRef pThis) |
static internal void | vtkGeoTerrainNode_GetCornerNormal00_10 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkGeoTerrainNode_GetCornerNormal00_11 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkGeoTerrainNode_GetCornerNormal01_12 (HandleRef pThis) |
static internal void | vtkGeoTerrainNode_GetCornerNormal01_13 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkGeoTerrainNode_GetCornerNormal01_14 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkGeoTerrainNode_GetCornerNormal10_15 (HandleRef pThis) |
static internal void | vtkGeoTerrainNode_GetCornerNormal10_16 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkGeoTerrainNode_GetCornerNormal10_17 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkGeoTerrainNode_GetCornerNormal11_18 (HandleRef pThis) |
static internal void | vtkGeoTerrainNode_GetCornerNormal11_19 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkGeoTerrainNode_GetCornerNormal11_20 (HandleRef pThis, IntPtr _arg) |
static internal float | vtkGeoTerrainNode_GetCoverage_21 (HandleRef pThis) |
static internal double | vtkGeoTerrainNode_GetError_22 (HandleRef pThis) |
static internal int | vtkGeoTerrainNode_GetGraticuleLevel_23 (HandleRef pThis) |
static internal IntPtr | vtkGeoTerrainNode_GetModel_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGeoTerrainNode_GetParent_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGeoTerrainNode_GetProjectionBounds_26 (HandleRef pThis) |
static internal void | vtkGeoTerrainNode_GetProjectionBounds_27 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
static internal void | vtkGeoTerrainNode_GetProjectionBounds_28 (HandleRef pThis, IntPtr _arg) |
static internal byte | vtkGeoTerrainNode_HasData_29 (HandleRef pThis) |
static internal int | vtkGeoTerrainNode_IsA_30 (HandleRef pThis, string type) |
static internal int | vtkGeoTerrainNode_IsTypeOf_31 (string type) |
static internal IntPtr | vtkGeoTerrainNode_NewInstance_33 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGeoTerrainNode_SafeDownCast_34 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGeoTerrainNode_SetCoverage_35 (HandleRef pThis, float _arg) |
static internal void | vtkGeoTerrainNode_SetError_36 (HandleRef pThis, double _arg) |
static internal void | vtkGeoTerrainNode_SetGraticuleLevel_37 (HandleRef pThis, int _arg) |
static internal void | vtkGeoTerrainNode_SetModel_38 (HandleRef pThis, HandleRef model) |
static internal void | vtkGeoTerrainNode_SetProjectionBounds_39 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4) |
static internal void | vtkGeoTerrainNode_SetProjectionBounds_40 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkGeoTerrainNode_ShallowCopy_41 (HandleRef pThis, HandleRef src) |
static internal void | vtkGeoTerrainNode_UpdateBoundingSphere_42 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkGeoTerrainNode () |
Automatically generated type registration mechanics. |
Description Quadtree of poly data terrain patches.
static Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGeoTerrainNode.DeepCopy | ( | vtkGeoTreeNode | src | ) | [virtual] |
Shallow and Deep copy.
Reimplemented from Kitware.VTK.vtkGeoTreeNode.
override void Kitware.VTK.vtkGeoTerrainNode.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.vtkGeoTerrainNode.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.
double Kitware.VTK.vtkGeoTerrainNode.GetAltitude | ( | double | longitude, |
double | latitude | ||
) |
Given, a long, lat position, return altitude in meters relative to sea level.
virtual double [] Kitware.VTK.vtkGeoTerrainNode.GetBoundingSphereCenter | ( | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetBoundingSphereCenter | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetBoundingSphereCenter | ( | IntPtr | _arg | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual double Kitware.VTK.vtkGeoTerrainNode.GetBoundingSphereRadius | ( | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
Every subclass implements these methods returning the specific type. This is easier than templating.
virtual double [] Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal00 | ( | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal00 | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal00 | ( | IntPtr | _arg | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual double [] Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal01 | ( | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal01 | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal01 | ( | IntPtr | _arg | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual double [] Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal10 | ( | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal10 | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal10 | ( | IntPtr | _arg | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual double [] Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal11 | ( | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal11 | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetCornerNormal11 | ( | IntPtr | _arg | ) | [virtual] |
Bounding sphere is precomputed for faster updates of terrain.
virtual float Kitware.VTK.vtkGeoTerrainNode.GetCoverage | ( | ) | [virtual] |
For 2D projections, store the maximum deviation of line segment centers from the actual projection value.
virtual double Kitware.VTK.vtkGeoTerrainNode.GetError | ( | ) | [virtual] |
For 2D projections, store the maximum deviation of line segment centers from the actual projection value.
virtual int Kitware.VTK.vtkGeoTerrainNode.GetGraticuleLevel | ( | ) | [virtual] |
For 2D projections, store the granularity of the graticule in this node.
Get the terrrain model. The user has to copy the terrain into this object.
Every subclass implements these methods returning the specific type. This is easier than templating.
virtual double [] Kitware.VTK.vtkGeoTerrainNode.GetProjectionBounds | ( | ) | [virtual] |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetProjectionBounds | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [virtual] |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen.
virtual void Kitware.VTK.vtkGeoTerrainNode.GetProjectionBounds | ( | IntPtr | _arg | ) | [virtual] |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen.
override bool Kitware.VTK.vtkGeoTerrainNode.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.vtkGeoTerrainNode.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTreeNode.
static new int Kitware.VTK.vtkGeoTerrainNode.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTreeNode.
static new vtkGeoTerrainNode Kitware.VTK.vtkGeoTerrainNode.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTreeNode.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTreeNode.
static new vtkGeoTerrainNode Kitware.VTK.vtkGeoTerrainNode.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGeoTreeNode.
virtual void Kitware.VTK.vtkGeoTerrainNode.SetCoverage | ( | float | _arg | ) | [virtual] |
For 2D projections, store the maximum deviation of line segment centers from the actual projection value.
virtual void Kitware.VTK.vtkGeoTerrainNode.SetError | ( | double | _arg | ) | [virtual] |
For 2D projections, store the maximum deviation of line segment centers from the actual projection value.
virtual void Kitware.VTK.vtkGeoTerrainNode.SetGraticuleLevel | ( | int | _arg | ) | [virtual] |
For 2D projections, store the granularity of the graticule in this node.
void Kitware.VTK.vtkGeoTerrainNode.SetModel | ( | vtkPolyData | model | ) |
Get the terrrain model. The user has to copy the terrain into this object.
virtual void Kitware.VTK.vtkGeoTerrainNode.SetProjectionBounds | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [virtual] |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen.
virtual void Kitware.VTK.vtkGeoTerrainNode.SetProjectionBounds | ( | IntPtr | _arg | ) | [virtual] |
For 2D projections, store the bounds of the node in projected space to quickly determine if a node is offscreen.
override void Kitware.VTK.vtkGeoTerrainNode.ShallowCopy | ( | vtkGeoTreeNode | src | ) | [virtual] |
Shallow and Deep copy.
Reimplemented from Kitware.VTK.vtkGeoTreeNode.
Bounding sphere is precomputed for faster updates of terrain.
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_DeepCopy_01 | ( | HandleRef | pThis, |
HandleRef | src | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_DeleteData_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetAltitude_03 | ( | HandleRef | pThis, |
double | longitude, | ||
double | latitude | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetBoundingSphereCenter_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetBoundingSphereCenter_05 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetBoundingSphereCenter_06 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetBoundingSphereRadius_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetChild_08 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal00_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal00_10 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal00_11 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal01_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal01_13 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal01_14 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal10_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal10_16 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal10_17 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal11_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal11_19 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCornerNormal11_20 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal float Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetCoverage_21 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetError_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetGraticuleLevel_23 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetModel_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetParent_25 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetProjectionBounds_26 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetProjectionBounds_27 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_GetProjectionBounds_28 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal byte Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_HasData_29 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_IsA_30 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_IsTypeOf_31 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_NewInstance_33 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_SafeDownCast_34 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_SetCoverage_35 | ( | HandleRef | pThis, |
float | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_SetError_36 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_SetGraticuleLevel_37 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_SetModel_38 | ( | HandleRef | pThis, |
HandleRef | model | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_SetProjectionBounds_39 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_SetProjectionBounds_40 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_ShallowCopy_41 | ( | HandleRef | pThis, |
HandleRef | src | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoTerrainNode.vtkGeoTerrainNode_UpdateBoundingSphere_42 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkGeoTerrainNode.MRClassNameKey = "17vtkGeoTerrainNode" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoTreeNode.
new const string Kitware.VTK.vtkGeoTerrainNode.MRFullTypeName = "Kitware.VTK.vtkGeoTerrainNode" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGeoTreeNode.