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

Method CForwardProjectionAlgorithm

src/ForwardProjectionAlgorithm.cpp:44–54  ·  view source on GitHub ↗

---------------------------------------------------------------------------------------- Constructor - Default

Source from the content-addressed store, hash-verified

42//----------------------------------------------------------------------------------------
43// Constructor - Default
44CForwardProjectionAlgorithm::CForwardProjectionAlgorithm()
45 : m_pProjector(nullptr),
46 m_pSinogram(nullptr),
47 m_pVolume(nullptr),
48 m_pVolumeMask(nullptr),
49 m_bUseVolumeMask(false),
50 m_pSinogramMask(nullptr),
51 m_bUseSinogramMask(false)
52{
53
54}
55
56//----------------------------------------------------------------------------------------
57// Constructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected