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

vtkEarthSource - create the continents of the Earth as a sphere More...

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

List of all members.

Public Member Functions

 vtkEarthSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkEarthSource ()
 Undocumented Block.
virtual int GetOnRatio ()
 Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)
virtual int GetOnRatioMaxValue ()
 Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)
virtual int GetOnRatioMinValue ()
 Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)
virtual int GetOutline ()
 Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.
virtual double GetRadius ()
 Set radius of earth.
virtual double GetRadiusMaxValue ()
 Set radius of earth.
virtual double GetRadiusMinValue ()
 Set radius of earth.
override int IsA (string type)
 Undocumented Block.
new vtkEarthSource NewInstance ()
 Undocumented Block.
virtual void OutlineOff ()
 Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.
virtual void OutlineOn ()
 Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.
virtual void SetOnRatio (int _arg)
 Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)
virtual void SetOutline (int _arg)
 Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.
virtual void SetRadius (double _arg)
 Set radius of earth.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkEarthSource"
 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 vtkEarthSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkEarthSource_GetOnRatio_01 (HandleRef pThis)
static internal int vtkEarthSource_GetOnRatioMaxValue_02 (HandleRef pThis)
static internal int vtkEarthSource_GetOnRatioMinValue_03 (HandleRef pThis)
static internal int vtkEarthSource_GetOutline_04 (HandleRef pThis)
static internal double vtkEarthSource_GetRadius_05 (HandleRef pThis)
static internal double vtkEarthSource_GetRadiusMaxValue_06 (HandleRef pThis)
static internal double vtkEarthSource_GetRadiusMinValue_07 (HandleRef pThis)
static internal int vtkEarthSource_IsA_08 (HandleRef pThis, string type)
static internal int vtkEarthSource_IsTypeOf_09 (string type)
static internal IntPtr vtkEarthSource_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkEarthSource_OutlineOff_12 (HandleRef pThis)
static internal void vtkEarthSource_OutlineOn_13 (HandleRef pThis)
static internal IntPtr vtkEarthSource_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkEarthSource_SetOnRatio_15 (HandleRef pThis, int _arg)
static internal void vtkEarthSource_SetOutline_16 (HandleRef pThis, int _arg)
static internal void vtkEarthSource_SetRadius_17 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkEarthSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkEarthSource - create the continents of the Earth as a sphere

Description vtkEarthSource creates a spherical rendering of the geographical shapes of the major continents of the earth. The OnRatio determines how much of the data is actually used. The radius defines the radius of the sphere at which the continents are placed. Obtains data from an imbedded array of coordinates.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkEarthSource.vtkEarthSource ( 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.vtkEarthSource.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 int Kitware.VTK.vtkEarthSource.GetOnRatio ( ) [virtual]

Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)

Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)

Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)

virtual int Kitware.VTK.vtkEarthSource.GetOutline ( ) [virtual]

Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.

virtual double Kitware.VTK.vtkEarthSource.GetRadius ( ) [virtual]

Set radius of earth.

virtual double Kitware.VTK.vtkEarthSource.GetRadiusMaxValue ( ) [virtual]

Set radius of earth.

virtual double Kitware.VTK.vtkEarthSource.GetRadiusMinValue ( ) [virtual]

Set radius of earth.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkEarthSource.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.

virtual void Kitware.VTK.vtkEarthSource.OutlineOff ( ) [virtual]

Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.

virtual void Kitware.VTK.vtkEarthSource.OutlineOn ( ) [virtual]

Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkEarthSource.SetOnRatio ( int  _arg) [virtual]

Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)

virtual void Kitware.VTK.vtkEarthSource.SetOutline ( int  _arg) [virtual]

Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.

virtual void Kitware.VTK.vtkEarthSource.SetRadius ( double  _arg) [virtual]

Set radius of earth.

static internal int Kitware.VTK.vtkEarthSource.vtkEarthSource_GetOnRatio_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEarthSource.vtkEarthSource_GetOnRatioMaxValue_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEarthSource.vtkEarthSource_GetOnRatioMinValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEarthSource.vtkEarthSource_GetOutline_04 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkEarthSource.vtkEarthSource_GetRadius_05 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkEarthSource.vtkEarthSource_GetRadiusMaxValue_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkEarthSource.vtkEarthSource_GetRadiusMinValue_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEarthSource.vtkEarthSource_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkEarthSource.vtkEarthSource_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkEarthSource.vtkEarthSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEarthSource.vtkEarthSource_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkEarthSource.vtkEarthSource_OutlineOff_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkEarthSource.vtkEarthSource_OutlineOn_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkEarthSource.vtkEarthSource_SafeDownCast_14 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkEarthSource.vtkEarthSource_SetOnRatio_15 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkEarthSource.vtkEarthSource_SetOutline_16 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkEarthSource.vtkEarthSource_SetRadius_17 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkEarthSource.MRClassNameKey = "14vtkEarthSource" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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