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

Method initialize

src/ParallelBeamStripKernelProjector2D.cpp:82–94  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------- Initialize, use a Config object

Source from the content-addressed store, hash-verified

80//---------------------------------------------------------------------------------------
81// Initialize, use a Config object
82bool CParallelBeamStripKernelProjector2D::initialize(const Config& _cfg)
83{
84 assert(!m_bIsInitialized);
85
86 // initialization of parent class
87 if (!CProjector2D::initialize(_cfg)) {
88 return false;
89 }
90
91 // success
92 m_bIsInitialized = _check();
93 return m_bIsInitialized;
94}
95
96//---------------------------------------------------------------------------------------
97// Initialize

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected