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

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

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

List of all members.

Public Member Functions

 vtkGeoArcs (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGeoArcs ()
 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.
virtual int GetNumberOfSubdivisions ()
 The number of subdivisions in the arc. The default is 20.
override int IsA (string type)
 Undocumented Block.
new vtkGeoArcs 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.
virtual void SetNumberOfSubdivisions (int _arg)
 The number of subdivisions in the arc. The default is 20.

Static Public Member Functions

static new vtkGeoArcs New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkGeoArcs SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkGeoArcs"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "10vtkGeoArcs"
 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 vtkGeoArcs_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkGeoArcs_GetExplodeFactor_01 (HandleRef pThis)
static internal double vtkGeoArcs_GetGlobeRadius_02 (HandleRef pThis)
static internal int vtkGeoArcs_GetNumberOfSubdivisions_03 (HandleRef pThis)
static internal int vtkGeoArcs_IsA_04 (HandleRef pThis, string type)
static internal int vtkGeoArcs_IsTypeOf_05 (string type)
static internal IntPtr vtkGeoArcs_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoArcs_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoArcs_SetExplodeFactor_09 (HandleRef pThis, double _arg)
static internal void vtkGeoArcs_SetGlobeRadius_10 (HandleRef pThis, double _arg)
static internal void vtkGeoArcs_SetNumberOfSubdivisions_11 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkGeoArcs ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGeoArcs - Layout graph edges on a globe as arcs.

Description vtkGeoArcs produces arcs for each line in the input polydata. This is useful for viewing lines on a sphere (e.g. the earth). The arcs may "jump" above the sphere's surface using ExplodeFactor.


Constructor & Destructor Documentation

static Kitware.VTK.vtkGeoArcs.vtkGeoArcs ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkGeoArcs.vtkGeoArcs ( 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.vtkGeoArcs.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.vtkGeoArcs.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.vtkGeoArcs.GetGlobeRadius ( ) [virtual]

The base radius used to determine the earth's surface. Default is the earth's radius in meters.

The number of subdivisions in the arc. The default is 20.

override int Kitware.VTK.vtkGeoArcs.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkGeoArcs.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new vtkGeoArcs Kitware.VTK.vtkGeoArcs.New ( ) [static]

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.vtkGeoArcs.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.vtkGeoArcs.SetGlobeRadius ( double  _arg) [virtual]

The base radius used to determine the earth's surface. Default is the earth's radius in meters.

virtual void Kitware.VTK.vtkGeoArcs.SetNumberOfSubdivisions ( int  _arg) [virtual]

The number of subdivisions in the arc. The default is 20.

static internal double Kitware.VTK.vtkGeoArcs.vtkGeoArcs_GetExplodeFactor_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGeoArcs.vtkGeoArcs_GetGlobeRadius_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGeoArcs.vtkGeoArcs_GetNumberOfSubdivisions_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGeoArcs.vtkGeoArcs_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGeoArcs.vtkGeoArcs_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGeoArcs.vtkGeoArcs_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoArcs.vtkGeoArcs_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoArcs.vtkGeoArcs_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGeoArcs.vtkGeoArcs_SetExplodeFactor_09 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGeoArcs.vtkGeoArcs_SetGlobeRadius_10 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGeoArcs.vtkGeoArcs_SetNumberOfSubdivisions_11 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGeoArcs.MRClassNameKey = "10vtkGeoArcs" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

new const string Kitware.VTK.vtkGeoArcs.MRFullTypeName = "Kitware.VTK.vtkGeoArcs"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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