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

the class models water increase in the terrain under the rain with constant precipitation Generated from class MR.PrecipitationSimulator. This is the non-const half of the class. More...

Inheritance diagram for MR.PrecipitationSimulator:

Public Member Functions

unsafe PrecipitationSimulator (MR._ByValue_PrecipitationSimulator _other)
 Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
 PrecipitationSimulator (Const_PrecipitationSimulator _other)
 Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
 PrecipitationSimulator (PrecipitationSimulator _other)
 Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
unsafe PrecipitationSimulator (MR.WatershedGraph wg)
 initializes modeling from the initial subdivision of the terrain Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
unsafe MR.PrecipitationSimulator.SimulationStep simulateOne ()
 processes the next event happened with the terrain basins Generated from method MR.PrecipitationSimulator.simulateOne.
Public Member Functions inherited from MR.Const_PrecipitationSimulator
virtual void Dispose ()
unsafe Const_PrecipitationSimulator (MR._ByValue_PrecipitationSimulator _other)
 Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
 Const_PrecipitationSimulator (Const_PrecipitationSimulator _other)
 Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
 Const_PrecipitationSimulator (PrecipitationSimulator _other)
 Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
unsafe Const_PrecipitationSimulator (MR.WatershedGraph wg)
 initializes modeling from the initial subdivision of the terrain Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.

Static Public Member Functions

static unsafe implicit operator PrecipitationSimulator (MR.WatershedGraph wg)
 initializes modeling from the initial subdivision of the terrain Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
Static Public Member Functions inherited from MR.Const_PrecipitationSimulator
static unsafe implicit operator Const_PrecipitationSimulator (MR.WatershedGraph wg)
 initializes modeling from the initial subdivision of the terrain Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.

Additional Inherited Members

Public Types inherited from MR.Const_PrecipitationSimulator
enum  Event : int { Finish = 0 , BasinFull = 1 , Merge = 2 }
Protected Member Functions inherited from MR.Const_PrecipitationSimulator
virtual unsafe void Dispose (bool disposing)

Detailed Description

the class models water increase in the terrain under the rain with constant precipitation Generated from class MR.PrecipitationSimulator. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ PrecipitationSimulator() [1/4]

unsafe MR.PrecipitationSimulator.PrecipitationSimulator ( MR._ByValue_PrecipitationSimulator _other)
inline

◆ PrecipitationSimulator() [2/4]

MR.PrecipitationSimulator.PrecipitationSimulator ( Const_PrecipitationSimulator _other)
inline

◆ PrecipitationSimulator() [3/4]

MR.PrecipitationSimulator.PrecipitationSimulator ( PrecipitationSimulator _other)
inline

◆ PrecipitationSimulator() [4/4]

unsafe MR.PrecipitationSimulator.PrecipitationSimulator ( MR.WatershedGraph wg)
inline

initializes modeling from the initial subdivision of the terrain Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.

Member Function Documentation

◆ operator PrecipitationSimulator()

unsafe implicit MR.PrecipitationSimulator.operator PrecipitationSimulator ( MR.WatershedGraph wg)
inlinestatic

initializes modeling from the initial subdivision of the terrain Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.

◆ simulateOne()

unsafe MR.PrecipitationSimulator.SimulationStep MR.PrecipitationSimulator.simulateOne ( )
inline

processes the next event happened with the terrain basins Generated from method MR.PrecipitationSimulator.simulateOne.


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