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...
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) |
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.
|
inline |
Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
|
inline |
Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
|
inline |
Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
|
inline |
initializes modeling from the initial subdivision of the terrain Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
|
inlinestatic |
initializes modeling from the initial subdivision of the terrain Generated from constructor MR.PrecipitationSimulator.PrecipitationSimulator.
|
inline |
processes the next event happened with the terrain basins Generated from method MR.PrecipitationSimulator.simulateOne.