ActiViz .NET
5.8.0
|
vtkGaussianRandomSequence - Gaussian sequence of pseudo random numbers More...
Public Member Functions | |
vtkGaussianRandomSequence (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual double | GetScaledValue (double mean, double standardDeviation) |
Convenient method to return a value given the mean and standard deviation of the Gaussian distribution from the the Gaussian distribution of mean=0 and standard deviation=1.0. There is an initial implementation that can be overridden by a subclass. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGaussianRandomSequence | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGaussianRandomSequence | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGaussianRandomSequence" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkGaussianRandomSequence" |
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 | vtkGaussianRandomSequence_GetScaledValue_01 (HandleRef pThis, double mean, double standardDeviation) |
static internal int | vtkGaussianRandomSequence_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkGaussianRandomSequence_IsTypeOf_03 (string type) |
static internal IntPtr | vtkGaussianRandomSequence_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGaussianRandomSequence_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkGaussianRandomSequence () |
Automatically generated type registration mechanics. |
vtkGaussianRandomSequence - Gaussian sequence of pseudo random numbers
Description vtkGaussianRandomSequence is a sequence of pseudo random numbers distributed according to the Gaussian/normal distribution (mean=0 and standard deviation=1)
This is just an interface.
static Kitware.VTK.vtkGaussianRandomSequence.vtkGaussianRandomSequence | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGaussianRandomSequence.vtkGaussianRandomSequence | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkGaussianRandomSequence.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.vtkRandomSequence.
Reimplemented in Kitware.VTK.vtkBoxMuellerRandomSequence.
virtual double Kitware.VTK.vtkGaussianRandomSequence.GetScaledValue | ( | double | mean, |
double | standardDeviation | ||
) | [virtual] |
Convenient method to return a value given the mean and standard deviation of the Gaussian distribution from the the Gaussian distribution of mean=0 and standard deviation=1.0. There is an initial implementation that can be overridden by a subclass.
override int Kitware.VTK.vtkGaussianRandomSequence.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRandomSequence.
Reimplemented in Kitware.VTK.vtkBoxMuellerRandomSequence.
static new int Kitware.VTK.vtkGaussianRandomSequence.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRandomSequence.
Reimplemented in Kitware.VTK.vtkBoxMuellerRandomSequence.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRandomSequence.
Reimplemented in Kitware.VTK.vtkBoxMuellerRandomSequence.
static new vtkGaussianRandomSequence Kitware.VTK.vtkGaussianRandomSequence.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRandomSequence.
Reimplemented in Kitware.VTK.vtkBoxMuellerRandomSequence.
static internal double Kitware.VTK.vtkGaussianRandomSequence.vtkGaussianRandomSequence_GetScaledValue_01 | ( | HandleRef | pThis, |
double | mean, | ||
double | standardDeviation | ||
) | [private] |
static internal int Kitware.VTK.vtkGaussianRandomSequence.vtkGaussianRandomSequence_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGaussianRandomSequence.vtkGaussianRandomSequence_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGaussianRandomSequence.vtkGaussianRandomSequence_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGaussianRandomSequence.vtkGaussianRandomSequence_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkGaussianRandomSequence.MRClassNameKey = "25vtkGaussianRandomSequence" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRandomSequence.
Reimplemented in Kitware.VTK.vtkBoxMuellerRandomSequence.
new const string Kitware.VTK.vtkGaussianRandomSequence.MRFullTypeName = "Kitware.VTK.vtkGaussianRandomSequence" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRandomSequence.
Reimplemented in Kitware.VTK.vtkBoxMuellerRandomSequence.