MCPcopy Create free account
hub / github.com/astra-toolbox/astra-toolbox / CSartAlgorithm

Method CSartAlgorithm

src/SartAlgorithm.cpp:43–50  ·  view source on GitHub ↗

---------------------------------------------------------------------------------------- Constructor

Source from the content-addressed store, hash-verified

41//----------------------------------------------------------------------------------------
42// Constructor
43CSartAlgorithm::CSartAlgorithm()
44 : m_pTotalRayLength(nullptr),
45 m_pTotalPixelWeight(nullptr),
46 m_pDiffSinogram(nullptr),
47 m_iIterationCount(0)
48{
49
50}
51
52//----------------------------------------------------------------------------------------
53// Constructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected