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 #ifndef __xoutmain_h
15 #define __xoutmain_h
16 
18 #include "xoutbase.h"
19 #include "xoutsimple.h"
20 #include "xoutrow.h"
21 #include "xoutcell.h"
22 
24 namespace xl = xoutlibrary;
25 
26 #define xout get_xout()
27 
29 namespace xoutlibrary
30 {
35 
36 xoutbase_type & get_xout( void );
37 
38 void set_xout( xoutbase_type * arg );
39 
40 } // end namespace xoutlibrary
41 
42 #endif // end #ifndef __xoutmain_h
xoutbase_type & get_xout(void)
The xoutrow class can easily generate tables.
Definition: xoutrow.h:38
xoutcell< char > xoutcell_type
Definition: xoutmain.h:34
xout class with only basic functionality.
Definition: xoutsimple.h:33
Base class for xout.
Definition: xoutbase.h:43
xoutbase< char > xoutbase_type
Definition: xoutmain.h:31
xoutrow< char > xoutrow_type
Definition: xoutmain.h:33
Stores the input in a string stream.
Definition: xoutcell.h:35
void set_xout(xoutbase_type *arg)
xoutsimple< char > xoutsimple_type
Definition: xoutmain.h:32


Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo