|
ActiViz .NET
5.8.0
|
vtkGeoEdgeStrategy - Layout graph edges on a globe as arcs. More...
Public Member Functions | |
| vtkGeoEdgeStrategy (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkGeoEdgeStrategy () | |
| Undocumented Block. | |
| virtual double | GetExplodeFactor () |
| Factor on which to "explode" the arcs away from the surface. A value of 0.0 keeps the values on the surface. Values larger than 0.0 push the arcs away from the surface by a distance proportional to the distance between the points. The default is 0.2. | |
| virtual double | GetGlobeRadius () |
| The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude. | |
| virtual int | GetNumberOfSubdivisions () |
| The number of subdivisions in the arc. The default is 20. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| override void | Layout () |
| Perform the layout. | |
| new vtkGeoEdgeStrategy | NewInstance () |
| Undocumented Block. | |
| virtual void | SetExplodeFactor (double _arg) |
| Factor on which to "explode" the arcs away from the surface. A value of 0.0 keeps the values on the surface. Values larger than 0.0 push the arcs away from the surface by a distance proportional to the distance between the points. The default is 0.2. | |
| virtual void | SetGlobeRadius (double _arg) |
| The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude. | |
| virtual void | SetNumberOfSubdivisions (int _arg) |
| The number of subdivisions in the arc. The default is 20. | |
Static Public Member Functions | |
| static new vtkGeoEdgeStrategy | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkGeoEdgeStrategy | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkGeoEdgeStrategy" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "18vtkGeoEdgeStrategy" |
| 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 | vtkGeoEdgeStrategy_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkGeoEdgeStrategy_GetExplodeFactor_01 (HandleRef pThis) |
| static internal double | vtkGeoEdgeStrategy_GetGlobeRadius_02 (HandleRef pThis) |
| static internal int | vtkGeoEdgeStrategy_GetNumberOfSubdivisions_03 (HandleRef pThis) |
| static internal int | vtkGeoEdgeStrategy_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkGeoEdgeStrategy_IsTypeOf_05 (string type) |
| static internal void | vtkGeoEdgeStrategy_Layout_06 (HandleRef pThis) |
| static internal IntPtr | vtkGeoEdgeStrategy_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkGeoEdgeStrategy_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkGeoEdgeStrategy_SetExplodeFactor_10 (HandleRef pThis, double _arg) |
| static internal void | vtkGeoEdgeStrategy_SetGlobeRadius_11 (HandleRef pThis, double _arg) |
| static internal void | vtkGeoEdgeStrategy_SetNumberOfSubdivisions_12 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkGeoEdgeStrategy () |
| Automatically generated type registration mechanics. | |
vtkGeoEdgeStrategy - Layout graph edges on a globe as arcs.
Description vtkGeoEdgeStrategy produces arcs for each edge in the input graph. This is useful for viewing lines on a sphere (e.g. the earth). The arcs may "jump" above the sphere's surface using ExplodeFactor.
| static Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkGeoEdgeStrategy.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.vtkEdgeLayoutStrategy.
| virtual double Kitware.VTK.vtkGeoEdgeStrategy.GetExplodeFactor | ( | ) | [virtual] |
Factor on which to "explode" the arcs away from the surface. A value of 0.0 keeps the values on the surface. Values larger than 0.0 push the arcs away from the surface by a distance proportional to the distance between the points. The default is 0.2.
| virtual double Kitware.VTK.vtkGeoEdgeStrategy.GetGlobeRadius | ( | ) | [virtual] |
The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude.
| virtual int Kitware.VTK.vtkGeoEdgeStrategy.GetNumberOfSubdivisions | ( | ) | [virtual] |
The number of subdivisions in the arc. The default is 20.
| override int Kitware.VTK.vtkGeoEdgeStrategy.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.
| static new int Kitware.VTK.vtkGeoEdgeStrategy.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.
| override void Kitware.VTK.vtkGeoEdgeStrategy.Layout | ( | ) | [virtual] |
Perform the layout.
Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.
| static new vtkGeoEdgeStrategy Kitware.VTK.vtkGeoEdgeStrategy.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.
| static new vtkGeoEdgeStrategy Kitware.VTK.vtkGeoEdgeStrategy.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.
| virtual void Kitware.VTK.vtkGeoEdgeStrategy.SetExplodeFactor | ( | double | _arg | ) | [virtual] |
Factor on which to "explode" the arcs away from the surface. A value of 0.0 keeps the values on the surface. Values larger than 0.0 push the arcs away from the surface by a distance proportional to the distance between the points. The default is 0.2.
| virtual void Kitware.VTK.vtkGeoEdgeStrategy.SetGlobeRadius | ( | double | _arg | ) | [virtual] |
The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude.
| virtual void Kitware.VTK.vtkGeoEdgeStrategy.SetNumberOfSubdivisions | ( | int | _arg | ) | [virtual] |
The number of subdivisions in the arc. The default is 20.
| static internal double Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_GetExplodeFactor_01 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_GetGlobeRadius_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_GetNumberOfSubdivisions_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal void Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_Layout_06 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_SetExplodeFactor_10 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_SetGlobeRadius_11 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoEdgeStrategy.vtkGeoEdgeStrategy_SetNumberOfSubdivisions_12 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkGeoEdgeStrategy.MRClassNameKey = "18vtkGeoEdgeStrategy" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.
| new const string Kitware.VTK.vtkGeoEdgeStrategy.MRFullTypeName = "Kitware.VTK.vtkGeoEdgeStrategy" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkEdgeLayoutStrategy.
1.7.6.1