Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
|
Defines what's in one location on the ground. More...
Public Member Functions | |
def | __init__ (self, Content=None, VoidCell=None) |
def | Content (self, Future=False) |
def | free (self) |
def | clean (self) |
def | setContent (self, Content=None, Future=False) |
def | activated (self, Future=False) |
tells whether a cell is active More... | |
def | Update (self) |
Public Attributes | |
VoidCell | |
Present | |
Future | |
Previous | |
Defines what's in one location on the ground.
Definition at line 29 of file Landscape.py.
def Evolife.Graphics.Landscape.LandCell.__init__ | ( | self, | |
Content = None , |
|||
VoidCell = None |
|||
) |
Reimplemented in Evolife.Graphics.Landscape.LandCell_3D.
Definition at line 32 of file Landscape.py.
def Evolife.Graphics.Landscape.LandCell.activated | ( | self, | |
Future = False |
|||
) |
tells whether a cell is active
Definition at line 57 of file Landscape.py.
def Evolife.Graphics.Landscape.LandCell.clean | ( | self | ) |
Definition at line 43 of file Landscape.py.
def Evolife.Graphics.Landscape.LandCell.Content | ( | self, | |
Future = False |
|||
) |
Definition at line 39 of file Landscape.py.
def Evolife.Graphics.Landscape.LandCell.free | ( | self | ) |
Definition at line 41 of file Landscape.py.
def Evolife.Graphics.Landscape.LandCell.setContent | ( | self, | |
Content = None , |
|||
Future = False |
|||
) |
Definition at line 45 of file Landscape.py.
def Evolife.Graphics.Landscape.LandCell.Update | ( | self | ) |
Definition at line 62 of file Landscape.py.
Evolife.Graphics.Landscape.LandCell.Future |
Definition at line 35 of file Landscape.py.
Evolife.Graphics.Landscape.LandCell.Present |
Definition at line 34 of file Landscape.py.
Evolife.Graphics.Landscape.LandCell.Previous |
Definition at line 36 of file Landscape.py.
Evolife.Graphics.Landscape.LandCell.VoidCell |
Definition at line 33 of file Landscape.py.