FOX/ObjCryst++
1.10.X (development)
|
Output vectors as column arrays, with the first 3 columns printed as integers. More...
Public Member Functions | |
FormatVertVectorHKLFloats (const CrystVector< T > &h, const CrystVector< T > &k, const CrystVector< T > &l, const int width=10, const int precision=4, const int nb=0) | |
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, const int nb=0) | |
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, const int nb=0) | |
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, const int nb=0) | |
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, const int nb=0) | |
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, const int nb=0) | |
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, const int nb=0) | |
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, const int nb=0) | |
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, const int nb=0) | |
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, const int nb=0) | |
FormatVertVectorHKLFloats (std::vector< const CrystVector< T > * > &v, const int width=10, const int precision=4, const int nb=0) | |
Public Attributes | |
std::vector< const CrystVector < T > * > | mvpVectors |
const int | mWidth |
const int | mPrecision |
const int | mNb |
Output vectors as column arrays, with the first 3 columns printed as integers.
Definition at line 188 of file VFNStreamFormat.h.