|
| | Structure () |
| |
| void | Read (const string &fileName) |
| |
| int | isize () const |
| |
| string | Nuc (int i) const |
| |
| double | X (int i) const |
| |
| double | Y (int i) const |
| |
| double | Z (int i) const |
| |
| int | Pair (int i) const |
| |
| void | Change (int pos, double y) |
| |
| void Structure::Change |
( |
int |
pos, |
|
|
double |
y |
|
) |
| |
|
inline |
| int Structure::isize |
( |
| ) |
const |
|
inline |
| string Structure::Nuc |
( |
int |
i | ) |
const |
|
inline |
| int Structure::Pair |
( |
int |
i | ) |
const |
|
inline |
| void Structure::Read |
( |
const string & |
fileName | ) |
|
|
inline |
| double Structure::X |
( |
int |
i | ) |
const |
|
inline |
| double Structure::Y |
( |
int |
i | ) |
const |
|
inline |
| double Structure::Z |
( |
int |
i | ) |
const |
|
inline |
| svec<int> Structure::m_paired |
|
private |
| svec<double> Structure::m_x |
|
private |
| svec<double> Structure::m_y |
|
private |
| svec<double> Structure::m_z |
|
private |
The documentation for this class was generated from the following file: