Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
Public Member Functions | List of all members
Evolife.Examples.GraphicExample.GrObserver Class Reference

Stores all values that should be displayed May also store general information. More...

Inheritance diagram for Evolife.Examples.GraphicExample.GrObserver:
Inheritance graph
[legend]
Collaboration diagram for Evolife.Examples.GraphicExample.GrObserver:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, TimeLimit)
 
def Field_grid (self)
 initial draw: here a green square More...
 
def get_data (self, Slot)
 This function is called each time the window wants to update display. More...
 

Detailed Description

Stores all values that should be displayed May also store general information.

Definition at line 85 of file GraphicExample.py.

Constructor & Destructor Documentation

◆ __init__()

def Evolife.Examples.GraphicExample.GrObserver.__init__ (   self,
  TimeLimit 
)

Definition at line 90 of file GraphicExample.py.

Member Function Documentation

◆ Field_grid()

def Evolife.Examples.GraphicExample.GrObserver.Field_grid (   self)

initial draw: here a green square

Definition at line 102 of file GraphicExample.py.

◆ get_data()

def Evolife.Examples.GraphicExample.GrObserver.get_data (   self,
  Slot 
)

This function is called each time the window wants to update display.

Definition at line 114 of file GraphicExample.py.


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