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 Member Functions | |
| None | __init__ (*args, **kwargs) |
| PrecipitationSimulator.SimulationStep | operator (*args, **kwargs) |
| PrecipitationSimulator.SimulationStep | operator (*args, **kwargs) |
Static Public Attributes | |
| PrecipitationSimulator | event .Event |
Static Protected Attributes | |
| typing | _offsetof_amount = 4 |
| typing | _offsetof_basin = 8 |
| typing | _offsetof_event = 0 |
| typing | _offsetof_neiBasin = 12 |
Generated from: MR::PrecipitationSimulator::SimulationStep
|
static |
| None mrmeshpy.PrecipitationSimulator.SimulationStep.__init__ | ( | self | ) |
| None mrmeshpy.PrecipitationSimulator.SimulationStep.__init__ | ( | self, | |
| PrecipitationSimulator.SimulationStep | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PrecipitationSimulator.SimulationStep.__init__ | ( | self, | |
| PrecipitationSimulator.Event | event, | ||
| float | amount, | ||
| GraphVertId | basin, | ||
| GraphVertId | neiBasin ) |
Implicit aggregate constructor.
| float mrmeshpy.PrecipitationSimulator.SimulationStep.amount | ( | self | ) |
amount of precipitation (in same units as mesh coordinates and water level)
| None mrmeshpy.PrecipitationSimulator.SimulationStep.amount | ( | self, | |
| float | arg1 ) |
| GraphVertId mrmeshpy.PrecipitationSimulator.SimulationStep.basin | ( | self | ) |
BasinFull: this basin just became full Merge: this basin just absorbed the other basin
| None mrmeshpy.PrecipitationSimulator.SimulationStep.basin | ( | self, | |
| GraphVertId | arg1 ) |
| GraphVertId 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 mrmeshpy.PrecipitationSimulator.SimulationStep.neiBasin | ( | self, | |
| GraphVertId | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |