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

vtkBoostRandomSparseArraySource - generates a sparse N-way array containing random values. More...

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

List of all members.

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.

Detailed Description

vtkBoostRandomSparseArraySource - generates a sparse N-way array containing random values.

Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Stores the probability (in the range [0, 1]) that an element within the output matrix will have a non-zero value.

Stores a random-number-seed for determining which elements within the output matrix will have non-zero values.

Stores a random-number-seed for computing random element values.

Stores the maximum value of any element.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.

Here is the call graph for this function:

Stores the probability (in the range [0, 1]) that an element within the output matrix will have a non-zero value.

Stores a random-number-seed for determining which elements within the output matrix will have non-zero values.

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 int Kitware.VTK.vtkBoostRandomSparseArraySource.vtkBoostRandomSparseArraySource_IsA_06 ( HandleRef  pThis,
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]

Member Data Documentation

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.


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