--------------------------------------------------------------------------------------- Check
| 77 | //--------------------------------------------------------------------------------------- |
| 78 | // Check |
| 79 | bool 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 | //--------------------------------------------------------------------------------------- |
| 89 | void CCudaBackProjectionAlgorithm3D::initializeFromProjector() |
nothing calls this directly
no outgoing calls
no test coverage detected