---------------------------------------------------------------------------------------- Constructor
| 41 | //---------------------------------------------------------------------------------------- |
| 42 | // Constructor |
| 43 | CSirtAlgorithm::CSirtAlgorithm() |
| 44 | : m_pTotalRayLength(nullptr), |
| 45 | m_pTotalPixelWeight(nullptr), |
| 46 | m_pDiffSinogram(nullptr), |
| 47 | m_pTmpVolume(nullptr), |
| 48 | m_iIterationCount(0), |
| 49 | m_fLambda(1.0f) |
| 50 | { |
| 51 | |
| 52 | } |
| 53 | |
| 54 | //--------------------------------------------------------------------------------------- |
| 55 | // Initialize - C++ |
nothing calls this directly
no outgoing calls
no test coverage detected