ActiViz .NET
5.8.0
|
vtkTexturedSphereSource - create a sphere centered at the origin More...
Public Member Functions | |
vtkTexturedSphereSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTexturedSphereSource () | |
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions. | |
virtual double | GetPhi () |
Set the maximum latitude angle (0 is at north pole). | |
virtual double | GetPhiMaxValue () |
Set the maximum latitude angle (0 is at north pole). | |
virtual double | GetPhiMinValue () |
Set the maximum latitude angle (0 is at north pole). | |
virtual int | GetPhiResolution () |
Set the number of points in the latitude direction. | |
virtual int | GetPhiResolutionMaxValue () |
Set the number of points in the latitude direction. | |
virtual int | GetPhiResolutionMinValue () |
Set the number of points in the latitude direction. | |
virtual double | GetRadius () |
Set radius of sphere. | |
virtual double | GetRadiusMaxValue () |
Set radius of sphere. | |
virtual double | GetRadiusMinValue () |
Set radius of sphere. | |
virtual double | GetTheta () |
Set the maximum longitude angle. | |
virtual double | GetThetaMaxValue () |
Set the maximum longitude angle. | |
virtual double | GetThetaMinValue () |
Set the maximum longitude angle. | |
virtual int | GetThetaResolution () |
Set the number of points in the longitude direction. | |
virtual int | GetThetaResolutionMaxValue () |
Set the number of points in the longitude direction. | |
virtual int | GetThetaResolutionMinValue () |
Set the number of points in the longitude direction. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTexturedSphereSource | NewInstance () |
Undocumented Block. | |
virtual void | SetPhi (double _arg) |
Set the maximum latitude angle (0 is at north pole). | |
virtual void | SetPhiResolution (int _arg) |
Set the number of points in the latitude direction. | |
virtual void | SetRadius (double _arg) |
Set radius of sphere. | |
virtual void | SetTheta (double _arg) |
Set the maximum longitude angle. | |
virtual void | SetThetaResolution (int _arg) |
Set the number of points in the longitude direction. | |
Static Public Member Functions | |
static new vtkTexturedSphereSource | New () |
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTexturedSphereSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTexturedSphereSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkTexturedSphereSource" |
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 | vtkTexturedSphereSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkTexturedSphereSource_GetPhi_01 (HandleRef pThis) |
static internal double | vtkTexturedSphereSource_GetPhiMaxValue_02 (HandleRef pThis) |
static internal double | vtkTexturedSphereSource_GetPhiMinValue_03 (HandleRef pThis) |
static internal int | vtkTexturedSphereSource_GetPhiResolution_04 (HandleRef pThis) |
static internal int | vtkTexturedSphereSource_GetPhiResolutionMaxValue_05 (HandleRef pThis) |
static internal int | vtkTexturedSphereSource_GetPhiResolutionMinValue_06 (HandleRef pThis) |
static internal double | vtkTexturedSphereSource_GetRadius_07 (HandleRef pThis) |
static internal double | vtkTexturedSphereSource_GetRadiusMaxValue_08 (HandleRef pThis) |
static internal double | vtkTexturedSphereSource_GetRadiusMinValue_09 (HandleRef pThis) |
static internal double | vtkTexturedSphereSource_GetTheta_10 (HandleRef pThis) |
static internal double | vtkTexturedSphereSource_GetThetaMaxValue_11 (HandleRef pThis) |
static internal double | vtkTexturedSphereSource_GetThetaMinValue_12 (HandleRef pThis) |
static internal int | vtkTexturedSphereSource_GetThetaResolution_13 (HandleRef pThis) |
static internal int | vtkTexturedSphereSource_GetThetaResolutionMaxValue_14 (HandleRef pThis) |
static internal int | vtkTexturedSphereSource_GetThetaResolutionMinValue_15 (HandleRef pThis) |
static internal int | vtkTexturedSphereSource_IsA_16 (HandleRef pThis, string type) |
static internal int | vtkTexturedSphereSource_IsTypeOf_17 (string type) |
static internal IntPtr | vtkTexturedSphereSource_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTexturedSphereSource_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTexturedSphereSource_SetPhi_21 (HandleRef pThis, double _arg) |
static internal void | vtkTexturedSphereSource_SetPhiResolution_22 (HandleRef pThis, int _arg) |
static internal void | vtkTexturedSphereSource_SetRadius_23 (HandleRef pThis, double _arg) |
static internal void | vtkTexturedSphereSource_SetTheta_24 (HandleRef pThis, double _arg) |
static internal void | vtkTexturedSphereSource_SetThetaResolution_25 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkTexturedSphereSource () |
Automatically generated type registration mechanics. |
vtkTexturedSphereSource - create a sphere centered at the origin
Description vtkTexturedSphereSource creates a polygonal sphere 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 sphere by specifying maximum phi and theta angles.
static Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource | ( | 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.
override void Kitware.VTK.vtkTexturedSphereSource.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.vtkTexturedSphereSource.GetPhi | ( | ) | [virtual] |
Set the maximum latitude angle (0 is at north pole).
virtual double Kitware.VTK.vtkTexturedSphereSource.GetPhiMaxValue | ( | ) | [virtual] |
Set the maximum latitude angle (0 is at north pole).
virtual double Kitware.VTK.vtkTexturedSphereSource.GetPhiMinValue | ( | ) | [virtual] |
Set the maximum latitude angle (0 is at north pole).
virtual int Kitware.VTK.vtkTexturedSphereSource.GetPhiResolution | ( | ) | [virtual] |
Set the number of points in the latitude direction.
virtual int Kitware.VTK.vtkTexturedSphereSource.GetPhiResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in the latitude direction.
virtual int Kitware.VTK.vtkTexturedSphereSource.GetPhiResolutionMinValue | ( | ) | [virtual] |
Set the number of points in the latitude direction.
virtual double Kitware.VTK.vtkTexturedSphereSource.GetRadius | ( | ) | [virtual] |
Set radius of sphere.
virtual double Kitware.VTK.vtkTexturedSphereSource.GetRadiusMaxValue | ( | ) | [virtual] |
Set radius of sphere.
virtual double Kitware.VTK.vtkTexturedSphereSource.GetRadiusMinValue | ( | ) | [virtual] |
Set radius of sphere.
virtual double Kitware.VTK.vtkTexturedSphereSource.GetTheta | ( | ) | [virtual] |
Set the maximum longitude angle.
virtual double Kitware.VTK.vtkTexturedSphereSource.GetThetaMaxValue | ( | ) | [virtual] |
Set the maximum longitude angle.
virtual double Kitware.VTK.vtkTexturedSphereSource.GetThetaMinValue | ( | ) | [virtual] |
Set the maximum longitude angle.
virtual int Kitware.VTK.vtkTexturedSphereSource.GetThetaResolution | ( | ) | [virtual] |
Set the number of points in the longitude direction.
virtual int Kitware.VTK.vtkTexturedSphereSource.GetThetaResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in the longitude direction.
virtual int Kitware.VTK.vtkTexturedSphereSource.GetThetaResolutionMinValue | ( | ) | [virtual] |
Set the number of points in the longitude direction.
override int Kitware.VTK.vtkTexturedSphereSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkTexturedSphereSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTexturedSphereSource Kitware.VTK.vtkTexturedSphereSource.New | ( | ) | [static] |
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkTexturedSphereSource Kitware.VTK.vtkTexturedSphereSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkTexturedSphereSource.SetPhi | ( | double | _arg | ) | [virtual] |
Set the maximum latitude angle (0 is at north pole).
virtual void Kitware.VTK.vtkTexturedSphereSource.SetPhiResolution | ( | int | _arg | ) | [virtual] |
Set the number of points in the latitude direction.
virtual void Kitware.VTK.vtkTexturedSphereSource.SetRadius | ( | double | _arg | ) | [virtual] |
Set radius of sphere.
virtual void Kitware.VTK.vtkTexturedSphereSource.SetTheta | ( | double | _arg | ) | [virtual] |
Set the maximum longitude angle.
virtual void Kitware.VTK.vtkTexturedSphereSource.SetThetaResolution | ( | int | _arg | ) | [virtual] |
Set the number of points in the longitude direction.
static internal double Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetPhi_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetPhiMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetPhiMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetPhiResolution_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetPhiResolutionMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetPhiResolutionMinValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetRadius_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetRadiusMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetRadiusMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetTheta_10 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetThetaMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetThetaMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetThetaResolution_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetThetaResolutionMaxValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_GetThetaResolutionMinValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_IsA_16 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_IsTypeOf_17 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_NewInstance_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_SafeDownCast_20 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_SetPhi_21 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_SetPhiResolution_22 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_SetRadius_23 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_SetTheta_24 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTexturedSphereSource.vtkTexturedSphereSource_SetThetaResolution_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkTexturedSphereSource.MRClassNameKey = "23vtkTexturedSphereSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkTexturedSphereSource.MRFullTypeName = "Kitware.VTK.vtkTexturedSphereSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.