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

#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
 

Detailed Description

Definition at line 116 of file cells.hpp.

Constructor & Destructor Documentation

◆ PairInfo() [1/2]

PairInfo::PairInfo ( )
default

◆ PairInfo() [2/2]

PairInfo::PairInfo ( int  _id1,
int  _id2,
Utils::Vector3d  _pos1,
Utils::Vector3d  _pos2,
Utils::Vector3d  _vec21,
int  _node 
)
inline

Definition at line 119 of file cells.hpp.

Member Data Documentation

◆ id1

int PairInfo::id1

Definition at line 123 of file cells.hpp.

Referenced by boost::serialization::serialize().

◆ id2

int PairInfo::id2

Definition at line 124 of file cells.hpp.

Referenced by boost::serialization::serialize().

◆ node

int PairInfo::node

Definition at line 128 of file cells.hpp.

Referenced by boost::serialization::serialize().

◆ pos1

Utils::Vector3d PairInfo::pos1

Definition at line 125 of file cells.hpp.

Referenced by boost::serialization::serialize().

◆ pos2

Utils::Vector3d PairInfo::pos2

Definition at line 126 of file cells.hpp.

Referenced by boost::serialization::serialize().

◆ vec21

Utils::Vector3d PairInfo::vec21

Definition at line 127 of file cells.hpp.

Referenced by boost::serialization::serialize().


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