ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Cell.hpp>
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 104 of file Cell.hpp.
Referenced by Cells::particles(), and AtomDecomposition::resort().
neighbors_type Cell::m_neighbors |
Definition at line 107 of file Cell.hpp.
Referenced by neighbors().