FOX/ObjCryst++  1.10.X (development)
FormatVertVectorHKLFloats< T > Class Template Reference

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
 

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);

Definition at line 188 of file VFNStreamFormat.h.


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