ActiViz .NET
5.8.0
|
vtkGlobeSource - Sphere patch with Lat/Long scalar array. More...
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. |
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.
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.
virtual void Kitware.VTK.vtkGlobeSource.AutoCalculateCurtainHeightOff | ( | ) | [virtual] |
virtual void Kitware.VTK.vtkGlobeSource.AutoCalculateCurtainHeightOn | ( | ) | [virtual] |
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 bool Kitware.VTK.vtkGlobeSource.GetAutoCalculateCurtainHeight | ( | ) | [virtual] |
virtual double Kitware.VTK.vtkGlobeSource.GetCurtainHeight | ( | ) | [virtual] |
Set/Get curtain height.
virtual double Kitware.VTK.vtkGlobeSource.GetCurtainHeightMaxValue | ( | ) | [virtual] |
Set/Get curtain height.
virtual double Kitware.VTK.vtkGlobeSource.GetCurtainHeightMinValue | ( | ) | [virtual] |
Set/Get curtain height.
virtual double Kitware.VTK.vtkGlobeSource.GetEndLatitudeMaxValue | ( | ) | [virtual] |
Longitude Latitude clamps.
virtual double Kitware.VTK.vtkGlobeSource.GetEndLatitudeMinValue | ( | ) | [virtual] |
Longitude Latitude clamps.
virtual double Kitware.VTK.vtkGlobeSource.GetEndLongitudeMaxValue | ( | ) | [virtual] |
Longitude Latitude clamps.
virtual double Kitware.VTK.vtkGlobeSource.GetEndLongitudeMinValue | ( | ) | [virtual] |
Longitude Latitude clamps.
virtual int Kitware.VTK.vtkGlobeSource.GetLatitudeResolution | ( | ) | [virtual] |
Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).
virtual int Kitware.VTK.vtkGlobeSource.GetLatitudeResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).
virtual int Kitware.VTK.vtkGlobeSource.GetLatitudeResolutionMinValue | ( | ) | [virtual] |
Set the number of points in the latitude direction (ranging from StartLatitude to EndLatitude).
virtual int Kitware.VTK.vtkGlobeSource.GetLongitudeResolution | ( | ) | [virtual] |
Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).
virtual int Kitware.VTK.vtkGlobeSource.GetLongitudeResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).
virtual int Kitware.VTK.vtkGlobeSource.GetLongitudeResolutionMinValue | ( | ) | [virtual] |
Set the number of points in the longitude direction (ranging from StartLongitude to EndLongitude).
virtual int Kitware.VTK.vtkGlobeSource.GetQuadrilateralTessellation | ( | ) | [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 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.
virtual double Kitware.VTK.vtkGlobeSource.GetStartLatitudeMaxValue | ( | ) | [virtual] |
Longitude Latitude clamps.
virtual double Kitware.VTK.vtkGlobeSource.GetStartLatitudeMinValue | ( | ) | [virtual] |
Longitude Latitude clamps.
virtual double Kitware.VTK.vtkGlobeSource.GetStartLongitudeMaxValue | ( | ) | [virtual] |
Longitude Latitude clamps.
virtual double Kitware.VTK.vtkGlobeSource.GetStartLongitudeMinValue | ( | ) | [virtual] |
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.
static new vtkGlobeSource Kitware.VTK.vtkGlobeSource.New | ( | ) | [static] |
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.
virtual void Kitware.VTK.vtkGlobeSource.QuadrilateralTessellationOff | ( | ) | [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.QuadrilateralTessellationOn | ( | ) | [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.
static new vtkGlobeSource Kitware.VTK.vtkGlobeSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
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] |
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.