|
ActiViz .NET
5.8.0
|
vtkPointSource - create a random cloud of points More...
Public Member Functions | |
| vtkPointSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPointSource () | |
| Undocumented Block. | |
| virtual double[] | GetCenter () |
| Set the center of the point cloud. | |
| virtual void | GetCenter (IntPtr data) |
| Set the center of the point cloud. | |
| virtual int | GetDistribution () |
| Specify the distribution to use. The default is a uniform distribution. The shell distribution produces random points on the surface of the sphere, none in the interior. | |
| virtual long | GetNumberOfPoints () |
| Set the number of points to generate. | |
| virtual long | GetNumberOfPointsMaxValue () |
| Set the number of points to generate. | |
| virtual long | GetNumberOfPointsMinValue () |
| Set the number of points to generate. | |
| virtual double | GetRadius () |
| Set the radius of the point cloud. If you are generating a Gaussian distribution, then this is the standard deviation for each of x, y, and z. | |
| virtual double | GetRadiusMaxValue () |
| Set the radius of the point cloud. If you are generating a Gaussian distribution, then this is the standard deviation for each of x, y, and z. | |
| virtual double | GetRadiusMinValue () |
| Set the radius of the point cloud. If you are generating a Gaussian distribution, then this is the standard deviation for each of x, y, and z. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkPointSource | NewInstance () |
| Undocumented Block. | |
| virtual void | SetCenter (double _arg1, double _arg2, double _arg3) |
| Set the center of the point cloud. | |
| virtual void | SetCenter (IntPtr _arg) |
| Set the center of the point cloud. | |
| virtual void | SetDistribution (int _arg) |
| Specify the distribution to use. The default is a uniform distribution. The shell distribution produces random points on the surface of the sphere, none in the interior. | |
| void | SetDistributionToShell () |
| Specify the distribution to use. The default is a uniform distribution. The shell distribution produces random points on the surface of the sphere, none in the interior. | |
| void | SetDistributionToUniform () |
| Specify the distribution to use. The default is a uniform distribution. The shell distribution produces random points on the surface of the sphere, none in the interior. | |
| virtual void | SetNumberOfPoints (long _arg) |
| Set the number of points to generate. | |
| virtual void | SetRadius (double _arg) |
| Set the radius of the point cloud. If you are generating a Gaussian distribution, then this is the standard deviation for each of x, y, and z. | |
Static Public Member Functions | |
| static new vtkPointSource | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPointSource | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPointSource" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "14vtkPointSource" |
| 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 | vtkPointSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPointSource_GetCenter_01 (HandleRef pThis) |
| static internal void | vtkPointSource_GetCenter_02 (HandleRef pThis, IntPtr data) |
| static internal int | vtkPointSource_GetDistribution_03 (HandleRef pThis) |
| static internal long | vtkPointSource_GetNumberOfPoints_04 (HandleRef pThis) |
| static internal long | vtkPointSource_GetNumberOfPointsMaxValue_05 (HandleRef pThis) |
| static internal long | vtkPointSource_GetNumberOfPointsMinValue_06 (HandleRef pThis) |
| static internal double | vtkPointSource_GetRadius_07 (HandleRef pThis) |
| static internal double | vtkPointSource_GetRadiusMaxValue_08 (HandleRef pThis) |
| static internal double | vtkPointSource_GetRadiusMinValue_09 (HandleRef pThis) |
| static internal int | vtkPointSource_IsA_10 (HandleRef pThis, string type) |
| static internal int | vtkPointSource_IsTypeOf_11 (string type) |
| static internal IntPtr | vtkPointSource_NewInstance_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPointSource_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPointSource_SetCenter_15 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
| static internal void | vtkPointSource_SetCenter_16 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkPointSource_SetDistribution_17 (HandleRef pThis, int _arg) |
| static internal void | vtkPointSource_SetDistributionToShell_18 (HandleRef pThis) |
| static internal void | vtkPointSource_SetDistributionToUniform_19 (HandleRef pThis) |
| static internal void | vtkPointSource_SetNumberOfPoints_20 (HandleRef pThis, long _arg) |
| static internal void | vtkPointSource_SetRadius_21 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
| static | vtkPointSource () |
| Automatically generated type registration mechanics. | |
vtkPointSource - create a random cloud of points
Description vtkPointSource is a source object that creates a user-specified number of points within a specified radius about a specified center point. By default location of the points is random within the sphere. It is also possible to generate random points only on the surface of the sphere.
| static Kitware.VTK.vtkPointSource.vtkPointSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPointSource.vtkPointSource | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkPointSource.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.vtkPointSource.GetCenter | ( | ) | [virtual] |
Set the center of the point cloud.
| virtual void Kitware.VTK.vtkPointSource.GetCenter | ( | IntPtr | data | ) | [virtual] |
Set the center of the point cloud.
| virtual int Kitware.VTK.vtkPointSource.GetDistribution | ( | ) | [virtual] |
Specify the distribution to use. The default is a uniform distribution. The shell distribution produces random points on the surface of the sphere, none in the interior.
| virtual long Kitware.VTK.vtkPointSource.GetNumberOfPoints | ( | ) | [virtual] |
Set the number of points to generate.
| virtual long Kitware.VTK.vtkPointSource.GetNumberOfPointsMaxValue | ( | ) | [virtual] |
Set the number of points to generate.
| virtual long Kitware.VTK.vtkPointSource.GetNumberOfPointsMinValue | ( | ) | [virtual] |
Set the number of points to generate.
| virtual double Kitware.VTK.vtkPointSource.GetRadius | ( | ) | [virtual] |
Set the radius of the point cloud. If you are generating a Gaussian distribution, then this is the standard deviation for each of x, y, and z.
| virtual double Kitware.VTK.vtkPointSource.GetRadiusMaxValue | ( | ) | [virtual] |
Set the radius of the point cloud. If you are generating a Gaussian distribution, then this is the standard deviation for each of x, y, and z.
| virtual double Kitware.VTK.vtkPointSource.GetRadiusMinValue | ( | ) | [virtual] |
Set the radius of the point cloud. If you are generating a Gaussian distribution, then this is the standard deviation for each of x, y, and z.
| override int Kitware.VTK.vtkPointSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkPointSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkPointSource Kitware.VTK.vtkPointSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkPointSource Kitware.VTK.vtkPointSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkPointSource.SetCenter | ( | double | _arg1, |
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [virtual] |
Set the center of the point cloud.
| virtual void Kitware.VTK.vtkPointSource.SetCenter | ( | IntPtr | _arg | ) | [virtual] |
Set the center of the point cloud.
| virtual void Kitware.VTK.vtkPointSource.SetDistribution | ( | int | _arg | ) | [virtual] |
Specify the distribution to use. The default is a uniform distribution. The shell distribution produces random points on the surface of the sphere, none in the interior.
Specify the distribution to use. The default is a uniform distribution. The shell distribution produces random points on the surface of the sphere, none in the interior.
Specify the distribution to use. The default is a uniform distribution. The shell distribution produces random points on the surface of the sphere, none in the interior.
| virtual void Kitware.VTK.vtkPointSource.SetNumberOfPoints | ( | long | _arg | ) | [virtual] |
Set the number of points to generate.
| virtual void Kitware.VTK.vtkPointSource.SetRadius | ( | double | _arg | ) | [virtual] |
Set the radius of the point cloud. If you are generating a Gaussian distribution, then this is the standard deviation for each of x, y, and z.
| static internal IntPtr Kitware.VTK.vtkPointSource.vtkPointSource_GetCenter_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkPointSource.vtkPointSource_GetCenter_02 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPointSource.vtkPointSource_GetDistribution_03 | ( | HandleRef | pThis | ) | [private] |
| static internal long Kitware.VTK.vtkPointSource.vtkPointSource_GetNumberOfPoints_04 | ( | HandleRef | pThis | ) | [private] |
| static internal long Kitware.VTK.vtkPointSource.vtkPointSource_GetNumberOfPointsMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
| static internal long Kitware.VTK.vtkPointSource.vtkPointSource_GetNumberOfPointsMinValue_06 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkPointSource.vtkPointSource_GetRadius_07 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkPointSource.vtkPointSource_GetRadiusMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkPointSource.vtkPointSource_GetRadiusMinValue_09 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkPointSource.vtkPointSource_IsA_10 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPointSource.vtkPointSource_IsTypeOf_11 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPointSource.vtkPointSource_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPointSource.vtkPointSource_NewInstance_13 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPointSource.vtkPointSource_SafeDownCast_14 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPointSource.vtkPointSource_SetCenter_15 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPointSource.vtkPointSource_SetCenter_16 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPointSource.vtkPointSource_SetDistribution_17 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPointSource.vtkPointSource_SetDistributionToShell_18 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkPointSource.vtkPointSource_SetDistributionToUniform_19 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkPointSource.vtkPointSource_SetNumberOfPoints_20 | ( | HandleRef | pThis, |
| long | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPointSource.vtkPointSource_SetRadius_21 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPointSource.MRClassNameKey = "14vtkPointSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkPointSource.MRFullTypeName = "Kitware.VTK.vtkPointSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1