Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PrecipitationSimulator.SimulationStep arg0) |
None | __init__ (self, PrecipitationSimulator.Event event, float amount, GraphVertId basin, GraphVertId neiBasin) |
float | amount (self) |
None | amount (self, float arg1) |
GraphVertId | basin (self) |
None | basin (self, GraphVertId arg1) |
GraphVertId | neiBasin (self) |
None | neiBasin (self, GraphVertId arg1) |
Static Public Attributes | |
PrecipitationSimulator | event .Event |
Generated from: MR::PrecipitationSimulator::SimulationStep
None meshlib.mrmeshpy.PrecipitationSimulator.SimulationStep.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.PrecipitationSimulator.SimulationStep.__init__ | ( | self, | |
PrecipitationSimulator.SimulationStep | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.PrecipitationSimulator.SimulationStep.__init__ | ( | self, | |
PrecipitationSimulator.Event | event, | ||
float | amount, | ||
GraphVertId | basin, | ||
GraphVertId | neiBasin ) |
Implicit aggregate constructor.
float meshlib.mrmeshpy.PrecipitationSimulator.SimulationStep.amount | ( | self | ) |
amount of precipitation (in same units as mesh coordinates and water level)
None meshlib.mrmeshpy.PrecipitationSimulator.SimulationStep.amount | ( | self, | |
float | arg1 ) |
GraphVertId meshlib.mrmeshpy.PrecipitationSimulator.SimulationStep.basin | ( | self | ) |
BasinFull: this basin just became full Merge: this basin just absorbed the other basin
None meshlib.mrmeshpy.PrecipitationSimulator.SimulationStep.basin | ( | self, | |
GraphVertId | arg1 ) |
GraphVertId meshlib.mrmeshpy.PrecipitationSimulator.SimulationStep.neiBasin | ( | self | ) |
BasinFull: the flow from full basin will first go here (may be not the last destination) Merge: this basin was just absorbed
None meshlib.mrmeshpy.PrecipitationSimulator.SimulationStep.neiBasin | ( | self, | |
GraphVertId | arg1 ) |
|
static |