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

Method CSirtAlgorithm

src/SirtAlgorithm.cpp:43–52  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41//----------------------------------------------------------------------------------------
42// Constructor
43CSirtAlgorithm::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++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected