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

Method CCudaEMAlgorithm

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

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

Source from the content-addressed store, hash-verified

41//----------------------------------------------------------------------------------------
42// Constructor
43CCudaEMAlgorithm::CCudaEMAlgorithm()
44 : m_bBuffersInitialized(false),
45 D_projData(nullptr),
46 D_volData(nullptr),
47 D_pixelWeight(nullptr),
48 D_tmpProjData(nullptr),
49 D_tmpVolData(nullptr)
50{
51
52}
53
54//----------------------------------------------------------------------------------------
55// Destructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected