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_3D Class Reference

Same as LandCell, plus a third dimension. More...

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

Public Member Functions

def __init__ (self, Altitude=0, Content=None, VoidCell=None)
 
- Public Member Functions inherited from Evolife.Graphics.Landscape.LandCell
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

 Altitude
 
- Public Attributes inherited from Evolife.Graphics.Landscape.LandCell
 VoidCell
 
 Present
 
 Future
 
 Previous
 

Detailed Description

Same as LandCell, plus a third dimension.

Definition at line 236 of file Landscape.py.

Constructor & Destructor Documentation

◆ __init__()

def Evolife.Graphics.Landscape.LandCell_3D.__init__ (   self,
  Altitude = 0,
  Content = None,
  VoidCell = None 
)

Reimplemented from Evolife.Graphics.Landscape.LandCell.

Definition at line 239 of file Landscape.py.

Member Data Documentation

◆ Altitude

Evolife.Graphics.Landscape.LandCell_3D.Altitude

Definition at line 241 of file Landscape.py.


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