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

vtkGlobeSource - Sphere patch with Lat/Long scalar array. More...

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

List of all members.

Public Member Functions

 vtkGlobeSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGlobeSource ()
 Construct sphere with radius=0.5 and default resolution 8 in both latitude and longitude directions. longitude ranges from (-180,180) and latitude (-90,90) degrees.
virtual void AutoCalculateCurtainHeightOff ()
virtual void AutoCalculateCurtainHeightOn ()
virtual bool GetAutoCalculateCurtainHeight ()
virtual double GetCurtainHeight ()
 Set/Get curtain height.
virtual double GetCurtainHeightMaxValue ()
 Set/Get curtain height.
virtual double GetCurtainHeightMinValue ()
 Set/Get curtain height.
virtual double GetEndLatitudeMaxValue ()
 Longitude Latitude clamps.
virtual double GetEndLatitudeMinValue ()
 Longitude Latitude clamps.
virtual double GetEndLongitudeMaxValue ()
 Longitude Latitude clamps.
virtual double GetEndLongitudeMinValue ()
 Longitude Latitude clamps.
virtual int GetLatitudeResolution ()
 Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).
virtual int GetLatitudeResolutionMaxValue ()
 Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).
virtual int GetLatitudeResolutionMinValue ()
 Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).
virtual int GetLongitudeResolution ()
 Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).
virtual int GetLongitudeResolutionMaxValue ()
 Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).
virtual int GetLongitudeResolutionMinValue ()
 Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).
virtual int GetQuadrilateralTessellation ()
 Cause the sphere to be tessellated with edges along the latitude and longitude lines. If off, triangles are generated at non-polar regions, which results in edges that are not parallel to latitude and longitude lines. If on, quadrilaterals are generated everywhere except at the poles. This can be useful for generating a wireframe sphere with natural latitude and longitude lines.
virtual double GetRadius ()
 Set radius of sphere. Default is 6356750.0.
virtual double GetRadiusMaxValue ()
 Set radius of sphere. Default is 6356750.0.
virtual double GetRadiusMinValue ()
 Set radius of sphere. Default is 6356750.0.
virtual double GetStartLatitudeMaxValue ()
 Longitude Latitude clamps.
virtual double GetStartLatitudeMinValue ()
 Longitude Latitude clamps.
virtual double GetStartLongitudeMaxValue ()
 Longitude Latitude clamps.
virtual double GetStartLongitudeMinValue ()
 Longitude Latitude clamps.
override int IsA (string type)
 Undocumented Block.
new vtkGlobeSource NewInstance ()
 Undocumented Block.
virtual void QuadrilateralTessellationOff ()
 Cause the sphere to be tessellated with edges along the latitude and longitude lines. If off, triangles are generated at non-polar regions, which results in edges that are not parallel to latitude and longitude lines. If on, quadrilaterals are generated everywhere except at the poles. This can be useful for generating a wireframe sphere with natural latitude and longitude lines.
virtual void QuadrilateralTessellationOn ()
 Cause the sphere to be tessellated with edges along the latitude and longitude lines. If off, triangles are generated at non-polar regions, which results in edges that are not parallel to latitude and longitude lines. If on, quadrilaterals are generated everywhere except at the poles. This can be useful for generating a wireframe sphere with natural latitude and longitude lines.
virtual void SetAutoCalculateCurtainHeight (bool _arg)
virtual void SetCurtainHeight (double _arg)
 Set/Get curtain height.
virtual void SetEndLatitude (double _arg)
 Longitude Latitude clamps.
virtual void SetEndLongitude (double _arg)
 Longitude Latitude clamps.
virtual void SetLatitudeResolution (int _arg)
 Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).
virtual void SetLongitudeResolution (int _arg)
 Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).
virtual void SetOrigin (double _arg1, double _arg2, double _arg3)
 Descrpition: This world point will be shifted to 0,0,0. Used to avoid picking bug caused by rendering errors with large offsets.
virtual void SetOrigin (IntPtr _arg)
 Descrpition: This world point will be shifted to 0,0,0. Used to avoid picking bug caused by rendering errors with large offsets.
virtual void SetQuadrilateralTessellation (int _arg)
 Cause the sphere to be tessellated with edges along the latitude and longitude lines. If off, triangles are generated at non-polar regions, which results in edges that are not parallel to latitude and longitude lines. If on, quadrilaterals are generated everywhere except at the poles. This can be useful for generating a wireframe sphere with natural latitude and longitude lines.
virtual void SetRadius (double _arg)
 Set radius of sphere. Default is 6356750.0.
virtual void SetStartLatitude (double _arg)
 Longitude Latitude clamps.
virtual void SetStartLongitude (double _arg)
 Longitude Latitude clamps.

Static Public Member Functions

static new vtkGlobeSource New ()
 Construct sphere with radius=0.5 and default resolution 8 in both latitude and longitude directions. longitude ranges from (-180,180) and latitude (-90,90) degrees.
static void ComputeGlobePoint (double theta, double phi, double radius, IntPtr point, IntPtr normal)
 Calculates the normal and point on a sphere with a specified radius at the spherical coordinates theta and phi.
static void ComputeLatitudeLongitude (IntPtr x, ref double theta, ref double phi)
 Calculates the spherical coordinates theta and phi based on the point on a sphere.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkGlobeSource SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkGlobeSource"
 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 vtkGlobeSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGlobeSource_AutoCalculateCurtainHeightOff_01 (HandleRef pThis)
static internal void vtkGlobeSource_AutoCalculateCurtainHeightOn_02 (HandleRef pThis)
static internal void vtkGlobeSource_ComputeGlobePoint_03 (double theta, double phi, double radius, IntPtr point, IntPtr normal)
static internal void vtkGlobeSource_ComputeLatitudeLongitude_04 (IntPtr x, ref double theta, ref double phi)
static internal byte vtkGlobeSource_GetAutoCalculateCurtainHeight_05 (HandleRef pThis)
static internal double vtkGlobeSource_GetCurtainHeight_06 (HandleRef pThis)
static internal double vtkGlobeSource_GetCurtainHeightMaxValue_07 (HandleRef pThis)
static internal double vtkGlobeSource_GetCurtainHeightMinValue_08 (HandleRef pThis)
static internal double vtkGlobeSource_GetEndLatitudeMaxValue_09 (HandleRef pThis)
static internal double vtkGlobeSource_GetEndLatitudeMinValue_10 (HandleRef pThis)
static internal double vtkGlobeSource_GetEndLongitudeMaxValue_11 (HandleRef pThis)
static internal double vtkGlobeSource_GetEndLongitudeMinValue_12 (HandleRef pThis)
static internal int vtkGlobeSource_GetLatitudeResolution_13 (HandleRef pThis)
static internal int vtkGlobeSource_GetLatitudeResolutionMaxValue_14 (HandleRef pThis)
static internal int vtkGlobeSource_GetLatitudeResolutionMinValue_15 (HandleRef pThis)
static internal int vtkGlobeSource_GetLongitudeResolution_16 (HandleRef pThis)
static internal int vtkGlobeSource_GetLongitudeResolutionMaxValue_17 (HandleRef pThis)
static internal int vtkGlobeSource_GetLongitudeResolutionMinValue_18 (HandleRef pThis)
static internal int vtkGlobeSource_GetQuadrilateralTessellation_19 (HandleRef pThis)
static internal double vtkGlobeSource_GetRadius_20 (HandleRef pThis)
static internal double vtkGlobeSource_GetRadiusMaxValue_21 (HandleRef pThis)
static internal double vtkGlobeSource_GetRadiusMinValue_22 (HandleRef pThis)
static internal double vtkGlobeSource_GetStartLatitudeMaxValue_23 (HandleRef pThis)
static internal double vtkGlobeSource_GetStartLatitudeMinValue_24 (HandleRef pThis)
static internal double vtkGlobeSource_GetStartLongitudeMaxValue_25 (HandleRef pThis)
static internal double vtkGlobeSource_GetStartLongitudeMinValue_26 (HandleRef pThis)
static internal int vtkGlobeSource_IsA_27 (HandleRef pThis, string type)
static internal int vtkGlobeSource_IsTypeOf_28 (string type)
static internal IntPtr vtkGlobeSource_NewInstance_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGlobeSource_QuadrilateralTessellationOff_31 (HandleRef pThis)
static internal void vtkGlobeSource_QuadrilateralTessellationOn_32 (HandleRef pThis)
static internal IntPtr vtkGlobeSource_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGlobeSource_SetAutoCalculateCurtainHeight_34 (HandleRef pThis, byte _arg)
static internal void vtkGlobeSource_SetCurtainHeight_35 (HandleRef pThis, double _arg)
static internal void vtkGlobeSource_SetEndLatitude_36 (HandleRef pThis, double _arg)
static internal void vtkGlobeSource_SetEndLongitude_37 (HandleRef pThis, double _arg)
static internal void vtkGlobeSource_SetLatitudeResolution_38 (HandleRef pThis, int _arg)
static internal void vtkGlobeSource_SetLongitudeResolution_39 (HandleRef pThis, int _arg)
static internal void vtkGlobeSource_SetOrigin_40 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkGlobeSource_SetOrigin_41 (HandleRef pThis, IntPtr _arg)
static internal void vtkGlobeSource_SetQuadrilateralTessellation_42 (HandleRef pThis, int _arg)
static internal void vtkGlobeSource_SetRadius_43 (HandleRef pThis, double _arg)
static internal void vtkGlobeSource_SetStartLatitude_44 (HandleRef pThis, double _arg)
static internal void vtkGlobeSource_SetStartLongitude_45 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkGlobeSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGlobeSource - Sphere patch with Lat/Long scalar array.

Description vtkGlobeSource will generate any "rectangular" patch of the globe given its Longitude-Latitude extent. It adds two point scalar arrays Longitude and Latitude to the output. These arrays can be transformed to generate texture coordinates for any texture map. This source is imperfect near the poles as implmented. It should really reduce the longitude resolution as the triangles become slivers.

vtkGlobeSourceSphericalToCartesianFigure.png

Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkGlobeSource.vtkGlobeSource ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Construct sphere with radius=0.5 and default resolution 8 in both latitude and longitude directions. longitude ranges from (-180,180) and latitude (-90,90) degrees.


Member Function Documentation

static void Kitware.VTK.vtkGlobeSource.ComputeGlobePoint ( double  theta,
double  phi,
double  radius,
IntPtr  point,
IntPtr  normal 
) [static]

Calculates the normal and point on a sphere with a specified radius at the spherical coordinates theta and phi.

static void Kitware.VTK.vtkGlobeSource.ComputeLatitudeLongitude ( IntPtr  x,
ref double  theta,
ref double  phi 
) [static]

Calculates the spherical coordinates theta and phi based on the point on a sphere.

override void Kitware.VTK.vtkGlobeSource.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.vtkGlobeSource.GetCurtainHeight ( ) [virtual]

Set/Get curtain height.

Set/Get curtain height.

Set/Get curtain height.

Longitude Latitude clamps.

Longitude Latitude clamps.

Longitude Latitude clamps.

Longitude Latitude clamps.

Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).

Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).

Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).

Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).

Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).

Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).

Cause the sphere to be tessellated with edges along the latitude and longitude lines. If off, triangles are generated at non-polar regions, which results in edges that are not parallel to latitude and longitude lines. If on, quadrilaterals are generated everywhere except at the poles. This can be useful for generating a wireframe sphere with natural latitude and longitude lines.

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

Set radius of sphere. Default is 6356750.0.

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

Set radius of sphere. Default is 6356750.0.

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

Set radius of sphere. Default is 6356750.0.

Longitude Latitude clamps.

Longitude Latitude clamps.

Longitude Latitude clamps.

Longitude Latitude clamps.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Construct sphere with radius=0.5 and default resolution 8 in both latitude and longitude directions. longitude ranges from (-180,180) and latitude (-90,90) degrees.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Cause the sphere to be tessellated with edges along the latitude and longitude lines. If off, triangles are generated at non-polar regions, which results in edges that are not parallel to latitude and longitude lines. If on, quadrilaterals are generated everywhere except at the poles. This can be useful for generating a wireframe sphere with natural latitude and longitude lines.

Cause the sphere to be tessellated with edges along the latitude and longitude lines. If off, triangles are generated at non-polar regions, which results in edges that are not parallel to latitude and longitude lines. If on, quadrilaterals are generated everywhere except at the poles. This can be useful for generating a wireframe sphere with natural latitude and longitude lines.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkGlobeSource.SetAutoCalculateCurtainHeight ( bool  _arg) [virtual]
virtual void Kitware.VTK.vtkGlobeSource.SetCurtainHeight ( double  _arg) [virtual]

Set/Get curtain height.

virtual void Kitware.VTK.vtkGlobeSource.SetEndLatitude ( double  _arg) [virtual]

Longitude Latitude clamps.

virtual void Kitware.VTK.vtkGlobeSource.SetEndLongitude ( double  _arg) [virtual]

Longitude Latitude clamps.

virtual void Kitware.VTK.vtkGlobeSource.SetLatitudeResolution ( int  _arg) [virtual]

Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).

virtual void Kitware.VTK.vtkGlobeSource.SetLongitudeResolution ( int  _arg) [virtual]

Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).

virtual void Kitware.VTK.vtkGlobeSource.SetOrigin ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Descrpition: This world point will be shifted to 0,0,0. Used to avoid picking bug caused by rendering errors with large offsets.

virtual void Kitware.VTK.vtkGlobeSource.SetOrigin ( IntPtr  _arg) [virtual]

Descrpition: This world point will be shifted to 0,0,0. Used to avoid picking bug caused by rendering errors with large offsets.

virtual void Kitware.VTK.vtkGlobeSource.SetQuadrilateralTessellation ( int  _arg) [virtual]

Cause the sphere to be tessellated with edges along the latitude and longitude lines. If off, triangles are generated at non-polar regions, which results in edges that are not parallel to latitude and longitude lines. If on, quadrilaterals are generated everywhere except at the poles. This can be useful for generating a wireframe sphere with natural latitude and longitude lines.

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

Set radius of sphere. Default is 6356750.0.

virtual void Kitware.VTK.vtkGlobeSource.SetStartLatitude ( double  _arg) [virtual]

Longitude Latitude clamps.

virtual void Kitware.VTK.vtkGlobeSource.SetStartLongitude ( double  _arg) [virtual]

Longitude Latitude clamps.

static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_AutoCalculateCurtainHeightOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_AutoCalculateCurtainHeightOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_ComputeGlobePoint_03 ( double  theta,
double  phi,
double  radius,
IntPtr  point,
IntPtr  normal 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_ComputeLatitudeLongitude_04 ( IntPtr  x,
ref double  theta,
ref double  phi 
) [private]
static internal byte Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetAutoCalculateCurtainHeight_05 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetCurtainHeight_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetCurtainHeightMaxValue_07 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetCurtainHeightMinValue_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetEndLatitudeMaxValue_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetEndLatitudeMinValue_10 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetEndLongitudeMaxValue_11 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetEndLongitudeMinValue_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetLatitudeResolution_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetLatitudeResolutionMaxValue_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetLatitudeResolutionMinValue_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetLongitudeResolution_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetLongitudeResolutionMaxValue_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetLongitudeResolutionMinValue_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetQuadrilateralTessellation_19 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetRadius_20 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetRadiusMaxValue_21 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetRadiusMinValue_22 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetStartLatitudeMaxValue_23 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetStartLatitudeMinValue_24 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetStartLongitudeMaxValue_25 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkGlobeSource.vtkGlobeSource_GetStartLongitudeMinValue_26 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkGlobeSource.vtkGlobeSource_IsA_27 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGlobeSource.vtkGlobeSource_IsTypeOf_28 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGlobeSource.vtkGlobeSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGlobeSource.vtkGlobeSource_NewInstance_30 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_QuadrilateralTessellationOff_31 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_QuadrilateralTessellationOn_32 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SafeDownCast_33 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetAutoCalculateCurtainHeight_34 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetCurtainHeight_35 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetEndLatitude_36 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetEndLongitude_37 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetLatitudeResolution_38 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetLongitudeResolution_39 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetOrigin_40 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetOrigin_41 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetQuadrilateralTessellation_42 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetRadius_43 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetStartLatitude_44 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGlobeSource.vtkGlobeSource_SetStartLongitude_45 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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