ActiViz .NET
5.8.0
|
vtkRandomSequence - Sequence of random numbers. More...
Public Member Functions | |
vtkRandomSequence (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual double | GetValue () |
Current value. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkRandomSequence | NewInstance () |
Undocumented Block. | |
virtual void | Next () |
Move to the next number in the random sequence. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkRandomSequence | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkRandomSequence" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkRandomSequence" |
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 double | vtkRandomSequence_GetValue_01 (HandleRef pThis) |
static internal int | vtkRandomSequence_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkRandomSequence_IsTypeOf_03 (string type) |
static internal IntPtr | vtkRandomSequence_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRandomSequence_Next_05 (HandleRef pThis) |
static internal IntPtr | vtkRandomSequence_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkRandomSequence () |
Automatically generated type registration mechanics. |
vtkRandomSequence - Sequence of random numbers.
Description vtkRandomSequence defines the interface of any sequence of random numbers.
At this level of abstraction, there is no assumption about the distribution of the numbers or about the quality of the sequence of numbers to be statistically independent. There is no assumption about the range of values.
To the question about why a random "sequence" class instead of a random "generator" class or to a random "number" class?, see the OOSC book: "Object-Oriented Software Construction", 2nd Edition, by Bertrand Meyer. chapter 23, "Principles of class design", "Pseudo-random number generators: a design exercise", page 754--755.
static Kitware.VTK.vtkRandomSequence.vtkRandomSequence | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkRandomSequence.vtkRandomSequence | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkRandomSequence.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.vtkObject.
Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, Kitware.VTK.vtkBoxMuellerRandomSequence, and Kitware.VTK.vtkGaussianRandomSequence.
virtual double Kitware.VTK.vtkRandomSequence.GetValue | ( | ) | [virtual] |
Current value.
Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, and Kitware.VTK.vtkBoxMuellerRandomSequence.
override int Kitware.VTK.vtkRandomSequence.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, Kitware.VTK.vtkBoxMuellerRandomSequence, and Kitware.VTK.vtkGaussianRandomSequence.
static new int Kitware.VTK.vtkRandomSequence.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, Kitware.VTK.vtkBoxMuellerRandomSequence, and Kitware.VTK.vtkGaussianRandomSequence.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, Kitware.VTK.vtkBoxMuellerRandomSequence, and Kitware.VTK.vtkGaussianRandomSequence.
virtual void Kitware.VTK.vtkRandomSequence.Next | ( | ) | [virtual] |
Move to the next number in the random sequence.
Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, and Kitware.VTK.vtkBoxMuellerRandomSequence.
static new vtkRandomSequence Kitware.VTK.vtkRandomSequence.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, Kitware.VTK.vtkBoxMuellerRandomSequence, and Kitware.VTK.vtkGaussianRandomSequence.
static internal double Kitware.VTK.vtkRandomSequence.vtkRandomSequence_GetValue_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRandomSequence.vtkRandomSequence_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkRandomSequence.vtkRandomSequence_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRandomSequence.vtkRandomSequence_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkRandomSequence.vtkRandomSequence_Next_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRandomSequence.vtkRandomSequence_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkRandomSequence.MRClassNameKey = "17vtkRandomSequence" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, Kitware.VTK.vtkBoxMuellerRandomSequence, and Kitware.VTK.vtkGaussianRandomSequence.
new const string Kitware.VTK.vtkRandomSequence.MRFullTypeName = "Kitware.VTK.vtkRandomSequence" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, Kitware.VTK.vtkBoxMuellerRandomSequence, and Kitware.VTK.vtkGaussianRandomSequence.