|
Public Member Functions |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const CrystVector< T > &m, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const CrystVector< T > &m, const CrystVector< T > &n, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const CrystVector< T > &m, const CrystVector< T > &n, const CrystVector< T > &o, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const CrystVector< T > &m, const CrystVector< T > &n, const CrystVector< T > &o, const CrystVector< T > &p, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const CrystVector< T > &m, const CrystVector< T > &n, const CrystVector< T > &o, const CrystVector< T > &p, const CrystVector< T > &q, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const CrystVector< T > &m, const CrystVector< T > &n, const CrystVector< T > &o, const CrystVector< T > &p, const CrystVector< T > &q, const CrystVector< T > &r, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const CrystVector< T > &m, const CrystVector< T > &n, const CrystVector< T > &o, const CrystVector< T > &p, const CrystVector< T > &q, const CrystVector< T > &r, const CrystVector< T > &s, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const CrystVector< T > &m, const CrystVector< T > &n, const CrystVector< T > &o, const CrystVector< T > &p, const CrystVector< T > &q, const CrystVector< T > &r, const CrystVector< T > &s, const CrystVector< T > &t, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const CrystVector< T > &m, const CrystVector< T > &n, const CrystVector< T > &o, const CrystVector< T > &p, const CrystVector< T > &q, const CrystVector< T > &r, const CrystVector< T > &s, const CrystVector< T > &t, const CrystVector< T > &u, const int width=10, const int precision=4) |
| FormatVertVectorHKLFloats (std::vector< const CrystVector< T > * > &v, const int width=10, const int precision=4) |
| ~FormatVertVectorHKLFloats () |
Public Attributes |
std::vector< const CrystVector<
T > * > | mvpVectors |
const int | mWidth |
const int | mPrecision |
cout << FormatVertVectorHKLFloats<REAL>(vH,vK,vL,vIobs,vIcalc,vSigma,12,4);