Home
|
Main Page
|
Modules
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Data Structures
|
File List
|
Namespace Members
|
Data Fields
|
Globals
|
Related Pages
src
Common
xout
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
{
31
typedef
xoutbase< char >
xoutbase_type
;
32
typedef
xoutsimple< char >
xoutsimple_type
;
33
typedef
xoutrow< char >
xoutrow_type
;
34
typedef
xoutcell< char >
xoutcell_type
;
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
xoutcell.h
xoutlibrary::get_xout
xoutbase_type & get_xout(void)
xoutsimple.h
xoutlibrary::xoutrow
The xoutrow class can easily generate tables.
Definition:
xoutrow.h:38
xoutbase.h
xoutrow.h
xoutlibrary::xoutcell_type
xoutcell< char > xoutcell_type
Definition:
xoutmain.h:34
xoutlibrary::xoutsimple
xout class with only basic functionality.
Definition:
xoutsimple.h:33
xoutlibrary::xoutbase
Base class for xout.
Definition:
xoutbase.h:43
xoutlibrary::xoutbase_type
xoutbase< char > xoutbase_type
Definition:
xoutmain.h:31
xoutlibrary::xoutrow_type
xoutrow< char > xoutrow_type
Definition:
xoutmain.h:33
xoutlibrary::xoutcell
Stores the input in a string stream.
Definition:
xoutcell.h:35
xoutlibrary::set_xout
void set_xout(xoutbase_type *arg)
xoutlibrary::xoutsimple_type
xoutsimple< char > xoutsimple_type
Definition:
xoutmain.h:32
Generated on 11-03-2014 for elastix by
1.8.6