FOX/ObjCryst++
1.10.X (development)
|
output one or several vectors as (a) column(s): More...
Public Member Functions | |
FormatVertVector (const CrystVector< T > &fVect, const int width=10, const int precision=4, const int nb=0) | |
FormatVertVector (const CrystVector< T > &fVect1, const CrystVector< T > &fVect2, const int width=10, const int precision=4, const int nb=0) | |
FormatVertVector (const CrystVector< T > &fVect1, const CrystVector< T > &fVect2, const CrystVector< T > &fVect3, const int width=10, const int precision=4, const int nb=0) | |
FormatVertVector (const CrystVector< T > &fVect1, const CrystVector< T > &fVect2, const CrystVector< T > &fVect3, const CrystVector< T > &fVect4, const int width=10, const int precision=4, const int nb=0) | |
FormatVertVector (const CrystVector< T > &fVect1, const CrystVector< T > &fVect2, const CrystVector< T > &fVect3, const CrystVector< T > &fVect4, const CrystVector< T > &fVect5, const int width=10, const int precision=4, const int nb=0) | |
FormatVertVector (const CrystVector< T > &fVect1, const CrystVector< T > &fVect2, const CrystVector< T > &fVect3, const CrystVector< T > &fVect4, const CrystVector< T > &fVect5, const CrystVector< T > &fVect6, const int width=10, const int precision=4, const int nb=0) | |
FormatVertVector (const CrystVector< T > *pVect, const int nbVect, const int width=10, const int precision=4, const int nb=0) | |
FormatVertVector (const CrystVector< T > &fVect1, const CrystVector< T > *pVect, const int nbVect, const int width=10, const int precision=4, const int nb=0) | |
FormatVertVector (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 one or several vectors as (a) column(s):
Definition at line 96 of file VFNStreamFormat.h.