ActiViz .NET
5.8.0
|
vtkSphereSource - create a polygonal sphere centered at the origin More...
Public Member Functions | |
vtkSphereSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSphereSource () | |
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions. Theta ranges from (0,360) and phi (0,180) degrees. | |
virtual double[] | GetCenter () |
Set the center of the sphere. Default is 0,0,0. | |
virtual void | GetCenter (IntPtr data) |
Set the center of the sphere. Default is 0,0,0. | |
virtual double | GetEndPhi () |
Set the ending latitude angle. By default EndPhi=180 degrees. | |
virtual double | GetEndPhiMaxValue () |
Set the ending latitude angle. By default EndPhi=180 degrees. | |
virtual double | GetEndPhiMinValue () |
Set the ending latitude angle. By default EndPhi=180 degrees. | |
virtual double | GetEndTheta () |
Set the ending longitude angle. By default EndTheta=360 degrees. | |
virtual double | GetEndThetaMaxValue () |
Set the ending longitude angle. By default EndTheta=360 degrees. | |
virtual double | GetEndThetaMinValue () |
Set the ending longitude angle. By default EndTheta=360 degrees. | |
virtual int | GetLatLongTessellation () |
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 int | GetPhiResolution () |
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi). | |
virtual int | GetPhiResolutionMaxValue () |
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi). | |
virtual int | GetPhiResolutionMinValue () |
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi). | |
virtual double | GetRadius () |
Set radius of sphere. Default is .5. | |
virtual double | GetRadiusMaxValue () |
Set radius of sphere. Default is .5. | |
virtual double | GetRadiusMinValue () |
Set radius of sphere. Default is .5. | |
virtual double | GetStartPhi () |
Set the starting latitude angle (0 is at north pole). By default StartPhi=0 degrees. | |
virtual double | GetStartPhiMaxValue () |
Set the starting latitude angle (0 is at north pole). By default StartPhi=0 degrees. | |
virtual double | GetStartPhiMinValue () |
Set the starting latitude angle (0 is at north pole). By default StartPhi=0 degrees. | |
virtual double | GetStartTheta () |
Set the starting longitude angle. By default StartTheta=0 degrees. | |
virtual double | GetStartThetaMaxValue () |
Set the starting longitude angle. By default StartTheta=0 degrees. | |
virtual double | GetStartThetaMinValue () |
Set the starting longitude angle. By default StartTheta=0 degrees. | |
virtual int | GetThetaResolution () |
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta). | |
virtual int | GetThetaResolutionMaxValue () |
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta). | |
virtual int | GetThetaResolutionMinValue () |
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta). | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | LatLongTessellationOff () |
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 | LatLongTessellationOn () |
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. | |
new vtkSphereSource | NewInstance () |
Undocumented Block. | |
virtual void | SetCenter (double _arg1, double _arg2, double _arg3) |
Set the center of the sphere. Default is 0,0,0. | |
virtual void | SetCenter (IntPtr _arg) |
Set the center of the sphere. Default is 0,0,0. | |
virtual void | SetEndPhi (double _arg) |
Set the ending latitude angle. By default EndPhi=180 degrees. | |
virtual void | SetEndTheta (double _arg) |
Set the ending longitude angle. By default EndTheta=360 degrees. | |
virtual void | SetLatLongTessellation (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 | SetPhiResolution (int _arg) |
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi). | |
virtual void | SetRadius (double _arg) |
Set radius of sphere. Default is .5. | |
virtual void | SetStartPhi (double _arg) |
Set the starting latitude angle (0 is at north pole). By default StartPhi=0 degrees. | |
virtual void | SetStartTheta (double _arg) |
Set the starting longitude angle. By default StartTheta=0 degrees. | |
virtual void | SetThetaResolution (int _arg) |
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta). | |
Static Public Member Functions | |
static new vtkSphereSource | New () |
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions. Theta ranges from (0,360) and phi (0,180) degrees. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSphereSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSphereSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkSphereSource" |
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 | vtkSphereSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSphereSource_GetCenter_01 (HandleRef pThis) |
static internal void | vtkSphereSource_GetCenter_02 (HandleRef pThis, IntPtr data) |
static internal double | vtkSphereSource_GetEndPhi_03 (HandleRef pThis) |
static internal double | vtkSphereSource_GetEndPhiMaxValue_04 (HandleRef pThis) |
static internal double | vtkSphereSource_GetEndPhiMinValue_05 (HandleRef pThis) |
static internal double | vtkSphereSource_GetEndTheta_06 (HandleRef pThis) |
static internal double | vtkSphereSource_GetEndThetaMaxValue_07 (HandleRef pThis) |
static internal double | vtkSphereSource_GetEndThetaMinValue_08 (HandleRef pThis) |
static internal int | vtkSphereSource_GetLatLongTessellation_09 (HandleRef pThis) |
static internal int | vtkSphereSource_GetPhiResolution_10 (HandleRef pThis) |
static internal int | vtkSphereSource_GetPhiResolutionMaxValue_11 (HandleRef pThis) |
static internal int | vtkSphereSource_GetPhiResolutionMinValue_12 (HandleRef pThis) |
static internal double | vtkSphereSource_GetRadius_13 (HandleRef pThis) |
static internal double | vtkSphereSource_GetRadiusMaxValue_14 (HandleRef pThis) |
static internal double | vtkSphereSource_GetRadiusMinValue_15 (HandleRef pThis) |
static internal double | vtkSphereSource_GetStartPhi_16 (HandleRef pThis) |
static internal double | vtkSphereSource_GetStartPhiMaxValue_17 (HandleRef pThis) |
static internal double | vtkSphereSource_GetStartPhiMinValue_18 (HandleRef pThis) |
static internal double | vtkSphereSource_GetStartTheta_19 (HandleRef pThis) |
static internal double | vtkSphereSource_GetStartThetaMaxValue_20 (HandleRef pThis) |
static internal double | vtkSphereSource_GetStartThetaMinValue_21 (HandleRef pThis) |
static internal int | vtkSphereSource_GetThetaResolution_22 (HandleRef pThis) |
static internal int | vtkSphereSource_GetThetaResolutionMaxValue_23 (HandleRef pThis) |
static internal int | vtkSphereSource_GetThetaResolutionMinValue_24 (HandleRef pThis) |
static internal int | vtkSphereSource_IsA_25 (HandleRef pThis, string type) |
static internal int | vtkSphereSource_IsTypeOf_26 (string type) |
static internal void | vtkSphereSource_LatLongTessellationOff_27 (HandleRef pThis) |
static internal void | vtkSphereSource_LatLongTessellationOn_28 (HandleRef pThis) |
static internal IntPtr | vtkSphereSource_NewInstance_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSphereSource_SafeDownCast_31 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSphereSource_SetCenter_32 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkSphereSource_SetCenter_33 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkSphereSource_SetEndPhi_34 (HandleRef pThis, double _arg) |
static internal void | vtkSphereSource_SetEndTheta_35 (HandleRef pThis, double _arg) |
static internal void | vtkSphereSource_SetLatLongTessellation_36 (HandleRef pThis, int _arg) |
static internal void | vtkSphereSource_SetPhiResolution_37 (HandleRef pThis, int _arg) |
static internal void | vtkSphereSource_SetRadius_38 (HandleRef pThis, double _arg) |
static internal void | vtkSphereSource_SetStartPhi_39 (HandleRef pThis, double _arg) |
static internal void | vtkSphereSource_SetStartTheta_40 (HandleRef pThis, double _arg) |
static internal void | vtkSphereSource_SetThetaResolution_41 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkSphereSource () |
Automatically generated type registration mechanics. |
vtkSphereSource - create a polygonal sphere centered at the origin
Description vtkSphereSource creates a sphere (represented by polygons) of specified radius centered at the origin. The resolution (polygonal discretization) in both the latitude (phi) and longitude (theta) directions can be specified. It also is possible to create partial spheres by specifying maximum phi and theta angles. By default, the surface tessellation of the sphere uses triangles; however you can set LatLongTessellation to produce a tessellation using quadrilaterals. Caveats Resolution means the number of latitude or longitude lines for a complete sphere. If you create partial spheres the number of latitude/longitude lines may be off by one.
static Kitware.VTK.vtkSphereSource.vtkSphereSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSphereSource.vtkSphereSource | ( | 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 Phi and Theta directions. Theta ranges from (0,360) and phi (0,180) degrees.
override void Kitware.VTK.vtkSphereSource.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.
Reimplemented in Kitware.VTK.vtkPSphereSource.
virtual double [] Kitware.VTK.vtkSphereSource.GetCenter | ( | ) | [virtual] |
Set the center of the sphere. Default is 0,0,0.
virtual void Kitware.VTK.vtkSphereSource.GetCenter | ( | IntPtr | data | ) | [virtual] |
Set the center of the sphere. Default is 0,0,0.
virtual double Kitware.VTK.vtkSphereSource.GetEndPhi | ( | ) | [virtual] |
Set the ending latitude angle. By default EndPhi=180 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetEndPhiMaxValue | ( | ) | [virtual] |
Set the ending latitude angle. By default EndPhi=180 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetEndPhiMinValue | ( | ) | [virtual] |
Set the ending latitude angle. By default EndPhi=180 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetEndTheta | ( | ) | [virtual] |
Set the ending longitude angle. By default EndTheta=360 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetEndThetaMaxValue | ( | ) | [virtual] |
Set the ending longitude angle. By default EndTheta=360 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetEndThetaMinValue | ( | ) | [virtual] |
Set the ending longitude angle. By default EndTheta=360 degrees.
virtual int Kitware.VTK.vtkSphereSource.GetLatLongTessellation | ( | ) | [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 int Kitware.VTK.vtkSphereSource.GetPhiResolution | ( | ) | [virtual] |
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi).
virtual int Kitware.VTK.vtkSphereSource.GetPhiResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi).
virtual int Kitware.VTK.vtkSphereSource.GetPhiResolutionMinValue | ( | ) | [virtual] |
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi).
virtual double Kitware.VTK.vtkSphereSource.GetRadius | ( | ) | [virtual] |
Set radius of sphere. Default is .5.
virtual double Kitware.VTK.vtkSphereSource.GetRadiusMaxValue | ( | ) | [virtual] |
Set radius of sphere. Default is .5.
virtual double Kitware.VTK.vtkSphereSource.GetRadiusMinValue | ( | ) | [virtual] |
Set radius of sphere. Default is .5.
virtual double Kitware.VTK.vtkSphereSource.GetStartPhi | ( | ) | [virtual] |
Set the starting latitude angle (0 is at north pole). By default StartPhi=0 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetStartPhiMaxValue | ( | ) | [virtual] |
Set the starting latitude angle (0 is at north pole). By default StartPhi=0 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetStartPhiMinValue | ( | ) | [virtual] |
Set the starting latitude angle (0 is at north pole). By default StartPhi=0 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetStartTheta | ( | ) | [virtual] |
Set the starting longitude angle. By default StartTheta=0 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetStartThetaMaxValue | ( | ) | [virtual] |
Set the starting longitude angle. By default StartTheta=0 degrees.
virtual double Kitware.VTK.vtkSphereSource.GetStartThetaMinValue | ( | ) | [virtual] |
Set the starting longitude angle. By default StartTheta=0 degrees.
virtual int Kitware.VTK.vtkSphereSource.GetThetaResolution | ( | ) | [virtual] |
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta).
virtual int Kitware.VTK.vtkSphereSource.GetThetaResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta).
virtual int Kitware.VTK.vtkSphereSource.GetThetaResolutionMinValue | ( | ) | [virtual] |
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta).
override int Kitware.VTK.vtkSphereSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkPSphereSource.
static new int Kitware.VTK.vtkSphereSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkPSphereSource.
virtual void Kitware.VTK.vtkSphereSource.LatLongTessellationOff | ( | ) | [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.vtkSphereSource.LatLongTessellationOn | ( | ) | [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 vtkSphereSource Kitware.VTK.vtkSphereSource.New | ( | ) | [static] |
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions. Theta ranges from (0,360) and phi (0,180) degrees.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkPSphereSource.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkPSphereSource.
static new vtkSphereSource Kitware.VTK.vtkSphereSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkPSphereSource.
virtual void Kitware.VTK.vtkSphereSource.SetCenter | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set the center of the sphere. Default is 0,0,0.
virtual void Kitware.VTK.vtkSphereSource.SetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set the center of the sphere. Default is 0,0,0.
virtual void Kitware.VTK.vtkSphereSource.SetEndPhi | ( | double | _arg | ) | [virtual] |
Set the ending latitude angle. By default EndPhi=180 degrees.
virtual void Kitware.VTK.vtkSphereSource.SetEndTheta | ( | double | _arg | ) | [virtual] |
Set the ending longitude angle. By default EndTheta=360 degrees.
virtual void Kitware.VTK.vtkSphereSource.SetLatLongTessellation | ( | 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.vtkSphereSource.SetPhiResolution | ( | int | _arg | ) | [virtual] |
Set the number of points in the latitude direction (ranging from StartPhi to EndPhi).
virtual void Kitware.VTK.vtkSphereSource.SetRadius | ( | double | _arg | ) | [virtual] |
Set radius of sphere. Default is .5.
virtual void Kitware.VTK.vtkSphereSource.SetStartPhi | ( | double | _arg | ) | [virtual] |
Set the starting latitude angle (0 is at north pole). By default StartPhi=0 degrees.
virtual void Kitware.VTK.vtkSphereSource.SetStartTheta | ( | double | _arg | ) | [virtual] |
Set the starting longitude angle. By default StartTheta=0 degrees.
virtual void Kitware.VTK.vtkSphereSource.SetThetaResolution | ( | int | _arg | ) | [virtual] |
Set the number of points in the longitude direction (ranging from StartTheta to EndTheta).
static internal IntPtr Kitware.VTK.vtkSphereSource.vtkSphereSource_GetCenter_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_GetCenter_02 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetEndPhi_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetEndPhiMaxValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetEndPhiMinValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetEndTheta_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetEndThetaMaxValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetEndThetaMinValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphereSource.vtkSphereSource_GetLatLongTessellation_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphereSource.vtkSphereSource_GetPhiResolution_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphereSource.vtkSphereSource_GetPhiResolutionMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphereSource.vtkSphereSource_GetPhiResolutionMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetRadius_13 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetRadiusMaxValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetRadiusMinValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetStartPhi_16 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetStartPhiMaxValue_17 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetStartPhiMinValue_18 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetStartTheta_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetStartThetaMaxValue_20 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSphereSource.vtkSphereSource_GetStartThetaMinValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphereSource.vtkSphereSource_GetThetaResolution_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphereSource.vtkSphereSource_GetThetaResolutionMaxValue_23 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphereSource.vtkSphereSource_GetThetaResolutionMinValue_24 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphereSource.vtkSphereSource_IsA_25 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSphereSource.vtkSphereSource_IsTypeOf_26 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_LatLongTessellationOff_27 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_LatLongTessellationOn_28 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSphereSource.vtkSphereSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSphereSource.vtkSphereSource_NewInstance_30 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSphereSource.vtkSphereSource_SafeDownCast_31 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetCenter_32 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetCenter_33 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetEndPhi_34 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetEndTheta_35 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetLatLongTessellation_36 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetPhiResolution_37 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetRadius_38 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetStartPhi_39 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetStartTheta_40 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSphereSource.vtkSphereSource_SetThetaResolution_41 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkSphereSource.MRClassNameKey = "15vtkSphereSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkPSphereSource.
new const string Kitware.VTK.vtkSphereSource.MRFullTypeName = "Kitware.VTK.vtkSphereSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Reimplemented in Kitware.VTK.vtkPSphereSource.