Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBprintfM.hxx

Go to the documentation of this file.
00001 #ifndef _CTBprintfM_HXX
00002 #define _CTBprintfM_HXX 1
00003 
00009 /*----------------------------------------------------------------------------*/
00010 /* C Tool Box: Designed and implemented by:                                   */
00011 /*    Walter F.J. Mueller   Gesellschaft fuer Schwerionenforschung (GSI)      */
00012 /*                          Planckstrasse 1, D-64291 Darmstadt, Germany       */
00013 /*                  Email:  W.F.J.Mueller@gsi.de                              */
00014 /*                  WWW:    http://www-kp3.gsi.de/www/kp3/people/mueller.html */
00015 /*------------------------------------------+---------------------------------*/
00016 
00017 #include "CTBvector.hxx"
00018 #include "CTBmatrix.hxx"
00019 #include "CTBprintfBase.hxx"
00020 
00021 template <class T>
00022 class CTBprintfVM : public CTBprintfBase3d {
00023   public:
00024                     CTBprintfVM(const CTBvector<CTBmatrix<T> >& value,
00025                                 const char* c_format, int i_width,
00026                                 int i_precision, CTBint i_pcol, CTBint i_wind);
00027 
00028     virtual void    ToStreamElement(ostream& os, CTBint i1, CTBint i2,
00029                                     CTBint i3) const;
00030     virtual CTBint  Dimension1() const;
00031     virtual CTBint  Dimension2(CTBint i1) const;
00032     virtual CTBint  Dimension3(CTBint i1, CTBint i2) const;
00033 
00034   protected:
00035 
00036     const CTBvector<CTBmatrix<T> >& m_value;
00037 };
00038 
00039 #endif

Generated at Fri Oct 24 18:11:29 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001