|
HG-MD
1
|
This is the cell class used by the HGrid. More...
#include <HGRID_base.h>
Public Member Functions | |
| Cell () | |
| Cell (int px, int py, int pz, int pl) | |
Public Attributes | |
| int | x |
| int | y |
| int | z |
| int | l |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Cell &cell) |
This is the cell class used by the HGrid.
| Cell::Cell | ( | ) | [inline] |
{ }
| Cell::Cell | ( | int | px, |
| int | py, | ||
| int | pz, | ||
| int | pl | ||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Cell & | cell | ||
| ) | [friend] |
| int Cell::l |
| int Cell::x |
| int Cell::y |
| int Cell::z |
1.7.6.1