MeshLib C# Docs
Loading...
Searching...
No Matches
MR.NoiseSettings Class Reference

Generated from class MR.NoiseSettings. This is the non-const half of the class. More...

Inheritance diagram for MR.NoiseSettings:

Public Member Functions

unsafe NoiseSettings ()
 Constructs an empty (default-constructed) instance.
unsafe NoiseSettings (float sigma, uint seed, MR.Std._ByValue_Function_Bool_From_Float callback)
 Constructs MR.NoiseSettings elementwise.
unsafe NoiseSettings (MR._ByValue_NoiseSettings _other)
 Generated from constructor MR.NoiseSettings.NoiseSettings.
 NoiseSettings (Const_NoiseSettings _other)
 Generated from constructor MR.NoiseSettings.NoiseSettings.
 NoiseSettings (NoiseSettings _other)
 Generated from constructor MR.NoiseSettings.NoiseSettings.
unsafe MR.NoiseSettings assign (MR._ByValue_NoiseSettings _other)
 Generated from method MR::NoiseSettings::operator=.
Public Member Functions inherited from MR.Const_NoiseSettings
virtual void Dispose ()
unsafe Const_NoiseSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_NoiseSettings (float sigma, uint seed, MR.Std._ByValue_Function_Bool_From_Float callback)
 Constructs MR.NoiseSettings elementwise.
unsafe Const_NoiseSettings (MR._ByValue_NoiseSettings _other)
 Generated from constructor MR.NoiseSettings.NoiseSettings.
 Const_NoiseSettings (Const_NoiseSettings _other)
 Generated from constructor MR.NoiseSettings.NoiseSettings.
 Const_NoiseSettings (NoiseSettings _other)
 Generated from constructor MR.NoiseSettings.NoiseSettings.

Properties

new unsafe ref float sigma [get]
new unsafe ref uint seed [get]
new unsafe MR.Std.Function_Bool_From_Float callback [get, protected set]
Properties inherited from MR.Const_NoiseSettings
unsafe float sigma [get]
unsafe uint seed [get]
unsafe MR.Std.Const_Function_Bool_From_Float callback [get, protected set]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_NoiseSettings
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_NoiseSettings
unsafe float * __ref_storage_sigma
unsafe uint * __ref_storage_seed

Detailed Description

Generated from class MR.NoiseSettings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ NoiseSettings() [1/5]

unsafe MR.NoiseSettings.NoiseSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ NoiseSettings() [2/5]

unsafe MR.NoiseSettings.NoiseSettings ( float sigma,
uint seed,
MR.Std._ByValue_Function_Bool_From_Float callback )
inline

Constructs MR.NoiseSettings elementwise.

◆ NoiseSettings() [3/5]

unsafe MR.NoiseSettings.NoiseSettings ( MR._ByValue_NoiseSettings _other)
inline

Generated from constructor MR.NoiseSettings.NoiseSettings.

◆ NoiseSettings() [4/5]

MR.NoiseSettings.NoiseSettings ( Const_NoiseSettings _other)
inline

Generated from constructor MR.NoiseSettings.NoiseSettings.

◆ NoiseSettings() [5/5]

MR.NoiseSettings.NoiseSettings ( NoiseSettings _other)
inline

Generated from constructor MR.NoiseSettings.NoiseSettings.

Member Function Documentation

◆ assign()

unsafe MR.NoiseSettings MR.NoiseSettings.assign ( MR._ByValue_NoiseSettings _other)
inline

Generated from method MR::NoiseSettings::operator=.

Property Documentation

◆ callback

new unsafe MR.Std.Function_Bool_From_Float MR.NoiseSettings.callback
getprotected set

◆ seed

new unsafe ref uint MR.NoiseSettings.seed
get

◆ sigma

new unsafe ref float MR.NoiseSettings.sigma
get

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