|
LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
This class encapsulates crystallographic unit cell data. More...
#include <cryst.hpp>
Public Member Functions | |
| UnitCell (const GCoord &v) | |
| greal | a (void) const |
| void | a (const greal x) |
| greal | b (void) const |
| void | b (const greal x) |
| greal | c (void) const |
| void | c (const greal x) |
| greal | alpha (void) const |
| void | alpha (const greal x) |
| greal | beta (void) const |
| void | beta (const greal x) |
| greal | gamma (void) const |
| void | gamma (const greal x) |
| std::string | spaceGroup (void) const |
| void | spaceGroup (const std::string s) |
| int | z (void) const |
| void | z (const int i) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const UnitCell &u) |
This class encapsulates crystallographic unit cell data.