ActiViz .NET
5.8.0
|
vtkRegularPolygonSource - create a regular, n-sided polygon and/or polyline More...
Public Member Functions | |
vtkRegularPolygonSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkRegularPolygonSource () | |
Standard methods for instantiation, obtaining type and printing instance values. | |
virtual void | GeneratePolygonOff () |
Control whether a polygon is produced. By default, GeneratePolygon is enabled. | |
virtual void | GeneratePolygonOn () |
Control whether a polygon is produced. By default, GeneratePolygon is enabled. | |
virtual void | GeneratePolylineOff () |
Control whether a polyline is produced. By default, GeneratePolyline is enabled. | |
virtual void | GeneratePolylineOn () |
Control whether a polyline is produced. By default, GeneratePolyline is enabled. | |
virtual double[] | GetCenter () |
Set/Get the center of the polygon. By default, the center is set at the origin (0,0,0). | |
virtual void | GetCenter (IntPtr data) |
Set/Get the center of the polygon. By default, the center is set at the origin (0,0,0). | |
virtual int | GetGeneratePolygon () |
Control whether a polygon is produced. By default, GeneratePolygon is enabled. | |
virtual int | GetGeneratePolyline () |
Control whether a polyline is produced. By default, GeneratePolyline is enabled. | |
virtual double[] | GetNormal () |
Set/Get the normal to the polygon. The ordering of the polygon will be counter-clockwise around the normal (i.e., using the right-hand rule). By default, the normal is set to (0,0,1). | |
virtual void | GetNormal (IntPtr data) |
Set/Get the normal to the polygon. The ordering of the polygon will be counter-clockwise around the normal (i.e., using the right-hand rule). By default, the normal is set to (0,0,1). | |
virtual int | GetNumberOfSides () |
Set/Get the number of sides of the polygon. By default, the number of sides is set to six. | |
virtual int | GetNumberOfSidesMaxValue () |
Set/Get the number of sides of the polygon. By default, the number of sides is set to six. | |
virtual int | GetNumberOfSidesMinValue () |
Set/Get the number of sides of the polygon. By default, the number of sides is set to six. | |
virtual double | GetRadius () |
Set/Get the radius of the polygon. By default, the radius is set to 0.5. | |
override int | IsA (string type) |
Standard methods for instantiation, obtaining type and printing instance values. | |
new vtkRegularPolygonSource | NewInstance () |
Standard methods for instantiation, obtaining type and printing instance values. | |
virtual void | SetCenter (double _arg1, double _arg2, double _arg3) |
Set/Get the center of the polygon. By default, the center is set at the origin (0,0,0). | |
virtual void | SetCenter (IntPtr _arg) |
Set/Get the center of the polygon. By default, the center is set at the origin (0,0,0). | |
virtual void | SetGeneratePolygon (int _arg) |
Control whether a polygon is produced. By default, GeneratePolygon is enabled. | |
virtual void | SetGeneratePolyline (int _arg) |
Control whether a polyline is produced. By default, GeneratePolyline is enabled. | |
virtual void | SetNormal (double _arg1, double _arg2, double _arg3) |
Set/Get the normal to the polygon. The ordering of the polygon will be counter-clockwise around the normal (i.e., using the right-hand rule). By default, the normal is set to (0,0,1). | |
virtual void | SetNormal (IntPtr _arg) |
Set/Get the normal to the polygon. The ordering of the polygon will be counter-clockwise around the normal (i.e., using the right-hand rule). By default, the normal is set to (0,0,1). | |
virtual void | SetNumberOfSides (int _arg) |
Set/Get the number of sides of the polygon. By default, the number of sides is set to six. | |
virtual void | SetRadius (double _arg) |
Set/Get the radius of the polygon. By default, the radius is set to 0.5. | |
Static Public Member Functions | |
static new vtkRegularPolygonSource | New () |
Standard methods for instantiation, obtaining type and printing instance values. | |
static new int | IsTypeOf (string type) |
Standard methods for instantiation, obtaining type and printing instance values. | |
static new vtkRegularPolygonSource | SafeDownCast (vtkObjectBase o) |
Standard methods for instantiation, obtaining type and printing instance values. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkRegularPolygonSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkRegularPolygonSource" |
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 | vtkRegularPolygonSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRegularPolygonSource_GeneratePolygonOff_01 (HandleRef pThis) |
static internal void | vtkRegularPolygonSource_GeneratePolygonOn_02 (HandleRef pThis) |
static internal void | vtkRegularPolygonSource_GeneratePolylineOff_03 (HandleRef pThis) |
static internal void | vtkRegularPolygonSource_GeneratePolylineOn_04 (HandleRef pThis) |
static internal IntPtr | vtkRegularPolygonSource_GetCenter_05 (HandleRef pThis) |
static internal void | vtkRegularPolygonSource_GetCenter_06 (HandleRef pThis, IntPtr data) |
static internal int | vtkRegularPolygonSource_GetGeneratePolygon_07 (HandleRef pThis) |
static internal int | vtkRegularPolygonSource_GetGeneratePolyline_08 (HandleRef pThis) |
static internal IntPtr | vtkRegularPolygonSource_GetNormal_09 (HandleRef pThis) |
static internal void | vtkRegularPolygonSource_GetNormal_10 (HandleRef pThis, IntPtr data) |
static internal int | vtkRegularPolygonSource_GetNumberOfSides_11 (HandleRef pThis) |
static internal int | vtkRegularPolygonSource_GetNumberOfSidesMaxValue_12 (HandleRef pThis) |
static internal int | vtkRegularPolygonSource_GetNumberOfSidesMinValue_13 (HandleRef pThis) |
static internal double | vtkRegularPolygonSource_GetRadius_14 (HandleRef pThis) |
static internal int | vtkRegularPolygonSource_IsA_15 (HandleRef pThis, string type) |
static internal int | vtkRegularPolygonSource_IsTypeOf_16 (string type) |
static internal IntPtr | vtkRegularPolygonSource_NewInstance_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRegularPolygonSource_SafeDownCast_19 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRegularPolygonSource_SetCenter_20 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkRegularPolygonSource_SetCenter_21 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkRegularPolygonSource_SetGeneratePolygon_22 (HandleRef pThis, int _arg) |
static internal void | vtkRegularPolygonSource_SetGeneratePolyline_23 (HandleRef pThis, int _arg) |
static internal void | vtkRegularPolygonSource_SetNormal_24 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkRegularPolygonSource_SetNormal_25 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkRegularPolygonSource_SetNumberOfSides_26 (HandleRef pThis, int _arg) |
static internal void | vtkRegularPolygonSource_SetRadius_27 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkRegularPolygonSource () |
Automatically generated type registration mechanics. |
vtkRegularPolygonSource - create a regular, n-sided polygon and/or polyline
Description vtkRegularPolygonSource is a source object that creates a single n-sided polygon and/or polyline. The polygon is centered at a specified point, orthogonal to a specified normal, and with a circumscribing radius set by the user. The user can also specify the number of sides of the polygon ranging from [3,N].
This object can be used for seeding streamlines or defining regions for clipping/cutting.
static Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Standard methods for instantiation, obtaining type and printing instance values.
override void Kitware.VTK.vtkRegularPolygonSource.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 void Kitware.VTK.vtkRegularPolygonSource.GeneratePolygonOff | ( | ) | [virtual] |
Control whether a polygon is produced. By default, GeneratePolygon is enabled.
virtual void Kitware.VTK.vtkRegularPolygonSource.GeneratePolygonOn | ( | ) | [virtual] |
Control whether a polygon is produced. By default, GeneratePolygon is enabled.
virtual void Kitware.VTK.vtkRegularPolygonSource.GeneratePolylineOff | ( | ) | [virtual] |
Control whether a polyline is produced. By default, GeneratePolyline is enabled.
virtual void Kitware.VTK.vtkRegularPolygonSource.GeneratePolylineOn | ( | ) | [virtual] |
Control whether a polyline is produced. By default, GeneratePolyline is enabled.
virtual double [] Kitware.VTK.vtkRegularPolygonSource.GetCenter | ( | ) | [virtual] |
Set/Get the center of the polygon. By default, the center is set at the origin (0,0,0).
virtual void Kitware.VTK.vtkRegularPolygonSource.GetCenter | ( | IntPtr | data | ) | [virtual] |
Set/Get the center of the polygon. By default, the center is set at the origin (0,0,0).
virtual int Kitware.VTK.vtkRegularPolygonSource.GetGeneratePolygon | ( | ) | [virtual] |
Control whether a polygon is produced. By default, GeneratePolygon is enabled.
virtual int Kitware.VTK.vtkRegularPolygonSource.GetGeneratePolyline | ( | ) | [virtual] |
Control whether a polyline is produced. By default, GeneratePolyline is enabled.
virtual double [] Kitware.VTK.vtkRegularPolygonSource.GetNormal | ( | ) | [virtual] |
Set/Get the normal to the polygon. The ordering of the polygon will be counter-clockwise around the normal (i.e., using the right-hand rule). By default, the normal is set to (0,0,1).
virtual void Kitware.VTK.vtkRegularPolygonSource.GetNormal | ( | IntPtr | data | ) | [virtual] |
Set/Get the normal to the polygon. The ordering of the polygon will be counter-clockwise around the normal (i.e., using the right-hand rule). By default, the normal is set to (0,0,1).
virtual int Kitware.VTK.vtkRegularPolygonSource.GetNumberOfSides | ( | ) | [virtual] |
Set/Get the number of sides of the polygon. By default, the number of sides is set to six.
virtual int Kitware.VTK.vtkRegularPolygonSource.GetNumberOfSidesMaxValue | ( | ) | [virtual] |
Set/Get the number of sides of the polygon. By default, the number of sides is set to six.
virtual int Kitware.VTK.vtkRegularPolygonSource.GetNumberOfSidesMinValue | ( | ) | [virtual] |
Set/Get the number of sides of the polygon. By default, the number of sides is set to six.
virtual double Kitware.VTK.vtkRegularPolygonSource.GetRadius | ( | ) | [virtual] |
Set/Get the radius of the polygon. By default, the radius is set to 0.5.
override int Kitware.VTK.vtkRegularPolygonSource.IsA | ( | string | type | ) | [virtual] |
Standard methods for instantiation, obtaining type and printing instance values.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkRegularPolygonSource.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instantiation, obtaining type and printing instance values.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkRegularPolygonSource Kitware.VTK.vtkRegularPolygonSource.New | ( | ) | [static] |
Standard methods for instantiation, obtaining type and printing instance values.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Standard methods for instantiation, obtaining type and printing instance values.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkRegularPolygonSource Kitware.VTK.vtkRegularPolygonSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instantiation, obtaining type and printing instance values.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkRegularPolygonSource.SetCenter | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set/Get the center of the polygon. By default, the center is set at the origin (0,0,0).
virtual void Kitware.VTK.vtkRegularPolygonSource.SetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the center of the polygon. By default, the center is set at the origin (0,0,0).
virtual void Kitware.VTK.vtkRegularPolygonSource.SetGeneratePolygon | ( | int | _arg | ) | [virtual] |
Control whether a polygon is produced. By default, GeneratePolygon is enabled.
virtual void Kitware.VTK.vtkRegularPolygonSource.SetGeneratePolyline | ( | int | _arg | ) | [virtual] |
Control whether a polyline is produced. By default, GeneratePolyline is enabled.
virtual void Kitware.VTK.vtkRegularPolygonSource.SetNormal | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Set/Get the normal to the polygon. The ordering of the polygon will be counter-clockwise around the normal (i.e., using the right-hand rule). By default, the normal is set to (0,0,1).
virtual void Kitware.VTK.vtkRegularPolygonSource.SetNormal | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the normal to the polygon. The ordering of the polygon will be counter-clockwise around the normal (i.e., using the right-hand rule). By default, the normal is set to (0,0,1).
virtual void Kitware.VTK.vtkRegularPolygonSource.SetNumberOfSides | ( | int | _arg | ) | [virtual] |
Set/Get the number of sides of the polygon. By default, the number of sides is set to six.
virtual void Kitware.VTK.vtkRegularPolygonSource.SetRadius | ( | double | _arg | ) | [virtual] |
Set/Get the radius of the polygon. By default, the radius is set to 0.5.
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GeneratePolygonOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GeneratePolygonOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GeneratePolylineOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GeneratePolylineOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetCenter_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetCenter_06 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetGeneratePolygon_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetGeneratePolyline_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetNormal_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetNormal_10 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetNumberOfSides_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetNumberOfSidesMaxValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetNumberOfSidesMinValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_GetRadius_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_IsA_15 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_IsTypeOf_16 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_NewInstance_18 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_SafeDownCast_19 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_SetCenter_20 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_SetCenter_21 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_SetGeneratePolygon_22 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_SetGeneratePolyline_23 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_SetNormal_24 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_SetNormal_25 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_SetNumberOfSides_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRegularPolygonSource.vtkRegularPolygonSource_SetRadius_27 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkRegularPolygonSource.MRClassNameKey = "23vtkRegularPolygonSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkRegularPolygonSource.MRFullTypeName = "Kitware.VTK.vtkRegularPolygonSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.