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

vtkGeoArcs - layout graph edges on a globe as arcs. More...

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

List of all members.

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.

Detailed Description

vtkGeoArcs - layout graph edges on a globe as arcs.

Description


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

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.

The renderer used to estimate the number of pixels between points.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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.

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]

Member Data Documentation

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.


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