ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <cells.hpp>
Public Member Functions | |
PairInfo ()=default | |
PairInfo (int _id1, int _id2, Utils::Vector3d _pos1, Utils::Vector3d _pos2, Utils::Vector3d _vec21, int _node) | |
Public Attributes | |
int | id1 |
int | id2 |
Utils::Vector3d | pos1 |
Utils::Vector3d | pos2 |
Utils::Vector3d | vec21 |
int | node |
|
default |
|
inline |
int PairInfo::id1 |
Definition at line 122 of file cells.hpp.
Referenced by boost::serialization::serialize().
int PairInfo::id2 |
Definition at line 123 of file cells.hpp.
Referenced by boost::serialization::serialize().
int PairInfo::node |
Definition at line 127 of file cells.hpp.
Referenced by boost::serialization::serialize().
Utils::Vector3d PairInfo::pos1 |
Definition at line 124 of file cells.hpp.
Referenced by boost::serialization::serialize().
Utils::Vector3d PairInfo::pos2 |
Definition at line 125 of file cells.hpp.
Referenced by boost::serialization::serialize().
Utils::Vector3d PairInfo::vec21 |
Definition at line 126 of file cells.hpp.
Referenced by boost::serialization::serialize().