CASToR  1.1
Tomographic Reconstruction (PET/SPECT)
 All Classes Files Functions Variables Typedefs Macros Groups Pages
oSystemMatrix.cc
Go to the documentation of this file.
1 
2 /*
3  Implementation of class oSystemMatrix
4 
5  - separators: done
6  - doxygen: done
7  - default initialization: done
8  - CASTOR_DEBUG:
9  - CASTOR_VERBOSE:
10 */
11 
18 #include "oSystemMatrix.hh"
19 #include "vScanner.hh"
20 
21 // =====================================================================
22 // ---------------------------------------------------------------------
23 // ---------------------------------------------------------------------
24 // =====================================================================
25 
27 {
28  // Not yet implemented
29  Cerr("***** oSystemMatrix::oSystemMatrix() -> Not yet implemented !" << endl);
30  Exit(EXIT_FAILURE);
31  // Default all members
33 }
34 
35 // =====================================================================
36 // ---------------------------------------------------------------------
37 // ---------------------------------------------------------------------
38 // =====================================================================
39 
41 
42 // =====================================================================
43 // ---------------------------------------------------------------------
44 // ---------------------------------------------------------------------
45 // =====================================================================
46 
47 int oSystemMatrix::Project(int a_projector, oProjectionLine* ap_ProjectionLine, uint32_t* ap_index1, uint32_t* ap_index2, int a_nbIndices)
48 {
49  return 0;
50 }
51 
52 // =====================================================================
53 // ---------------------------------------------------------------------
54 // ---------------------------------------------------------------------
55 // =====================================================================
bool m_compatibleWithSPECTAttenuationCorrection
oSystemMatrix()
The constructor of oSystemMatrix.
Declaration of class oSystemMatrix.
~oSystemMatrix()
The destructor of oSystemMatrix.
void Exit(int code)
#define Cerr(MESSAGE)
Declaration of class vScanner.
This class is designed to manage and store system matrix elements associated to a vEvent...
int Project(int a_direction, oProjectionLine *ap_ProjectionLine, uint32_t *ap_index1, uint32_t *ap_index2, int a_nbIndices)