ActiViz .NET
5.8.0
|
vtkDiskSource - create a disk with hole in center More...
Public Member Functions | |
vtkDiskSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDiskSource () | |
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 | GetInnerRadius () |
Specify inner radius of hole in disc. | |
virtual double | GetInnerRadiusMaxValue () |
Specify inner radius of hole in disc. | |
virtual double | GetInnerRadiusMinValue () |
Specify inner radius of hole in disc. | |
virtual double | GetOuterRadius () |
Specify outer radius of disc. | |
virtual double | GetOuterRadiusMaxValue () |
Specify outer radius of disc. | |
virtual double | GetOuterRadiusMinValue () |
Specify outer radius of disc. | |
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. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDiskSource | NewInstance () |
Undocumented Block. | |
virtual void | SetCircumferentialResolution (int _arg) |
Set the number of points in circumferential direction. | |
virtual void | SetInnerRadius (double _arg) |
Specify inner radius of hole in disc. | |
virtual void | SetOuterRadius (double _arg) |
Specify outer radius of disc. | |
virtual void | SetRadialResolution (int _arg) |
Set the number of points in radius direction. | |
Static Public Member Functions | |
static new vtkDiskSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDiskSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDiskSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkDiskSource" |
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 | vtkDiskSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDiskSource_GetCircumferentialResolution_01 (HandleRef pThis) |
static internal int | vtkDiskSource_GetCircumferentialResolutionMaxValue_02 (HandleRef pThis) |
static internal int | vtkDiskSource_GetCircumferentialResolutionMinValue_03 (HandleRef pThis) |
static internal double | vtkDiskSource_GetInnerRadius_04 (HandleRef pThis) |
static internal double | vtkDiskSource_GetInnerRadiusMaxValue_05 (HandleRef pThis) |
static internal double | vtkDiskSource_GetInnerRadiusMinValue_06 (HandleRef pThis) |
static internal double | vtkDiskSource_GetOuterRadius_07 (HandleRef pThis) |
static internal double | vtkDiskSource_GetOuterRadiusMaxValue_08 (HandleRef pThis) |
static internal double | vtkDiskSource_GetOuterRadiusMinValue_09 (HandleRef pThis) |
static internal int | vtkDiskSource_GetRadialResolution_10 (HandleRef pThis) |
static internal int | vtkDiskSource_GetRadialResolutionMaxValue_11 (HandleRef pThis) |
static internal int | vtkDiskSource_GetRadialResolutionMinValue_12 (HandleRef pThis) |
static internal int | vtkDiskSource_IsA_13 (HandleRef pThis, string type) |
static internal int | vtkDiskSource_IsTypeOf_14 (string type) |
static internal IntPtr | vtkDiskSource_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDiskSource_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDiskSource_SetCircumferentialResolution_18 (HandleRef pThis, int _arg) |
static internal void | vtkDiskSource_SetInnerRadius_19 (HandleRef pThis, double _arg) |
static internal void | vtkDiskSource_SetOuterRadius_20 (HandleRef pThis, double _arg) |
static internal void | vtkDiskSource_SetRadialResolution_21 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkDiskSource () |
Automatically generated type registration mechanics. |
vtkDiskSource - create a disk with hole in center
Description vtkDiskSource creates a polygonal disk with a hole in the center. The disk has zero height. The user can specify the inner and outer radius of the disk, and the radial and circumferential resolution of the polygonal representation.
static Kitware.VTK.vtkDiskSource.vtkDiskSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDiskSource.vtkDiskSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDiskSource.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.vtkDiskSource.GetCircumferentialResolution | ( | ) | [virtual] |
Set the number of points in circumferential direction.
virtual int Kitware.VTK.vtkDiskSource.GetCircumferentialResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in circumferential direction.
virtual int Kitware.VTK.vtkDiskSource.GetCircumferentialResolutionMinValue | ( | ) | [virtual] |
Set the number of points in circumferential direction.
virtual double Kitware.VTK.vtkDiskSource.GetInnerRadius | ( | ) | [virtual] |
Specify inner radius of hole in disc.
virtual double Kitware.VTK.vtkDiskSource.GetInnerRadiusMaxValue | ( | ) | [virtual] |
Specify inner radius of hole in disc.
virtual double Kitware.VTK.vtkDiskSource.GetInnerRadiusMinValue | ( | ) | [virtual] |
Specify inner radius of hole in disc.
virtual double Kitware.VTK.vtkDiskSource.GetOuterRadius | ( | ) | [virtual] |
Specify outer radius of disc.
virtual double Kitware.VTK.vtkDiskSource.GetOuterRadiusMaxValue | ( | ) | [virtual] |
Specify outer radius of disc.
virtual double Kitware.VTK.vtkDiskSource.GetOuterRadiusMinValue | ( | ) | [virtual] |
Specify outer radius of disc.
virtual int Kitware.VTK.vtkDiskSource.GetRadialResolution | ( | ) | [virtual] |
Set the number of points in radius direction.
virtual int Kitware.VTK.vtkDiskSource.GetRadialResolutionMaxValue | ( | ) | [virtual] |
Set the number of points in radius direction.
virtual int Kitware.VTK.vtkDiskSource.GetRadialResolutionMinValue | ( | ) | [virtual] |
Set the number of points in radius direction.
override int Kitware.VTK.vtkDiskSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkDiskSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkDiskSource Kitware.VTK.vtkDiskSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkDiskSource Kitware.VTK.vtkDiskSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkDiskSource.SetCircumferentialResolution | ( | int | _arg | ) | [virtual] |
Set the number of points in circumferential direction.
virtual void Kitware.VTK.vtkDiskSource.SetInnerRadius | ( | double | _arg | ) | [virtual] |
Specify inner radius of hole in disc.
virtual void Kitware.VTK.vtkDiskSource.SetOuterRadius | ( | double | _arg | ) | [virtual] |
Specify outer radius of disc.
virtual void Kitware.VTK.vtkDiskSource.SetRadialResolution | ( | int | _arg | ) | [virtual] |
Set the number of points in radius direction.
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetCircumferentialResolution_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetCircumferentialResolutionMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetCircumferentialResolutionMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetInnerRadius_04 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetInnerRadiusMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetInnerRadiusMinValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetOuterRadius_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetOuterRadiusMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDiskSource.vtkDiskSource_GetOuterRadiusMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetRadialResolution_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetRadialResolutionMaxValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_GetRadialResolutionMinValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_IsA_13 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDiskSource.vtkDiskSource_IsTypeOf_14 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDiskSource.vtkDiskSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDiskSource.vtkDiskSource_NewInstance_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDiskSource.vtkDiskSource_SafeDownCast_17 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDiskSource.vtkDiskSource_SetCircumferentialResolution_18 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDiskSource.vtkDiskSource_SetInnerRadius_19 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDiskSource.vtkDiskSource_SetOuterRadius_20 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDiskSource.vtkDiskSource_SetRadialResolution_21 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkDiskSource.MRClassNameKey = "13vtkDiskSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkDiskSource.MRFullTypeName = "Kitware.VTK.vtkDiskSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.