ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Cell Class Reference

#include <Cell.hpp>

+ Collaboration diagram for Cell:

Public Member Functions

auto & particles ()
 Particles.
 
auto const & particles () const
 
neighbors_typeneighbors ()
 All neighbors of the cell.
 

Public Attributes

neighbors_type m_neighbors
 
std::vector< std::pair< Particle *, Particle * > > m_verlet_list
 Interaction pairs.
 

Detailed Description

Definition at line 98 of file Cell.hpp.

Member Function Documentation

◆ neighbors()

neighbors_type & Cell::neighbors ( )
inline

All neighbors of the cell.

Definition at line 116 of file Cell.hpp.

References m_neighbors.

Referenced by three_particle_binding_do_search().

◆ particles() [1/2]

auto & Cell::particles ( )
inline

Particles.

Definition at line 105 of file Cell.hpp.

Referenced by AtomDecomposition::resort().

◆ particles() [2/2]

auto const & Cell::particles ( ) const
inline

Definition at line 106 of file Cell.hpp.

Member Data Documentation

◆ m_neighbors

neighbors_type Cell::m_neighbors

Definition at line 108 of file Cell.hpp.

Referenced by neighbors().

◆ m_verlet_list

std::vector<std::pair<Particle *, Particle *> > Cell::m_verlet_list

Interaction pairs.

Definition at line 111 of file Cell.hpp.


The documentation for this class was generated from the following file: