_cell_neighbors | Utopia::CellManager< CellTraits, Model > | private |
_cells | Utopia::CellManager< CellTraits, Model > | private |
_cfg | Utopia::CellManager< CellTraits, Model > | private |
_empty_nb_warning_emitted | Utopia::CellManager< CellTraits, Model > | |
_grid | Utopia::CellManager< CellTraits, Model > | private |
_log | Utopia::CellManager< CellTraits, Model > | private |
_nb_compute_each_time | Utopia::CellManager< CellTraits, Model > | private |
_nb_compute_each_time_empty | Utopia::CellManager< CellTraits, Model > | private |
_nb_from_cache | Utopia::CellManager< CellTraits, Model > | private |
_nb_func | Utopia::CellManager< CellTraits, Model > | private |
_rng | Utopia::CellManager< CellTraits, Model > | private |
_space | Utopia::CellManager< CellTraits, Model > | private |
barycenter_of(const Cell &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
barycenter_of(const std::shared_ptr< Cell > &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
boundary_cells(const std::string &select="all") const | Utopia::CellManager< CellTraits, Model > | inline |
Cell typedef | Utopia::CellManager< CellTraits, Model > | |
cell_at(const SpaceVec &pos) const | Utopia::CellManager< CellTraits, Model > | inline |
CellManager(const Model &model, const Config &custom_cfg={}) | Utopia::CellManager< CellTraits, Model > | inline |
CellManager(const Model &model, const CellState initial_state, const Config &custom_cfg={}) | Utopia::CellManager< CellTraits, Model > | inline |
cells() const | Utopia::CellManager< CellTraits, Model > | inline |
CellState typedef | Utopia::CellManager< CellTraits, Model > | |
cfg() const | Utopia::CellManager< CellTraits, Model > | inline |
compute_cell_neighbors() | Utopia::CellManager< CellTraits, Model > | inline |
Config typedef | Utopia::CellManager< CellTraits, Model > | |
dim | Utopia::CellManager< CellTraits, Model > | static |
entities() const | Utopia::CellManager< CellTraits, Model > | inline |
Entity typedef | Utopia::CellManager< CellTraits, Model > | |
entity_pointers_from_ids(IndexContainer &&ids) const | Utopia::CellManager< CellTraits, Model > | inline |
extent_of(const Cell &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
extent_of(const std::shared_ptr< Cell > &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
grid() const | Utopia::CellManager< CellTraits, Model > | inline |
GridType typedef | Utopia::CellManager< CellTraits, Model > | |
log() const | Utopia::CellManager< CellTraits, Model > | inline |
midx_of(const Cell &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
midx_of(const std::shared_ptr< Cell > &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
MultiIndex typedef | Utopia::CellManager< CellTraits, Model > | |
nb_mode() const | Utopia::CellManager< CellTraits, Model > | inline |
nb_size() const | Utopia::CellManager< CellTraits, Model > | inline |
NBFuncCell typedef | Utopia::CellManager< CellTraits, Model > | |
neighbors_of(const Cell &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
neighbors_of(const std::shared_ptr< Cell > &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
RNG typedef | Utopia::CellManager< CellTraits, Model > | |
rng() const | Utopia::CellManager< CellTraits, Model > | inline |
RuleFunc typedef | Utopia::CellManager< CellTraits, Model > | |
select_cells(Args &&... args) const | Utopia::CellManager< CellTraits, Model > | inline |
select_cells(const Config &sel_cfg) const | Utopia::CellManager< CellTraits, Model > | inline |
select_neighborhood(const Config &nb_cfg) | Utopia::CellManager< CellTraits, Model > | inline |
select_neighborhood(const std::string &nb_mode, const bool compute_and_store=true, const Config &nb_params={}) | Utopia::CellManager< CellTraits, Model > | inline |
select_neighborhood(const NBMode &nb_mode, const bool compute_and_store=true, const Config &nb_params={}) | Utopia::CellManager< CellTraits, Model > | inline |
Self typedef | Utopia::CellManager< CellTraits, Model > | |
set_cell_states(const std::string &hdf5_file, const std::string &dset_path, const SetterFunc &setter_func) | Utopia::CellManager< CellTraits, Model > | inline |
setup_cells(const CellState &initial_state) const | Utopia::CellManager< CellTraits, Model > | inlineprivate |
setup_cells() const | Utopia::CellManager< CellTraits, Model > | inlineprivate |
setup_cfg(const Model &model, const Config &custom_cfg) const | Utopia::CellManager< CellTraits, Model > | inlineprivate |
setup_grid() const | Utopia::CellManager< CellTraits, Model > | inlineprivate |
setup_nb_funcs() | Utopia::CellManager< CellTraits, Model > | inlineprivate |
Space typedef | Utopia::CellManager< CellTraits, Model > | |
space() const | Utopia::CellManager< CellTraits, Model > | inline |
SpaceVec typedef | Utopia::CellManager< CellTraits, Model > | |
vertices_of(const Cell &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
vertices_of(const std::shared_ptr< Cell > &cell) const | Utopia::CellManager< CellTraits, Model > | inline |
VoidRuleFunc typedef | Utopia::CellManager< CellTraits, Model > | |