Represents atoms seen through the periodic boundaries.
More...
#include <Image.h>
|
| | Image () |
| | Dummy constructor needed by some STL containers.
|
| | Image (int num, int nTrans) |
| | Construct an image of atom n translated by translation number nTrans.
|
|
| int | number |
| | The number of the real atom.
|
| int | nTranslation |
| | The number of the translation to apply to the real atom.
|
Represents atoms seen through the periodic boundaries.
The Image structure is used by NeighborList to represent atoms seen through the periodic boundary conditions.
Definition at line 7 of file Image.h.
◆ Image() [1/2]
Dummy constructor needed by some STL containers.
Definition at line 9 of file Image.h.
◆ Image() [2/2]
| Image::Image |
( |
int | num, |
|
|
int | nTrans ) |
|
inline |
Construct an image of atom n translated by translation number nTrans.
Definition at line 11 of file Image.h.
int number
The number of the real atom.
int nTranslation
The number of the translation to apply to the real atom.
◆ nTranslation
The number of the translation to apply to the real atom.
Definition at line 19 of file Image.h.
◆ number
The number of the real atom.
Definition at line 16 of file Image.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/eOn/eOn/include/eon/potentials/EMT/Asap/Image.h