|
ActiViz .NET
5.8.0
|
vtkBoostRandomSparseArraySource - generates a sparse N-way array containing random values. More...
Public Member Functions | |
| vtkBoostRandomSparseArraySource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkBoostRandomSparseArraySource () | |
| Undocumented Block. | |
| virtual double | GetElementProbability () |
| Stores the probability (in the range [0, 1]) that an element within the output matrix will have a non-zero value. | |
| virtual uint | GetElementProbabilitySeed () |
| Stores a random-number-seed for determining which elements within the output matrix will have non-zero values. | |
| virtual uint | GetElementValueSeed () |
| Stores a random-number-seed for computing random element values. | |
| virtual double | GetMaxValue () |
| Stores the maximum value of any element. | |
| virtual double | GetMinValue () |
| Stores the minimum value of any element. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkBoostRandomSparseArraySource | NewInstance () |
| Undocumented Block. | |
| virtual void | SetElementProbability (double _arg) |
| Stores the probability (in the range [0, 1]) that an element within the output matrix will have a non-zero value. | |
| virtual void | SetElementProbabilitySeed (uint _arg) |
| Stores a random-number-seed for determining which elements within the output matrix will have non-zero values. | |
| virtual void | SetElementValueSeed (uint _arg) |
| Stores a random-number-seed for computing random element values. | |
| virtual void | SetMaxValue (double _arg) |
| Stores the maximum value of any element. | |
| virtual void | SetMinValue (double _arg) |
| Stores the minimum value of any element. | |
Static Public Member Functions | |
| static new vtkBoostRandomSparseArraySource | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkBoostRandomSparseArraySource | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkBoostRandomSparseArraySource" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "31vtkBoostRandomSparseArraySource" |
| 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 | vtkBoostRandomSparseArraySource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkBoostRandomSparseArraySource_GetElementProbability_01 (HandleRef pThis) |
| static internal uint | vtkBoostRandomSparseArraySource_GetElementProbabilitySeed_02 (HandleRef pThis) |
| static internal uint | vtkBoostRandomSparseArraySource_GetElementValueSeed_03 (HandleRef pThis) |
| static internal double | vtkBoostRandomSparseArraySource_GetMaxValue_04 (HandleRef pThis) |
| static internal double | vtkBoostRandomSparseArraySource_GetMinValue_05 (HandleRef pThis) |
| static internal int | vtkBoostRandomSparseArraySource_IsA_06 (HandleRef pThis, string type) |
| static internal int | vtkBoostRandomSparseArraySource_IsTypeOf_07 (string type) |
| static internal IntPtr | vtkBoostRandomSparseArraySource_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkBoostRandomSparseArraySource_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkBoostRandomSparseArraySource_SetElementProbability_11 (HandleRef pThis, double _arg) |
| static internal void | vtkBoostRandomSparseArraySource_SetElementProbabilitySeed_12 (HandleRef pThis, uint _arg) |
| static internal void | vtkBoostRandomSparseArraySource_SetElementValueSeed_13 (HandleRef pThis, uint _arg) |
| static internal void | vtkBoostRandomSparseArraySource_SetMaxValue_14 (HandleRef pThis, double _arg) |
| static internal void | vtkBoostRandomSparseArraySource_SetMinValue_15 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
| static | vtkBoostRandomSparseArraySource () |
| Automatically generated type registration mechanics. | |
vtkBoostRandomSparseArraySource - generates a sparse N-way array containing random values.
Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
| static Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkBoostRandomSparseArraySource.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.vtkArrayDataAlgorithm.
| virtual double Kitware.VTK.vtkBoostRandomSparseArraySource.GetElementProbability | ( | ) | [virtual] |
Stores the probability (in the range [0, 1]) that an element within the output matrix will have a non-zero value.
| virtual uint Kitware.VTK.vtkBoostRandomSparseArraySource.GetElementProbabilitySeed | ( | ) | [virtual] |
Stores a random-number-seed for determining which elements within the output matrix will have non-zero values.
| virtual uint Kitware.VTK.vtkBoostRandomSparseArraySource.GetElementValueSeed | ( | ) | [virtual] |
Stores a random-number-seed for computing random element values.
| virtual double Kitware.VTK.vtkBoostRandomSparseArraySource.GetMaxValue | ( | ) | [virtual] |
Stores the maximum value of any element.
| virtual double Kitware.VTK.vtkBoostRandomSparseArraySource.GetMinValue | ( | ) | [virtual] |
Stores the minimum value of any element.
| override int Kitware.VTK.vtkBoostRandomSparseArraySource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new int Kitware.VTK.vtkBoostRandomSparseArraySource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new vtkBoostRandomSparseArraySource Kitware.VTK.vtkBoostRandomSparseArraySource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| static new vtkBoostRandomSparseArraySource Kitware.VTK.vtkBoostRandomSparseArraySource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| virtual void Kitware.VTK.vtkBoostRandomSparseArraySource.SetElementProbability | ( | double | _arg | ) | [virtual] |
Stores the probability (in the range [0, 1]) that an element within the output matrix will have a non-zero value.
| virtual void Kitware.VTK.vtkBoostRandomSparseArraySource.SetElementProbabilitySeed | ( | uint | _arg | ) | [virtual] |
Stores a random-number-seed for determining which elements within the output matrix will have non-zero values.
| virtual void Kitware.VTK.vtkBoostRandomSparseArraySource.SetElementValueSeed | ( | uint | _arg | ) | [virtual] |
Stores a random-number-seed for computing random element values.
| virtual void Kitware.VTK.vtkBoostRandomSparseArraySource.SetMaxValue | ( | double | _arg | ) | [virtual] |
Stores the maximum value of any element.
| virtual void Kitware.VTK.vtkBoostRandomSparseArraySource.SetMinValue | ( | double | _arg | ) | [virtual] |
Stores the minimum value of any element.
| static internal double Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_GetElementProbability_01 | ( | HandleRef | pThis | ) | [private] |
| static internal uint Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_GetElementProbabilitySeed_02 | ( | HandleRef | pThis | ) | [private] |
| static internal uint Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_GetElementValueSeed_03 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_GetMaxValue_04 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_GetMinValue_05 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_IsA_06 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_IsTypeOf_07 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_NewInstance_09 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_SafeDownCast_10 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_SetElementProbability_11 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_SetElementProbabilitySeed_12 | ( | HandleRef | pThis, |
| uint | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_SetElementValueSeed_13 | ( | HandleRef | pThis, |
| uint | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_SetMaxValue_14 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_SetMinValue_15 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkBoostRandomSparseArraySource.MRClassNameKey = "31vtkBoostRandomSparseArraySource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
| new const string Kitware.VTK.vtkBoostRandomSparseArraySource.MRFullTypeName = "Kitware.VTK.vtkBoostRandomSparseArraySource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
1.7.6.1