Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

FormatVertVector< T > Class Template Reference

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

List of all members.


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


The documentation for this class was generated from the following file:
Generated on Wed Jun 25 23:26:10 2003 for ObjCryst++ by doxygen1.2.18