Generated from class MR.PrecipitationSimulator.SimulationStep. This is the non-const half of the class.
More...
|
| new unsafe ref MR.PrecipitationSimulator.Event | event_ [get] |
| new unsafe ref float | amount [get] |
| | amount of precipitation (in same units as mesh coordinates and water level)
|
| new unsafe ref MR.GraphVertId | basin [get] |
| | BasinFull: this basin just became full Merge: this basin just absorbed the other basin.
|
| new unsafe ref MR.GraphVertId | neiBasin [get] |
| | BasinFull: the flow from full basin will first go here (may be not the last destination) Merge: this basin was just absorbed.
|
| unsafe MR.PrecipitationSimulator.Event | event_ [get] |
| unsafe float | amount [get] |
| | amount of precipitation (in same units as mesh coordinates and water level)
|
| unsafe ref readonly MR.GraphVertId | basin [get] |
| | BasinFull: this basin just became full Merge: this basin just absorbed the other basin.
|
| unsafe ref readonly MR.GraphVertId | neiBasin [get] |
| | BasinFull: the flow from full basin will first go here (may be not the last destination) Merge: this basin was just absorbed.
|
Generated from class MR.PrecipitationSimulator.SimulationStep. This is the non-const half of the class.
◆ SimulationStep() [1/4]
| unsafe MR.Const_PrecipitationSimulator.SimulationStep.SimulationStep |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ SimulationStep() [2/4]
◆ SimulationStep() [3/4]
Generated from constructor MR::PrecipitationSimulator::SimulationStep::SimulationStep.
◆ SimulationStep() [4/4]
| MR.Const_PrecipitationSimulator.SimulationStep.SimulationStep |
( |
SimulationStep | _other | ) |
|
|
inline |
Generated from constructor MR::PrecipitationSimulator::SimulationStep::SimulationStep.
◆ assign()
Generated from method MR::PrecipitationSimulator::SimulationStep::operator=.
◆ amount
| new unsafe ref float MR.Const_PrecipitationSimulator.SimulationStep.amount |
|
get |
amount of precipitation (in same units as mesh coordinates and water level)
◆ basin
| new unsafe ref MR.GraphVertId MR.Const_PrecipitationSimulator.SimulationStep.basin |
|
get |
BasinFull: this basin just became full Merge: this basin just absorbed the other basin.
◆ event_
◆ neiBasin
| new unsafe ref MR.GraphVertId MR.Const_PrecipitationSimulator.SimulationStep.neiBasin |
|
get |
BasinFull: the flow from full basin will first go here (may be not the last destination) Merge: this basin was just absorbed.
The documentation for this class was generated from the following file: