go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
xoutmain.h
Go to the documentation of this file.
1 /*======================================================================
2 
3  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 
15 #ifndef __xoutmain_h
16 #define __xoutmain_h
17 
20 #include "xoutbase.h"
21 #include "xoutsimple.h"
22 #include "xoutrow.h"
23 #include "xoutcell.h"
24 
26 namespace xl = xoutlibrary;
27 
28 #define xout get_xout()
29 
32 namespace xoutlibrary
33 {
34 
39 
40 
41  extern "C"
42  {
43  xoutbase_type & get_xout(void);
44  void set_xout(xoutbase_type * arg);
45  }
46 
47 
48 
49 } // end namespace xoutlibrary
50 
51 #endif // end #ifndef __xoutmain_h
52 
xoutbase_type & get_xout(void)
The xoutrow class can easily generate tables.
Definition: xoutrow.h:40
xoutbase< char > xoutbase_type
Definition: xoutmain.h:35
xoutrow< char > xoutrow_type
Definition: xoutmain.h:37
xoutsimple< char > xoutsimple_type
Definition: xoutmain.h:36
xout class with only basic functionality.
Definition: xoutsimple.h:35
Base class for xout.
Definition: xoutbase.h:46
Stores the input in a string stream.
Definition: xoutcell.h:36
void set_xout(xoutbase_type *arg)
xoutcell< char > xoutcell_type
Definition: xoutmain.h:38


Generated on 06-12-2013 for elastix by doxygen 1.8.5 elastix logo