CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
oSystemMatrix.cc
Go to the documentation of this file.
00001 
00002 /*
00003   Implementation of class oSystemMatrix
00004 
00005   - separators: done
00006   - doxygen: done
00007   - default initialization: done
00008   - CASTOR_DEBUG: 
00009   - CASTOR_VERBOSE: 
00010 */
00011 
00018 #include "oSystemMatrix.hh"
00019 #include "vScanner.hh"
00020 
00021 // =====================================================================
00022 // ---------------------------------------------------------------------
00023 // ---------------------------------------------------------------------
00024 // =====================================================================
00025 
00026 oSystemMatrix::oSystemMatrix()
00027 {
00028   // Not yet implemented
00029   Cerr("***** oSystemMatrix::oSystemMatrix() -> Not yet implemented !" << endl);
00030   Exit(EXIT_FAILURE);
00031   // Default all members
00032   m_compatibleWithSPECTAttenuationCorrection = false;
00033 }
00034 
00035 // =====================================================================
00036 // ---------------------------------------------------------------------
00037 // ---------------------------------------------------------------------
00038 // =====================================================================
00039 
00040 oSystemMatrix::~oSystemMatrix() {}
00041 
00042 // =====================================================================
00043 // ---------------------------------------------------------------------
00044 // ---------------------------------------------------------------------
00045 // =====================================================================
00046 
00047 int oSystemMatrix::Project(int a_projector, oProjectionLine* ap_ProjectionLine, uint32_t* ap_index1, uint32_t* ap_index2, int a_nbIndices)
00048 {
00049   return 0;
00050 }
00051 
00052 // =====================================================================
00053 // ---------------------------------------------------------------------
00054 // ---------------------------------------------------------------------
00055 // =====================================================================
 All Classes Files Functions Variables Typedefs Defines