MURE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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 ()
 Normal constructor. More...
 
 CellOccupy (const CellOccupy &co)
 Copy constructor. More...
 
 ~CellOccupy ()
 Destructor. More...
 

Public Attributes

CellC
 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...
 

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::CellOccupy ( )
inline

Normal constructor.

CellOccupy::CellOccupy ( const CellOccupy co)

Copy constructor.

CellOccupy::~CellOccupy ( )
inline

Destructor.

Member Data Documentation

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.


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

MURE Project, documentation generated by Doxygen 1.8.5 - Mon Nov 17 2014