|
ActiViz .NET
5.8.0
|
vtkBrownianPoints - assign random vector to points More...
Public Member Functions | |
| vtkBrownianPoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkBrownianPoints () | |
| Create instance with minimum speed 0.0, maximum speed 1.0. | |
| virtual double | GetMaximumSpeed () |
| Set the maximum speed value. | |
| virtual double | GetMaximumSpeedMaxValue () |
| Set the maximum speed value. | |
| virtual double | GetMaximumSpeedMinValue () |
| Set the maximum speed value. | |
| virtual double | GetMinimumSpeed () |
| Set the minimum speed value. | |
| virtual double | GetMinimumSpeedMaxValue () |
| Set the minimum speed value. | |
| virtual double | GetMinimumSpeedMinValue () |
| Set the minimum speed value. | |
| override int | IsA (string type) |
| Create instance with minimum speed 0.0, maximum speed 1.0. | |
| new vtkBrownianPoints | NewInstance () |
| Create instance with minimum speed 0.0, maximum speed 1.0. | |
| virtual void | SetMaximumSpeed (double _arg) |
| Set the maximum speed value. | |
| virtual void | SetMinimumSpeed (double _arg) |
| Set the minimum speed value. | |
Static Public Member Functions | |
| static new vtkBrownianPoints | New () |
| Create instance with minimum speed 0.0, maximum speed 1.0. | |
| static new int | IsTypeOf (string type) |
| Create instance with minimum speed 0.0, maximum speed 1.0. | |
| static new vtkBrownianPoints | SafeDownCast (vtkObjectBase o) |
| Create instance with minimum speed 0.0, maximum speed 1.0. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkBrownianPoints" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "17vtkBrownianPoints" |
| 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 | vtkBrownianPoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkBrownianPoints_GetMaximumSpeed_01 (HandleRef pThis) |
| static internal double | vtkBrownianPoints_GetMaximumSpeedMaxValue_02 (HandleRef pThis) |
| static internal double | vtkBrownianPoints_GetMaximumSpeedMinValue_03 (HandleRef pThis) |
| static internal double | vtkBrownianPoints_GetMinimumSpeed_04 (HandleRef pThis) |
| static internal double | vtkBrownianPoints_GetMinimumSpeedMaxValue_05 (HandleRef pThis) |
| static internal double | vtkBrownianPoints_GetMinimumSpeedMinValue_06 (HandleRef pThis) |
| static internal int | vtkBrownianPoints_IsA_07 (HandleRef pThis, string type) |
| static internal int | vtkBrownianPoints_IsTypeOf_08 (string type) |
| static internal IntPtr | vtkBrownianPoints_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkBrownianPoints_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkBrownianPoints_SetMaximumSpeed_12 (HandleRef pThis, double _arg) |
| static internal void | vtkBrownianPoints_SetMinimumSpeed_13 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
| static | vtkBrownianPoints () |
| Automatically generated type registration mechanics. | |
vtkBrownianPoints - assign random vector to points
Description vtkBrownianPoints is a filter object that assigns a random vector (i.e., magnitude and direction) to each point. The minimum and maximum speed values can be controlled by the user.
| static Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Create instance with minimum speed 0.0, maximum speed 1.0.
| override void Kitware.VTK.vtkBrownianPoints.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.vtkDataSetAlgorithm.
| virtual double Kitware.VTK.vtkBrownianPoints.GetMaximumSpeed | ( | ) | [virtual] |
Set the maximum speed value.
| virtual double Kitware.VTK.vtkBrownianPoints.GetMaximumSpeedMaxValue | ( | ) | [virtual] |
Set the maximum speed value.
| virtual double Kitware.VTK.vtkBrownianPoints.GetMaximumSpeedMinValue | ( | ) | [virtual] |
Set the maximum speed value.
| virtual double Kitware.VTK.vtkBrownianPoints.GetMinimumSpeed | ( | ) | [virtual] |
Set the minimum speed value.
| virtual double Kitware.VTK.vtkBrownianPoints.GetMinimumSpeedMaxValue | ( | ) | [virtual] |
Set the minimum speed value.
| virtual double Kitware.VTK.vtkBrownianPoints.GetMinimumSpeedMinValue | ( | ) | [virtual] |
Set the minimum speed value.
| override int Kitware.VTK.vtkBrownianPoints.IsA | ( | string | type | ) | [virtual] |
Create instance with minimum speed 0.0, maximum speed 1.0.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new int Kitware.VTK.vtkBrownianPoints.IsTypeOf | ( | string | type | ) | [static] |
Create instance with minimum speed 0.0, maximum speed 1.0.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkBrownianPoints Kitware.VTK.vtkBrownianPoints.New | ( | ) | [static] |
Create instance with minimum speed 0.0, maximum speed 1.0.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Create instance with minimum speed 0.0, maximum speed 1.0.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkBrownianPoints Kitware.VTK.vtkBrownianPoints.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Create instance with minimum speed 0.0, maximum speed 1.0.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| virtual void Kitware.VTK.vtkBrownianPoints.SetMaximumSpeed | ( | double | _arg | ) | [virtual] |
Set the maximum speed value.
| virtual void Kitware.VTK.vtkBrownianPoints.SetMinimumSpeed | ( | double | _arg | ) | [virtual] |
Set the minimum speed value.
| static internal double Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_GetMaximumSpeed_01 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_GetMaximumSpeedMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_GetMaximumSpeedMinValue_03 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_GetMinimumSpeed_04 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_GetMinimumSpeedMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_GetMinimumSpeedMinValue_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_IsA_07 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_IsTypeOf_08 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_NewInstance_10 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_SafeDownCast_11 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_SetMaximumSpeed_12 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBrownianPoints.vtkBrownianPoints_SetMinimumSpeed_13 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkBrownianPoints.MRClassNameKey = "17vtkBrownianPoints" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| new const string Kitware.VTK.vtkBrownianPoints.MRFullTypeName = "Kitware.VTK.vtkBrownianPoints" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
1.7.6.1