fpmas 1.6
analysis.h
Go to the documentation of this file.
1#ifndef FPMAS_SPATIAL_MODEL_ANALYSIS_H
2#define FPMAS_SPATIAL_MODEL_ANALYSIS_H
3
6
11namespace fpmas { namespace model {
12
20 template<typename CellType>
21 std::vector<api::graph::DistributedId> local_cell_ids(
23 return model::local_agent_ids(model.cellGroup());
24 }
25}}
26#endif
virtual AgentGroup & cellGroup()=0
std::vector< api::graph::DistributedId > local_agent_ids(const api::model::AgentGroup &group)
Definition: analysis.cpp:4
std::vector< api::graph::DistributedId > local_cell_ids(const api::model::SpatialModel< CellType > &model)
Definition: analysis.h:21
Definition: fpmas.cpp:3