ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Cell.hpp>
Public Types | |
using | value_type = typename storage_type::value_type |
using | iterator = typename storage_type::iterator |
using | const_iterator = typename storage_type::const_iterator |
using | cell_range = boost::iterator_range< iterator > |
Public Member Functions | |
Neighbors ()=default | |
Neighbors (const Neighbors &rhs) | |
Neighbors & | operator= (const Neighbors &rhs) |
Neighbors (std::span< const CellRef > red_neighbors, std::span< const CellRef > black_neighbors) | |
cell_range | all () |
All neighbors. | |
cell_range | red () |
Red partition of neighbors. | |
cell_range | black () |
Black partition of neighbors. | |
using Neighbors< CellRef >::const_iterator = typename storage_type::const_iterator |
using Neighbors< CellRef >::iterator = typename storage_type::iterator |
using Neighbors< CellRef >::value_type = typename storage_type::value_type |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |