ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkRandomSequence Class Reference

vtkRandomSequence - Sequence of random numbers. More...

Inheritance diagram for Kitware.VTK.vtkRandomSequence:
[legend]
Collaboration diagram for Kitware.VTK.vtkRandomSequence:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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]
override int Kitware.VTK.vtkRandomSequence.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkRandomSequence.IsTypeOf ( string  type) [static]
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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkMinimalStandardRandomSequence, Kitware.VTK.vtkBoxMuellerRandomSequence, and Kitware.VTK.vtkGaussianRandomSequence.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: