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

Method _check

src/CudaBackProjectionAlgorithm3D.cpp:79–86  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------- Check

Source from the content-addressed store, hash-verified

77//---------------------------------------------------------------------------------------
78// Check
79bool CCudaBackProjectionAlgorithm3D::_check()
80{
81 // check base class
82 ASTRA_CONFIG_CHECK(CReconstructionAlgorithm3D::_check(), "BP3D_CUDA", "Error in ReconstructionAlgorithm3D initialization");
83
84
85 return true;
86}
87
88//---------------------------------------------------------------------------------------
89void CCudaBackProjectionAlgorithm3D::initializeFromProjector()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected