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

Method CReconstructionAlgorithm3D

src/ReconstructionAlgorithm3D.cpp:39–53  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

37//----------------------------------------------------------------------------------------
38// Constructor
39CReconstructionAlgorithm3D::CReconstructionAlgorithm3D()
40 : m_pProjector(nullptr),
41 m_pSinogram(nullptr),
42 m_pReconstruction(nullptr),
43 m_bUseMinConstraint(false),
44 m_fMinValue(0.0f),
45 m_bUseMaxConstraint(false),
46 m_fMaxValue(0.0f),
47 m_pReconstructionMask(nullptr),
48 m_bUseReconstructionMask(false),
49 m_pSinogramMask(nullptr),
50 m_bUseSinogramMask(false)
51{
52
53}
54
55//----------------------------------------------------------------------------------------
56// Destructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected