![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Cell.hpp>
Collaboration diagram for Cell:Public Member Functions | |
| auto & | particles () |
| Particles. | |
| auto const & | particles () const |
| neighbors_type & | neighbors () |
| All neighbors of the cell. | |
Public Attributes | |
| neighbors_type | m_neighbors |
| std::vector< std::pair< Particle *, Particle * > > | m_verlet_list |
| Interaction pairs. | |
|
inline |
|
inline |
Particles.
Definition at line 103 of file Cell.hpp.
Referenced by Cells::particles(), and AtomDecomposition::resort().
| neighbors_type Cell::m_neighbors |
Definition at line 106 of file Cell.hpp.
Referenced by neighbors().