MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.PrecipitationSimulator.Event Class Reference

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]
 

Detailed Description

Members:

  Finish : all basins are full and water goes outside

  BasinFull : one basin just became full

  Merge : two basins just merged

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.PrecipitationSimulator.Event.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.PrecipitationSimulator.Event.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int meshlib.mrmeshpy.PrecipitationSimulator.Event.__getstate__ ( self)

◆ __hash__()

int meshlib.mrmeshpy.PrecipitationSimulator.Event.__hash__ ( self)

◆ __index__()

int meshlib.mrmeshpy.PrecipitationSimulator.Event.__index__ ( self)

◆ __int__()

int meshlib.mrmeshpy.PrecipitationSimulator.Event.__int__ ( self)

◆ __ne__()

bool meshlib.mrmeshpy.PrecipitationSimulator.Event.__ne__ ( self,
typing.Any other )

◆ __repr__()

str meshlib.mrmeshpy.PrecipitationSimulator.Event.__repr__ ( self)

◆ __setstate__()

None meshlib.mrmeshpy.PrecipitationSimulator.Event.__setstate__ ( self,
int state )

◆ __str__()

str meshlib.mrmeshpy.PrecipitationSimulator.Event.__str__ ( self)

◆ name()

str meshlib.mrmeshpy.PrecipitationSimulator.Event.name ( self)

◆ value()

int meshlib.mrmeshpy.PrecipitationSimulator.Event.value ( self)

Member Data Documentation

◆ BasinFull

typing meshlib.mrmeshpy.PrecipitationSimulator.Event.BasinFull .ClassVar[PrecipitationSimulator.Event]
static

◆ Finish

typing meshlib.mrmeshpy.PrecipitationSimulator.Event.Finish .ClassVar[PrecipitationSimulator.Event]
static

◆ Merge

typing meshlib.mrmeshpy.PrecipitationSimulator.Event.Merge .ClassVar[PrecipitationSimulator.Event]
static

The documentation for this class was generated from the following file: