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 () | |
Normal constructor. More... | |
CellOccupy (const CellOccupy &co) | |
Copy constructor. More... | |
~CellOccupy () | |
Destructor. More... | |
Public Attributes | |
Cell * | C |
The cell pointer. More... | |
vector< int > | X |
Vector of X-coordinates of the positions. More... | |
vector< int > | Y |
Vector of Y-coordinates of the positions. More... | |
vector< int > | Z |
Vector of Z-coordinates of the positions. More... | |
int | Universe |
the cell universe More... | |
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.
|
inline |
Destructor.
Cell* CellOccupy::C |
The cell pointer.
int CellOccupy::Universe |
the cell universe
vector<int> CellOccupy::X |
Vector of X-coordinates of the positions.
vector<int> CellOccupy::Y |
Vector of Y-coordinates of the positions.
vector<int> CellOccupy::Z |
Vector of Z-coordinates of the positions.