Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
Public Member Functions | Public Attributes | List of all members
Evolife.Graphics.Landscape.LandCell Class Reference

Defines what's in one location on the ground. More...

Inheritance diagram for Evolife.Graphics.Landscape.LandCell:
Inheritance graph
[legend]

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
 

Detailed Description

Defines what's in one location on the ground.

Definition at line 29 of file Landscape.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ activated()

def Evolife.Graphics.Landscape.LandCell.activated (   self,
  Future = False 
)

tells whether a cell is active

Definition at line 57 of file Landscape.py.

◆ clean()

def Evolife.Graphics.Landscape.LandCell.clean (   self)

Definition at line 43 of file Landscape.py.

◆ Content()

def Evolife.Graphics.Landscape.LandCell.Content (   self,
  Future = False 
)

Definition at line 39 of file Landscape.py.

◆ free()

def Evolife.Graphics.Landscape.LandCell.free (   self)

Definition at line 41 of file Landscape.py.

◆ setContent()

def Evolife.Graphics.Landscape.LandCell.setContent (   self,
  Content = None,
  Future = False 
)

Definition at line 45 of file Landscape.py.

◆ Update()

def Evolife.Graphics.Landscape.LandCell.Update (   self)

Definition at line 62 of file Landscape.py.

Member Data Documentation

◆ Future

Evolife.Graphics.Landscape.LandCell.Future

Definition at line 35 of file Landscape.py.

◆ Present

Evolife.Graphics.Landscape.LandCell.Present

Definition at line 34 of file Landscape.py.

◆ Previous

Evolife.Graphics.Landscape.LandCell.Previous

Definition at line 36 of file Landscape.py.

◆ VoidCell

Evolife.Graphics.Landscape.LandCell.VoidCell

Definition at line 33 of file Landscape.py.


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