Utopia  2
Framework for studying models of complex & adaptive systems.
Public Member Functions | Public Attributes | List of all members
Utopia::Models::CopyMeGrid::CellState Struct Reference

The type of a cell's state. More...

#include <CopyMeGrid.hh>

Public Member Functions

 CellState (const DataIO::Config &cfg)
 Construct the cell state from a configuration. More...
 
template<class RNG >
 CellState (const DataIO::Config &cfg, const std::shared_ptr< RNG > &rng)
 Construct the cell state from a configuration and an RNG. More...
 

Public Attributes

double some_state
 A useful documentation string. More...
 
int some_trait
 Another useful documentation string, yeah. More...
 
bool is_a_vip_cell
 Whether this cell is very important. More...
 

Detailed Description

The type of a cell's state.

Constructor & Destructor Documentation

◆ CellState() [1/2]

Utopia::Models::CopyMeGrid::CellState::CellState ( const DataIO::Config cfg)
inline

Construct the cell state from a configuration.

◆ CellState() [2/2]

template<class RNG >
Utopia::Models::CopyMeGrid::CellState::CellState ( const DataIO::Config cfg,
const std::shared_ptr< RNG > &  rng 
)
inline

Construct the cell state from a configuration and an RNG.

Member Data Documentation

◆ is_a_vip_cell

bool Utopia::Models::CopyMeGrid::CellState::is_a_vip_cell

Whether this cell is very important.

◆ some_state

double Utopia::Models::CopyMeGrid::CellState::some_state

A useful documentation string.

◆ some_trait

int Utopia::Models::CopyMeGrid::CellState::some_trait

Another useful documentation string, yeah.


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