---------------------------------------------------------------------------------------- Constructor
| 41 | //---------------------------------------------------------------------------------------- |
| 42 | // Constructor |
| 43 | CCudaEMAlgorithm::CCudaEMAlgorithm() |
| 44 | : m_bBuffersInitialized(false), |
| 45 | D_projData(nullptr), |
| 46 | D_volData(nullptr), |
| 47 | D_pixelWeight(nullptr), |
| 48 | D_tmpProjData(nullptr), |
| 49 | D_tmpVolData(nullptr) |
| 50 | { |
| 51 | |
| 52 | } |
| 53 | |
| 54 | //---------------------------------------------------------------------------------------- |
| 55 | // Destructor |
nothing calls this directly
no outgoing calls
no test coverage detected