|
MURE
|
This class holds a list of all positions in the core lattice occupied by one cell (one universe number). More...
#include <EWrapper.hxx>
Public Member Functions | |
| CellOccupy () | |
| CellOccupy (const CellOccupy &co) | |
| Copy constructor. | |
| ~CellOccupy ()=default | |
| Destructor. | |
Public Attributes | |
| Cell * | fCell |
| The cell pointer. | |
| vector< int > | fX |
| Vector of X-coordinates of the positions. | |
| vector< int > | fY |
| Vector of Y-coordinates of the positions. | |
| vector< int > | fZ |
| Vector of Z-coordinates of the positions. | |
| int | fUniverse |
| the cell universe | |
This class holds a list of all positions in the core lattice occupied by one cell (one universe number).
Used only in ReshufflingScheme class.
|
inline |
< Normal constructor.
| CellOccupy::CellOccupy | ( | const CellOccupy & | co | ) |
Copy constructor.
|
default |
Destructor.
| Cell* CellOccupy::fCell |
The cell pointer.
| int CellOccupy::fUniverse |
the cell universe
| vector< int > CellOccupy::fX |
Vector of X-coordinates of the positions.
| vector< int > CellOccupy::fY |
Vector of Y-coordinates of the positions.
| vector< int > CellOccupy::fZ |
Vector of Z-coordinates of the positions.