ActiViz .NET
5.8.0
|
vtkSectorSource - create a sector of a disk More...
Public Member Functions | |
vtkSectorSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSectorSource () | |
Undocumented Block. | |
virtual int | GetCircumferentialResolution () |
Set the number of points in circumferential direction. | |
virtual int | GetCircumferentialResolutionMaxValue () |
Set the number of points in circumferential direction. | |
virtual int | GetCircumferentialResolutionMinValue () |
Set the number of points in circumferential direction. | |
virtual double | GetEndAngle () |
Set the end angle of the sector. | |
virtual double | GetEndAngleMaxValue () |
Set the end angle of the sector. | |
virtual double | GetEndAngleMinValue () |
Set the end angle of the sector. | |
virtual double | GetInnerRadius () |
Specify inner radius of the sector. | |
virtual double | GetInnerRadiusMaxValue () |
Specify inner radius of the sector. | |
virtual double | GetInnerRadiusMinValue () |
Specify inner radius of the sector. | |
virtual double | GetOuterRadius () |
Specify outer radius of the sector. | |
virtual double | GetOuterRadiusMaxValue () |
Specify outer radius of the sector. | |
virtual double | GetOuterRadiusMinValue () |
Specify outer radius of the sector. | |
virtual int | GetRadialResolution () |
Set the number of points in radius direction. | |
virtual int | GetRadialResolutionMaxValue () |
Set the number of points in radius direction. | |
virtual int | GetRadialResolutionMinValue () |
Set the number of points in radius direction. | |
virtual double | GetStartAngle () |
Set the start angle of the sector. | |
virtual double | GetStartAngleMaxValue () |
Set the start angle of the sector. | |
virtual double | GetStartAngleMinValue () |
Set the start angle of the sector. | |
virtual double | GetZCoord () |
Specify the z coordinate of the sector. | |
virtual double | GetZCoordMaxValue () |
Specify the z coordinate of the sector. | |
virtual double | GetZCoordMinValue () |
Specify the z coordinate of the sector. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSectorSource | NewInstance () |
Undocumented Block. | |
virtual void | SetCircumferentialResolution (int _arg) |
Set the number of points in circumferential direction. | |
virtual void | SetEndAngle (double _arg) |
Set the end angle of the sector. | |
virtual void | SetInnerRadius (double _arg) |
Specify inner radius of the sector. | |
virtual void | SetOuterRadius (double _arg) |
Specify outer radius of the sector. | |
virtual void | SetRadialResolution (int _arg) |
Set the number of points in radius direction. | |
virtual void | SetStartAngle (double _arg) |
Set the start angle of the sector. | |
virtual void | SetZCoord (double _arg) |
Specify the z coordinate of the sector. | |
Static Public Member Functions | |
static new vtkSectorSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSectorSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSectorSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkSectorSource" |
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 | vtkSectorSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSectorSource_GetCircumferentialResolution_01 (HandleRef pThis) |
static internal int | vtkSectorSource_GetCircumferentialResolutionMaxValue_02 (HandleRef pThis) |
static internal int | vtkSectorSource_GetCircumferentialResolutionMinValue_03 (HandleRef pThis) |
static internal double | vtkSectorSource_GetEndAngle_04 (HandleRef pThis) |
static internal double | vtkSectorSource_GetEndAngleMaxValue_05 (HandleRef pThis) |
static internal double | vtkSectorSource_GetEndAngleMinValue_06 (HandleRef pThis) |
static internal double | vtkSectorSource_GetInnerRadius_07 (HandleRef pThis) |
static internal double | vtkSectorSource_GetInnerRadiusMaxValue_08 (HandleRef pThis) |
static internal double | vtkSectorSource_GetInnerRadiusMinValue_09 (HandleRef pThis) |
static internal double | vtkSectorSource_GetOuterRadius_10 (HandleRef pThis) |
static internal double | vtkSectorSource_GetOuterRadiusMaxValue_11 (HandleRef pThis) |
static internal double | vtkSectorSource_GetOuterRadiusMinValue_12 (HandleRef pThis) |
static internal int | vtkSectorSource_GetRadialResolution_13 (HandleRef pThis) |
static internal int | vtkSectorSource_GetRadialResolutionMaxValue_14 (HandleRef pThis) |
static internal int | vtkSectorSource_GetRadialResolutionMinValue_15 (HandleRef pThis) |
static internal double | vtkSectorSource_GetStartAngle_16 (HandleRef pThis) |
static internal double | vtkSectorSource_GetStartAngleMaxValue_17 (HandleRef pThis) |
static internal double | vtkSectorSource_GetStartAngleMinValue_18 (HandleRef pThis) |
static internal double | vtkSectorSource_GetZCoord_19 (HandleRef pThis) |
static internal double | vtkSectorSource_GetZCoordMaxValue_20 (HandleRef pThis) |
static internal double | vtkSectorSource_GetZCoordMinValue_21 (HandleRef pThis) |
static internal int | vtkSectorSource_IsA_22 (HandleRef pThis, string type) |
static internal int | vtkSectorSource_IsTypeOf_23 (string type) |
static internal IntPtr | vtkSectorSource_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSectorSource_SafeDownCast_26 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSectorSource_SetCircumferentialResolution_27 (HandleRef pThis, int _arg) |
static internal void | vtkSectorSource_SetEndAngle_28 (HandleRef pThis, double _arg) |
static internal void | vtkSectorSource_SetInnerRadius_29 (HandleRef pThis, double _arg) |
static internal void | vtkSectorSource_SetOuterRadius_30 (HandleRef pThis, double _arg) |
static internal void | vtkSectorSource_SetRadialResolution_31 (HandleRef pThis, int _arg) |
static internal void | vtkSectorSource_SetStartAngle_32 (HandleRef pThis, double _arg) |
static internal void | vtkSectorSource_SetZCoord_33 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkSectorSource () |
Automatically generated type registration mechanics. |
vtkSectorSource - create a sector of a disk
Description vtkSectorSource creates a sector of a polygonal disk. The disk has zero height. The user can specify the inner and outer radius of the disk, the z-coordinate, and the radial and circumferential resolution of the polygonal representation.
static Kitware.VTK.vtkSectorSource.vtkSectorSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSectorSource.vtkSectorSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSectorSource.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual int Kitware.VTK.vtkSectorSource.GetCircumferentialResolution | ( | ) | [virtual] |
Set the number of points in circumferential direction.
virtual int Kitware.VTK.vtkSectorSource.GetCircumferentialResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in circumferential direction.
virtual int Kitware.VTK.vtkSectorSource.GetCircumferentialResolutionMinValue | ( | ) | [virtual] |
Set the number of points in circumferential direction.
virtual double Kitware.VTK.vtkSectorSource.GetEndAngle | ( | ) | [virtual] |
Set the end angle of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetEndAngleMaxValue | ( | ) | [virtual] |
Set the end angle of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetEndAngleMinValue | ( | ) | [virtual] |
Set the end angle of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetInnerRadius | ( | ) | [virtual] |
Specify inner radius of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetInnerRadiusMaxValue | ( | ) | [virtual] |
Specify inner radius of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetInnerRadiusMinValue | ( | ) | [virtual] |
Specify inner radius of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetOuterRadius | ( | ) | [virtual] |
Specify outer radius of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetOuterRadiusMaxValue | ( | ) | [virtual] |
Specify outer radius of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetOuterRadiusMinValue | ( | ) | [virtual] |
Specify outer radius of the sector.
virtual int Kitware.VTK.vtkSectorSource.GetRadialResolution | ( | ) | [virtual] |
Set the number of points in radius direction.
virtual int Kitware.VTK.vtkSectorSource.GetRadialResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in radius direction.
virtual int Kitware.VTK.vtkSectorSource.GetRadialResolutionMinValue | ( | ) | [virtual] |
Set the number of points in radius direction.
virtual double Kitware.VTK.vtkSectorSource.GetStartAngle | ( | ) | [virtual] |
Set the start angle of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetStartAngleMaxValue | ( | ) | [virtual] |
Set the start angle of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetStartAngleMinValue | ( | ) | [virtual] |
Set the start angle of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetZCoord | ( | ) | [virtual] |
Specify the z coordinate of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetZCoordMaxValue | ( | ) | [virtual] |
Specify the z coordinate of the sector.
virtual double Kitware.VTK.vtkSectorSource.GetZCoordMinValue | ( | ) | [virtual] |
Specify the z coordinate of the sector.
override int Kitware.VTK.vtkSectorSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkSectorSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSectorSource Kitware.VTK.vtkSectorSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSectorSource Kitware.VTK.vtkSectorSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkSectorSource.SetCircumferentialResolution | ( | int | _arg | ) | [virtual] |
Set the number of points in circumferential direction.
virtual void Kitware.VTK.vtkSectorSource.SetEndAngle | ( | double | _arg | ) | [virtual] |
Set the end angle of the sector.
virtual void Kitware.VTK.vtkSectorSource.SetInnerRadius | ( | double | _arg | ) | [virtual] |
Specify inner radius of the sector.
virtual void Kitware.VTK.vtkSectorSource.SetOuterRadius | ( | double | _arg | ) | [virtual] |
Specify outer radius of the sector.
virtual void Kitware.VTK.vtkSectorSource.SetRadialResolution | ( | int | _arg | ) | [virtual] |
Set the number of points in radius direction.
virtual void Kitware.VTK.vtkSectorSource.SetStartAngle | ( | double | _arg | ) | [virtual] |
Set the start angle of the sector.
virtual void Kitware.VTK.vtkSectorSource.SetZCoord | ( | double | _arg | ) | [virtual] |
Specify the z coordinate of the sector.
static internal int Kitware.VTK.vtkSectorSource.vtkSectorSource_GetCircumferentialResolution_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSectorSource.vtkSectorSource_GetCircumferentialResolutionMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSectorSource.vtkSectorSource_GetCircumferentialResolutionMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetEndAngle_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetEndAngleMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetEndAngleMinValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetInnerRadius_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetInnerRadiusMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetInnerRadiusMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetOuterRadius_10 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetOuterRadiusMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetOuterRadiusMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSectorSource.vtkSectorSource_GetRadialResolution_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSectorSource.vtkSectorSource_GetRadialResolutionMaxValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSectorSource.vtkSectorSource_GetRadialResolutionMinValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetStartAngle_16 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetStartAngleMaxValue_17 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetStartAngleMinValue_18 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetZCoord_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetZCoordMaxValue_20 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkSectorSource.vtkSectorSource_GetZCoordMinValue_21 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSectorSource.vtkSectorSource_IsA_22 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSectorSource.vtkSectorSource_IsTypeOf_23 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSectorSource.vtkSectorSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSectorSource.vtkSectorSource_NewInstance_25 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSectorSource.vtkSectorSource_SafeDownCast_26 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSectorSource.vtkSectorSource_SetCircumferentialResolution_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSectorSource.vtkSectorSource_SetEndAngle_28 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSectorSource.vtkSectorSource_SetInnerRadius_29 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSectorSource.vtkSectorSource_SetOuterRadius_30 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSectorSource.vtkSectorSource_SetRadialResolution_31 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSectorSource.vtkSectorSource_SetStartAngle_32 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSectorSource.vtkSectorSource_SetZCoord_33 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkSectorSource.MRClassNameKey = "15vtkSectorSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkSectorSource.MRFullTypeName = "Kitware.VTK.vtkSectorSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.