CASToR  1.1
Tomographic Reconstruction (PET/SPECT)
 All Classes Files Functions Variables Typedefs Macros Groups Pages
vPenalty.cc
Go to the documentation of this file.
1 
2 /*
3  Implementation of class vPenalty
4 
5  - separators: X
6  - doxygen: X
7  - default initialization: X
8  - CASTOR_DEBUG:
9  - CASTOR_VERBOSE:
10 */
11 
18 #include "vPenalty.hh"
19 #include "sOutputManager.hh"
20 
21 // =====================================================================
22 // ---------------------------------------------------------------------
23 // ---------------------------------------------------------------------
24 // =====================================================================
25 
27 {
28  // Affect default values
30  m_verbose = 0;
31 }
32 
33 // =====================================================================
34 // ---------------------------------------------------------------------
35 // ---------------------------------------------------------------------
36 // =====================================================================
37 
39 
40 // =====================================================================
41 // ---------------------------------------------------------------------
42 // ---------------------------------------------------------------------
43 // =====================================================================
int m_verbose
Definition: vPenalty.hh:85
vPenalty()
The constructor of vPenalty.
Definition: vPenalty.cc:26
virtual ~vPenalty()
The destructor of vPenalty.
Definition: vPenalty.cc:38
oImageDimensionsAndQuantification * mp_ImageDimensionsAndQuantification
Definition: vPenalty.hh:83
Declaration of class vPenalty.
Declaration of class sOutputManager.