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

Method CCudaCglsAlgorithm3D

src/CudaCglsAlgorithm3D.cpp:53–65  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

51//----------------------------------------------------------------------------------------
52// Constructor
53CCudaCglsAlgorithm3D::CCudaCglsAlgorithm3D()
54 : m_bBuffersInitialized(false),
55 m_iGPUIndex(-1),
56 D_projData(nullptr),
57 D_volData(nullptr),
58 D_w(nullptr),
59 D_z(nullptr),
60 D_r(nullptr),
61 D_p(nullptr),
62 D_volMaskData(nullptr)
63{
64
65}
66
67//----------------------------------------------------------------------------------------
68// Constructor with initialization

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected