|
MolSim
|
A single Cell in a CellContainer, for use with the linked cells method. More...
#include "Particle.h"#include "utils/CellUtils.h"#include <algorithm>#include <array>#include <bitset>#include <forward_list>#include <sstream>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Cell |
| Class for storing data of a single Cell in a domain split into cells. More... | |
Macros | |
| #define | VEC_CONTAINS(vec, el) ((std::find((vec).begin(), (vec).end(), (el)) != (vec).end())) |
A single Cell in a CellContainer, for use with the linked cells method.
| #define VEC_CONTAINS | ( | vec, | |
| el | |||
| ) | ((std::find((vec).begin(), (vec).end(), (el)) != (vec).end())) |