MURE
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CellOccupy Class Reference

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

CellfCell
 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
 

Detailed Description

This class holds a list of all positions in the core lattice occupied by one cell (one universe number).

Used only in ReshufflingScheme class.

Author
Frantisek Havluj

Constructor & Destructor Documentation

◆ CellOccupy() [1/2]

CellOccupy::CellOccupy ( )
inline

< Normal constructor.

◆ CellOccupy() [2/2]

CellOccupy::CellOccupy ( const CellOccupy co)

Copy constructor.

◆ ~CellOccupy()

CellOccupy::~CellOccupy ( )
default

Destructor.

Member Data Documentation

◆ fCell

Cell* CellOccupy::fCell

The cell pointer.

◆ fUniverse

int CellOccupy::fUniverse

the cell universe

◆ fX

vector< int > CellOccupy::fX

Vector of X-coordinates of the positions.

◆ fY

vector< int > CellOccupy::fY

Vector of Y-coordinates of the positions.

◆ fZ

vector< int > CellOccupy::fZ

Vector of Z-coordinates of the positions.


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

MURE Project, documentation generated by Doxygen 1.9.7 - Fri Jan 19 2024