Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <utopia/core/types.hh>
Go to the source code of this file.
Classes | |
struct | Utopia::Models::ContDisease::State |
The full cell struct for the ContDisease model. More... | |
Namespaces | |
namespace | Utopia |
namespace | Utopia::Models |
namespace | 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... | |