Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Typedefs
Utopia::Models::ForestFire Namespace Reference

Classes

struct  State
 The full cell struct for the ForestFire model. More...
 
struct  Param
 ForestFire model parameter struct. More...
 
class  ForestFire
 The ForestFire model. More...
 

Typedefs

using CellTraits = Utopia::CellTraits< State, Update::manual >
 Cell traits specialization using the state type. More...
 
using ModelTypes = Utopia::ModelTypes<>
 Typehelper to define data types of ForestFire model. More...
 

Typedef Documentation

◆ CellTraits

Cell traits specialization using the state type.

The first template parameter specifies the type of the cell state, the second sets them to not be synchronously updated. See Utopia::CellTraits

Note
This model relies on asynchronous update for calculation of the clusters and the percolation.

◆ ModelTypes

Typehelper to define data types of ForestFire model.