ObjCryst++  1.5CVS
Public Member Functions | Public Attributes
FormatVertVectorHKLFloats< T > Class Template Reference

Output vectors as column arrays, with the first 3 columns printed as integers. More...

List of all members.

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)

Public Attributes

std::vector< const CrystVector
< T > * > 
mvpVectors
const int mWidth
const int mPrecision

Detailed Description

template<class T>
class FormatVertVectorHKLFloats< T >

Output vectors as column arrays, with the first 3 columns printed as integers.

cout << FormatVertVectorHKLFloats<REAL>(vH,vK,vL,vIobs,vIcalc,vSigma,12,4);

The documentation for this class was generated from the following file: