#include <basis.h>
Public Member Functions | |
| LatticeShape (int dim_) | |
| int | getXmax () |
| int | getYmax () |
| int | getZmax () |
| void | setXmax (int xmax) |
| void | setYmax (int ymax) |
| void | setZmax (int zmax) |
| int | getDim () |
| void | setDim (int dim_) |
| ~LatticeShape () | |
| LatticeShape::LatticeShape | ( | int | dim_ | ) | [inline] |
| LatticeShape::~LatticeShape | ( | ) | [inline] |
| int LatticeShape::getDim | ( | ) | [inline] |
| int LatticeShape::getXmax | ( | ) | [inline] |
| int LatticeShape::getYmax | ( | ) | [inline] |
| int LatticeShape::getZmax | ( | ) | [inline] |
| void LatticeShape::setDim | ( | int | dim_ | ) | [inline] |
| void LatticeShape::setXmax | ( | int | xmax | ) | [inline] |
| void LatticeShape::setYmax | ( | int | ymax | ) | [inline] |
| void LatticeShape::setZmax | ( | int | zmax | ) | [inline] |
1.4.7