Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

FormatVertVector< T > Class Template Reference

output one or several vectors as (a) column(s): More...

List of all members.

Public Member Functions

 FormatVertVector (const CrystVector< T > &fVect, const int width=10, const int precision=4)
 FormatVertVector (const CrystVector< T > &fVect1, const CrystVector< T > &fVect2, const int width=10, const int precision=4)
 FormatVertVector (const CrystVector< T > &fVect1, const CrystVector< T > &fVect2, const CrystVector< T > &fVect3, const int width=10, const int precision=4)
 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)
 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)
 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)
 FormatVertVector (const CrystVector< T > *pVect, const int nbVect, const int width=10, const int precision=4)
 FormatVertVector (const CrystVector< T > &fVect1, const CrystVector< T > *pVect, const int nbVect, const int width=10, const int precision=4)
 ~FormatVertVector ()

Public Attributes

const CrystVector< T > ** mpVectors
const int mNbVectors
const int mWidth
const int mPrecision


Detailed Description

template<class T>
class FormatVertVector< T >

output one or several vectors as (a) column(s):

os << FormatVertVector<REAL>(vect,8,3); os << FormatVertVector<REAL>(vect1,vect2,vetc3,12,6); // For 7 vectors with width 12 and precision 4, // pVect being a pointer to an array of 7 vectors: os << FormatVertVector<REAL>(pVect,7,12,4);


Constructor & Destructor Documentation

template<class T>
FormatVertVector< T >::FormatVertVector const CrystVector< T > &  fVect,
const int  width = 10,
const int  precision = 4
 

template<class T>
FormatVertVector< T >::FormatVertVector const CrystVector< T > &  fVect1,
const CrystVector< T > &  fVect2,
const int  width = 10,
const int  precision = 4
 

template<class T>
FormatVertVector< T >::FormatVertVector const CrystVector< T > &  fVect1,
const CrystVector< T > &  fVect2,
const CrystVector< T > &  fVect3,
const int  width = 10,
const int  precision = 4
 

template<class T>
FormatVertVector< T >::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
 

template<class T>
FormatVertVector< T >::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
 

template<class T>
FormatVertVector< T >::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
 

template<class T>
FormatVertVector< T >::FormatVertVector const CrystVector< T > *  pVect,
const int  nbVect,
const int  width = 10,
const int  precision = 4
 

template<class T>
FormatVertVector< T >::FormatVertVector const CrystVector< T > &  fVect1,
const CrystVector< T > *  pVect,
const int  nbVect,
const int  width = 10,
const int  precision = 4
 

template<class T>
FormatVertVector< T >::~FormatVertVector  ) 
 


Member Data Documentation

template<class T>
const int FormatVertVector< T >::mNbVectors
 

template<class T>
const int FormatVertVector< T >::mPrecision
 

template<class T>
const CrystVector<T>** FormatVertVector< T >::mpVectors
 

template<class T>
const int FormatVertVector< T >::mWidth
 


The documentation for this class was generated from the following file:
Generated on Tue Nov 14 15:03:40 2006 for ObjCryst++ by doxygen 1.3.6