Public Member Functions | |
bool | __eq__ (self, typing.Any other) |
int | __getstate__ (self) |
int | __hash__ (self) |
int | __index__ (self) |
None | __init__ (self, int value) |
int | __int__ (self) |
bool | __ne__ (self, typing.Any other) |
str | __repr__ (self) |
None | __setstate__ (self, int state) |
str | __str__ (self) |
str | name (self) |
int | value (self) |
Static Public Attributes | |
typing | BasinFull .ClassVar[PrecipitationSimulator.Event] |
typing | Finish .ClassVar[PrecipitationSimulator.Event] |
typing | Merge .ClassVar[PrecipitationSimulator.Event] |
Members: Finish : all basins are full and water goes outside BasinFull : one basin just became full Merge : two basins just merged
None meshlib.mrmeshpy.PrecipitationSimulator.Event.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.PrecipitationSimulator.Event.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.PrecipitationSimulator.Event.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.PrecipitationSimulator.Event.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.PrecipitationSimulator.Event.__index__ | ( | self | ) |
int meshlib.mrmeshpy.PrecipitationSimulator.Event.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.PrecipitationSimulator.Event.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.PrecipitationSimulator.Event.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.PrecipitationSimulator.Event.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.PrecipitationSimulator.Event.__str__ | ( | self | ) |
str meshlib.mrmeshpy.PrecipitationSimulator.Event.name | ( | self | ) |
int meshlib.mrmeshpy.PrecipitationSimulator.Event.value | ( | self | ) |
|
static |
|
static |
|
static |