Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Namespaces | Enumerations
state.hh File Reference
#include <utopia/core/types.hh>
Include dependency graph for state.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Utopia::Models::ContDisease::State
 The full cell struct for the ContDisease model. More...
 

Namespaces

 Utopia
 
 Utopia::Models
 
 Utopia::Models::ContDisease
 

Enumerations

enum class  Utopia::Models::ContDisease::Kind : char {
  Utopia::Models::ContDisease::empty = 0 , Utopia::Models::ContDisease::tree = 1 , Utopia::Models::ContDisease::infected = 2 , Utopia::Models::ContDisease::source = 3 ,
  Utopia::Models::ContDisease::stone = 4
}
 The kind of the cell: empty, tree, infected, source, stone. More...