---------------------------------------------------------------------------------------- Constructor
| 41 | //---------------------------------------------------------------------------------------- |
| 42 | // Constructor |
| 43 | CSartAlgorithm::CSartAlgorithm() |
| 44 | : m_pTotalRayLength(nullptr), |
| 45 | m_pTotalPixelWeight(nullptr), |
| 46 | m_pDiffSinogram(nullptr), |
| 47 | m_iIterationCount(0) |
| 48 | { |
| 49 | |
| 50 | } |
| 51 | |
| 52 | //---------------------------------------------------------------------------------------- |
| 53 | // Constructor |
nothing calls this directly
no outgoing calls
no test coverage detected