ActiViz .NET
5.8.0
|
vtkGeoArcs - layout graph edges on a globe as arcs. More...
Public Member Functions | |
vtkGeoAdaptiveArcs (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGeoAdaptiveArcs () | |
Undocumented Block. | |
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. | |
override uint | GetMTime () |
Return the modified time of this object. | |
virtual double | GetMaximumPixelSeparation () |
The maximum number of pixels between points on the arcs. If two adjacent points are farther than the threshold, the line segment will be subdivided such that each point is separated by at most the threshold. | |
virtual double | GetMinimumPixelSeparation () |
The minimum number of pixels between points on the arcs. Points closer than the threshold will be skipped until a point farther than the minimum threshold is reached. | |
virtual vtkRenderer | GetRenderer () |
The renderer used to estimate the number of pixels between points. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGeoAdaptiveArcs | NewInstance () |
Undocumented Block. | |
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 | SetMaximumPixelSeparation (double _arg) |
The maximum number of pixels between points on the arcs. If two adjacent points are farther than the threshold, the line segment will be subdivided such that each point is separated by at most the threshold. | |
virtual void | SetMinimumPixelSeparation (double _arg) |
The minimum number of pixels between points on the arcs. Points closer than the threshold will be skipped until a point farther than the minimum threshold is reached. | |
virtual void | SetRenderer (vtkRenderer ren) |
The renderer used to estimate the number of pixels between points. | |
Static Public Member Functions | |
static new vtkGeoAdaptiveArcs | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGeoAdaptiveArcs | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGeoAdaptiveArcs" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkGeoAdaptiveArcs" |
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 | vtkGeoAdaptiveArcs_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkGeoAdaptiveArcs_GetGlobeRadius_01 (HandleRef pThis) |
static internal uint | vtkGeoAdaptiveArcs_GetMTime_02 (HandleRef pThis) |
static internal double | vtkGeoAdaptiveArcs_GetMaximumPixelSeparation_03 (HandleRef pThis) |
static internal double | vtkGeoAdaptiveArcs_GetMinimumPixelSeparation_04 (HandleRef pThis) |
static internal IntPtr | vtkGeoAdaptiveArcs_GetRenderer_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkGeoAdaptiveArcs_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkGeoAdaptiveArcs_IsTypeOf_07 (string type) |
static internal IntPtr | vtkGeoAdaptiveArcs_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGeoAdaptiveArcs_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGeoAdaptiveArcs_SetGlobeRadius_11 (HandleRef pThis, double _arg) |
static internal void | vtkGeoAdaptiveArcs_SetMaximumPixelSeparation_12 (HandleRef pThis, double _arg) |
static internal void | vtkGeoAdaptiveArcs_SetMinimumPixelSeparation_13 (HandleRef pThis, double _arg) |
static internal void | vtkGeoAdaptiveArcs_SetRenderer_14 (HandleRef pThis, HandleRef ren) |
Static Private Member Functions | |
static | vtkGeoAdaptiveArcs () |
Automatically generated type registration mechanics. |
vtkGeoArcs - layout graph edges on a globe as arcs.
Description
static Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkGeoAdaptiveArcs.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.vtkPolyDataAlgorithm.
virtual double Kitware.VTK.vtkGeoAdaptiveArcs.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 double Kitware.VTK.vtkGeoAdaptiveArcs.GetMaximumPixelSeparation | ( | ) | [virtual] |
The maximum number of pixels between points on the arcs. If two adjacent points are farther than the threshold, the line segment will be subdivided such that each point is separated by at most the threshold.
virtual double Kitware.VTK.vtkGeoAdaptiveArcs.GetMinimumPixelSeparation | ( | ) | [virtual] |
The minimum number of pixels between points on the arcs. Points closer than the threshold will be skipped until a point farther than the minimum threshold is reached.
override uint Kitware.VTK.vtkGeoAdaptiveArcs.GetMTime | ( | ) | [virtual] |
Return the modified time of this object.
Reimplemented from Kitware.VTK.vtkObject.
virtual vtkRenderer Kitware.VTK.vtkGeoAdaptiveArcs.GetRenderer | ( | ) | [virtual] |
The renderer used to estimate the number of pixels between points.
override int Kitware.VTK.vtkGeoAdaptiveArcs.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkGeoAdaptiveArcs.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGeoAdaptiveArcs Kitware.VTK.vtkGeoAdaptiveArcs.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGeoAdaptiveArcs Kitware.VTK.vtkGeoAdaptiveArcs.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkGeoAdaptiveArcs.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.vtkGeoAdaptiveArcs.SetMaximumPixelSeparation | ( | double | _arg | ) | [virtual] |
The maximum number of pixels between points on the arcs. If two adjacent points are farther than the threshold, the line segment will be subdivided such that each point is separated by at most the threshold.
virtual void Kitware.VTK.vtkGeoAdaptiveArcs.SetMinimumPixelSeparation | ( | double | _arg | ) | [virtual] |
The minimum number of pixels between points on the arcs. Points closer than the threshold will be skipped until a point farther than the minimum threshold is reached.
virtual void Kitware.VTK.vtkGeoAdaptiveArcs.SetRenderer | ( | vtkRenderer | ren | ) | [virtual] |
The renderer used to estimate the number of pixels between points.
static internal double Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_GetGlobeRadius_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_GetMaximumPixelSeparation_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_GetMinimumPixelSeparation_04 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_GetMTime_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_GetRenderer_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_SetGlobeRadius_11 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_SetMaximumPixelSeparation_12 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_SetMinimumPixelSeparation_13 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGeoAdaptiveArcs.vtkGeoAdaptiveArcs_SetRenderer_14 | ( | HandleRef | pThis, |
HandleRef | ren | ||
) | [private] |
new readonly string Kitware.VTK.vtkGeoAdaptiveArcs.MRClassNameKey = "18vtkGeoAdaptiveArcs" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkGeoAdaptiveArcs.MRFullTypeName = "Kitware.VTK.vtkGeoAdaptiveArcs" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.