CASToR  3.2
Tomographic Reconstruction (PET/SPECT/CT)
code/src/projector/oSystemMatrix.cc
Go to the documentation of this file.
1 
8 #include "oSystemMatrix.hh"
9 #include "vScanner.hh"
10 
11 // =====================================================================
12 // ---------------------------------------------------------------------
13 // ---------------------------------------------------------------------
14 // =====================================================================
15 
17 {
18  // Not yet implemented
19  Cerr("***** oSystemMatrix::oSystemMatrix() -> Not yet implemented !" << endl);
20  Exit(EXIT_FAILURE);
21  // Default all members
23 }
24 
25 // =====================================================================
26 // ---------------------------------------------------------------------
27 // ---------------------------------------------------------------------
28 // =====================================================================
29 
31 
32 // =====================================================================
33 // ---------------------------------------------------------------------
34 // ---------------------------------------------------------------------
35 // =====================================================================
36 
37 int oSystemMatrix::Project(int a_projector, oProjectionLine* ap_ProjectionLine, uint32_t* ap_index1, uint32_t* ap_index2, int a_nbIndices)
38 {
39  return 0;
40 }
41 
42 // =====================================================================
43 // ---------------------------------------------------------------------
44 // ---------------------------------------------------------------------
45 // =====================================================================
#define Cerr(MESSAGE)
void Exit(int code)
oSystemMatrix()
The constructor of oSystemMatrix.
~oSystemMatrix()
The destructor of oSystemMatrix.
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)