ActiViz .NET
5.8.0
|
vtkCylinderSource - generate a cylinder centered at origin More...
Public Member Functions | |
vtkCylinderSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCylinderSource () | |
Undocumented Block. | |
virtual void | CappingOff () |
Turn on/off whether to cap cylinder with polygons. Initial value is true. | |
virtual void | CappingOn () |
Turn on/off whether to cap cylinder with polygons. Initial value is true. | |
virtual int | GetCapping () |
Turn on/off whether to cap cylinder with polygons. Initial value is true. | |
virtual double[] | GetCenter () |
Set/Get cylinder center. Initial value is (0.0,0.0,0.0) | |
virtual void | GetCenter (IntPtr data) |
Set/Get cylinder center. Initial value is (0.0,0.0,0.0) | |
virtual double | GetHeight () |
Set the height of the cylinder. Initial value is 1. | |
virtual double | GetHeightMaxValue () |
Set the height of the cylinder. Initial value is 1. | |
virtual double | GetHeightMinValue () |
Set the height of the cylinder. Initial value is 1. | |
virtual double | GetRadius () |
Set the radius of the cylinder. Initial value is 0.5. | |
virtual double | GetRadiusMaxValue () |
Set the radius of the cylinder. Initial value is 0.5. | |
virtual double | GetRadiusMinValue () |
Set the radius of the cylinder. Initial value is 0.5. | |
virtual int | GetResolution () |
Set the number of facets used to define cylinder. Initial value is 6. | |
virtual int | GetResolutionMaxValue () |
Set the number of facets used to define cylinder. Initial value is 6. | |
virtual int | GetResolutionMinValue () |
Set the number of facets used to define cylinder. Initial value is 6. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCylinderSource | NewInstance () |
Undocumented Block. | |
virtual void | SetCapping (int _arg) |
Turn on/off whether to cap cylinder with polygons. Initial value is true. | |
virtual void | SetCenter (double _arg1, double _arg2, double _arg3) |
Set/Get cylinder center. Initial value is (0.0,0.0,0.0) | |
virtual void | SetCenter (IntPtr _arg) |
Set/Get cylinder center. Initial value is (0.0,0.0,0.0) | |
virtual void | SetHeight (double _arg) |
Set the height of the cylinder. Initial value is 1. | |
virtual void | SetRadius (double _arg) |
Set the radius of the cylinder. Initial value is 0.5. | |
virtual void | SetResolution (int _arg) |
Set the number of facets used to define cylinder. Initial value is 6. | |
Static Public Member Functions | |
static new vtkCylinderSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCylinderSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCylinderSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkCylinderSource" |
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 | vtkCylinderSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCylinderSource_CappingOff_01 (HandleRef pThis) |
static internal void | vtkCylinderSource_CappingOn_02 (HandleRef pThis) |
static internal int | vtkCylinderSource_GetCapping_03 (HandleRef pThis) |
static internal IntPtr | vtkCylinderSource_GetCenter_04 (HandleRef pThis) |
static internal void | vtkCylinderSource_GetCenter_05 (HandleRef pThis, IntPtr data) |
static internal double | vtkCylinderSource_GetHeight_06 (HandleRef pThis) |
static internal double | vtkCylinderSource_GetHeightMaxValue_07 (HandleRef pThis) |
static internal double | vtkCylinderSource_GetHeightMinValue_08 (HandleRef pThis) |
static internal double | vtkCylinderSource_GetRadius_09 (HandleRef pThis) |
static internal double | vtkCylinderSource_GetRadiusMaxValue_10 (HandleRef pThis) |
static internal double | vtkCylinderSource_GetRadiusMinValue_11 (HandleRef pThis) |
static internal int | vtkCylinderSource_GetResolution_12 (HandleRef pThis) |
static internal int | vtkCylinderSource_GetResolutionMaxValue_13 (HandleRef pThis) |
static internal int | vtkCylinderSource_GetResolutionMinValue_14 (HandleRef pThis) |
static internal int | vtkCylinderSource_IsA_15 (HandleRef pThis, string type) |
static internal int | vtkCylinderSource_IsTypeOf_16 (string type) |
static internal IntPtr | vtkCylinderSource_NewInstance_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCylinderSource_SafeDownCast_19 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCylinderSource_SetCapping_20 (HandleRef pThis, int _arg) |
static internal void | vtkCylinderSource_SetCenter_21 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkCylinderSource_SetCenter_22 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkCylinderSource_SetHeight_23 (HandleRef pThis, double _arg) |
static internal void | vtkCylinderSource_SetRadius_24 (HandleRef pThis, double _arg) |
static internal void | vtkCylinderSource_SetResolution_25 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkCylinderSource () |
Automatically generated type registration mechanics. |
vtkCylinderSource - generate a cylinder centered at origin
Description vtkCylinderSource creates a polygonal cylinder centered at Center; The axis of the cylinder is aligned along the global y-axis. The height and radius of the cylinder can be specified, as well as the number of sides. It is also possible to control whether the cylinder is open-ended or capped.
static Kitware.VTK.vtkCylinderSource.vtkCylinderSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCylinderSource.vtkCylinderSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkCylinderSource.CappingOff | ( | ) | [virtual] |
Turn on/off whether to cap cylinder with polygons. Initial value is true.
virtual void Kitware.VTK.vtkCylinderSource.CappingOn | ( | ) | [virtual] |
Turn on/off whether to cap cylinder with polygons. Initial value is true.
override void Kitware.VTK.vtkCylinderSource.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.vtkCylinderSource.GetCapping | ( | ) | [virtual] |
Turn on/off whether to cap cylinder with polygons. Initial value is true.
virtual double [] Kitware.VTK.vtkCylinderSource.GetCenter | ( | ) | [virtual] |
Set/Get cylinder center. Initial value is (0.0,0.0,0.0)
virtual void Kitware.VTK.vtkCylinderSource.GetCenter | ( | IntPtr | data | ) | [virtual] |
Set/Get cylinder center. Initial value is (0.0,0.0,0.0)
virtual double Kitware.VTK.vtkCylinderSource.GetHeight | ( | ) | [virtual] |
Set the height of the cylinder. Initial value is 1.
virtual double Kitware.VTK.vtkCylinderSource.GetHeightMaxValue | ( | ) | [virtual] |
Set the height of the cylinder. Initial value is 1.
virtual double Kitware.VTK.vtkCylinderSource.GetHeightMinValue | ( | ) | [virtual] |
Set the height of the cylinder. Initial value is 1.
virtual double Kitware.VTK.vtkCylinderSource.GetRadius | ( | ) | [virtual] |
Set the radius of the cylinder. Initial value is 0.5.
virtual double Kitware.VTK.vtkCylinderSource.GetRadiusMaxValue | ( | ) | [virtual] |
Set the radius of the cylinder. Initial value is 0.5.
virtual double Kitware.VTK.vtkCylinderSource.GetRadiusMinValue | ( | ) | [virtual] |
Set the radius of the cylinder. Initial value is 0.5.
virtual int Kitware.VTK.vtkCylinderSource.GetResolution | ( | ) | [virtual] |
Set the number of facets used to define cylinder. Initial value is 6.
virtual int Kitware.VTK.vtkCylinderSource.GetResolutionMaxValue | ( | ) | [virtual] |
Set the number of facets used to define cylinder. Initial value is 6.
virtual int Kitware.VTK.vtkCylinderSource.GetResolutionMinValue | ( | ) | [virtual] |
Set the number of facets used to define cylinder. Initial value is 6.
override int Kitware.VTK.vtkCylinderSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkCylinderSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkCylinderSource Kitware.VTK.vtkCylinderSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkCylinderSource Kitware.VTK.vtkCylinderSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkCylinderSource.SetCapping | ( | int | _arg | ) | [virtual] |
Turn on/off whether to cap cylinder with polygons. Initial value is true.
virtual void Kitware.VTK.vtkCylinderSource.SetCenter | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set/Get cylinder center. Initial value is (0.0,0.0,0.0)
virtual void Kitware.VTK.vtkCylinderSource.SetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set/Get cylinder center. Initial value is (0.0,0.0,0.0)
virtual void Kitware.VTK.vtkCylinderSource.SetHeight | ( | double | _arg | ) | [virtual] |
Set the height of the cylinder. Initial value is 1.
virtual void Kitware.VTK.vtkCylinderSource.SetRadius | ( | double | _arg | ) | [virtual] |
Set the radius of the cylinder. Initial value is 0.5.
virtual void Kitware.VTK.vtkCylinderSource.SetResolution | ( | int | _arg | ) | [virtual] |
Set the number of facets used to define cylinder. Initial value is 6.
static internal void Kitware.VTK.vtkCylinderSource.vtkCylinderSource_CappingOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCylinderSource.vtkCylinderSource_CappingOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetCapping_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetCenter_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetCenter_05 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal double Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetHeight_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetHeightMaxValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetHeightMinValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetRadius_09 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetRadiusMaxValue_10 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetRadiusMinValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetResolution_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetResolutionMaxValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCylinderSource.vtkCylinderSource_GetResolutionMinValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCylinderSource.vtkCylinderSource_IsA_15 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCylinderSource.vtkCylinderSource_IsTypeOf_16 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCylinderSource.vtkCylinderSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCylinderSource.vtkCylinderSource_NewInstance_18 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCylinderSource.vtkCylinderSource_SafeDownCast_19 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCylinderSource.vtkCylinderSource_SetCapping_20 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCylinderSource.vtkCylinderSource_SetCenter_21 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkCylinderSource.vtkCylinderSource_SetCenter_22 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCylinderSource.vtkCylinderSource_SetHeight_23 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCylinderSource.vtkCylinderSource_SetRadius_24 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCylinderSource.vtkCylinderSource_SetResolution_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkCylinderSource.MRClassNameKey = "17vtkCylinderSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkCylinderSource.MRFullTypeName = "Kitware.VTK.vtkCylinderSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.