CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
vPenalty.cc
Go to the documentation of this file.
00001 
00002 /*
00003   Implementation of class vPenalty
00004 
00005   - separators: X
00006   - doxygen: X
00007   - default initialization: X
00008   - CASTOR_DEBUG: 
00009   - CASTOR_VERBOSE: 
00010 */
00011 
00018 #include "vPenalty.hh"
00019 #include "sOutputManager.hh"
00020 
00021 // =====================================================================
00022 // ---------------------------------------------------------------------
00023 // ---------------------------------------------------------------------
00024 // =====================================================================
00025 
00026 vPenalty::vPenalty()
00027 {
00028   // Affect default values
00029   mp_ImageDimensionsAndQuantification = NULL;
00030   m_verbose = 0;
00031 }
00032 
00033 // =====================================================================
00034 // ---------------------------------------------------------------------
00035 // ---------------------------------------------------------------------
00036 // =====================================================================
00037 
00038 vPenalty::~vPenalty() {}
00039 
00040 // =====================================================================
00041 // ---------------------------------------------------------------------
00042 // ---------------------------------------------------------------------
00043 // =====================================================================
 All Classes Files Functions Variables Typedefs Defines