Generated from class MR.NoiseSettings. This is the non-const half of the class. More...
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 |
Generated from class MR.NoiseSettings. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.NoiseSettings elementwise.
|
inline |
Generated from constructor MR.NoiseSettings.NoiseSettings.
|
inline |
Generated from constructor MR.NoiseSettings.NoiseSettings.
|
inline |
Generated from constructor MR.NoiseSettings.NoiseSettings.
|
inline |
Generated from method MR::NoiseSettings::operator=.
|
getprotected set |
|
get |
|
get |