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.vtkBoxMuellerRandomSequence Class Reference

vtkBoxMuellerRandomSequence - Gaussian sequence of pseudo random numbers implemented with the Box-Mueller transform More...

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

List of all members.

Public Member Functions

 vtkBoxMuellerRandomSequence (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkBoxMuellerRandomSequence ()
 Undocumented Block.
vtkRandomSequence GetUniformSequence ()
 Return the uniformly distributed sequence of random numbers.
override double GetValue ()
 Current value.
override int IsA (string type)
 Undocumented Block.
new vtkBoxMuellerRandomSequence NewInstance ()
 Undocumented Block.
override void Next ()
 Move to the next number in the random sequence.
void SetUniformSequence (vtkRandomSequence uniformSequence)
 Set the uniformly distributed sequence of random numbers. Default is a .

Static Public Member Functions

static new
vtkBoxMuellerRandomSequence 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkBoxMuellerRandomSequence 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkBoxMuellerRandomSequence"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkBoxMuellerRandomSequence"
 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 vtkBoxMuellerRandomSequence_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBoxMuellerRandomSequence_GetUniformSequence_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkBoxMuellerRandomSequence_GetValue_02 (HandleRef pThis)
static internal int vtkBoxMuellerRandomSequence_IsA_03 (HandleRef pThis, string type)
static internal int vtkBoxMuellerRandomSequence_IsTypeOf_04 (string type)
static internal IntPtr vtkBoxMuellerRandomSequence_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoxMuellerRandomSequence_Next_07 (HandleRef pThis)
static internal IntPtr vtkBoxMuellerRandomSequence_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoxMuellerRandomSequence_SetUniformSequence_09 (HandleRef pThis, HandleRef uniformSequence)

Static Private Member Functions

static vtkBoxMuellerRandomSequence ()
 Automatically generated type registration mechanics.

Detailed Description

vtkBoxMuellerRandomSequence - Gaussian sequence of pseudo random numbers implemented with the Box-Mueller transform

Description vtkGaussianRandomSequence is a sequence of pseudo random numbers distributed according to the Gaussian/normal distribution (mean=0 and standard deviation=1).

It based is calculation from a uniformly distributed pseudo random sequence. The initial sequence is a vtkMinimalStandardRandomSequence.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkBoxMuellerRandomSequence.vtkBoxMuellerRandomSequence ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkBoxMuellerRandomSequence.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.vtkGaussianRandomSequence.

Return the uniformly distributed sequence of random numbers.

Here is the call graph for this function:

override double Kitware.VTK.vtkBoxMuellerRandomSequence.GetValue ( ) [virtual]

Current value.

Reimplemented from Kitware.VTK.vtkRandomSequence.

override int Kitware.VTK.vtkBoxMuellerRandomSequence.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGaussianRandomSequence.

static new int Kitware.VTK.vtkBoxMuellerRandomSequence.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGaussianRandomSequence.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGaussianRandomSequence.

override void Kitware.VTK.vtkBoxMuellerRandomSequence.Next ( ) [virtual]

Move to the next number in the random sequence.

Reimplemented from Kitware.VTK.vtkRandomSequence.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGaussianRandomSequence.

Here is the call graph for this function:

Set the uniformly distributed sequence of random numbers. Default is a .

static internal IntPtr Kitware.VTK.vtkBoxMuellerRandomSequence.vtkBoxMuellerRandomSequence_GetUniformSequence_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkBoxMuellerRandomSequence.vtkBoxMuellerRandomSequence_GetValue_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBoxMuellerRandomSequence.vtkBoxMuellerRandomSequence_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkBoxMuellerRandomSequence.vtkBoxMuellerRandomSequence_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBoxMuellerRandomSequence.vtkBoxMuellerRandomSequence_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBoxMuellerRandomSequence.vtkBoxMuellerRandomSequence_Next_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkBoxMuellerRandomSequence.vtkBoxMuellerRandomSequence_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBoxMuellerRandomSequence.vtkBoxMuellerRandomSequence_SetUniformSequence_09 ( HandleRef  pThis,
HandleRef  uniformSequence 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkBoxMuellerRandomSequence.MRClassNameKey = "27vtkBoxMuellerRandomSequence" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGaussianRandomSequence.

new const string Kitware.VTK.vtkBoxMuellerRandomSequence.MRFullTypeName = "Kitware.VTK.vtkBoxMuellerRandomSequence"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGaussianRandomSequence.


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