| 173 | } |
| 174 | |
| 175 | bool CCudaReconstructionAlgorithm2D::callFP(const CData2D *D_vol, CData2D *D_proj, float fScale) |
| 176 | { |
| 177 | astraCUDA::SProjectorParams2D p = m_params; |
| 178 | p.fOutputScale *= fScale; |
| 179 | return astraCUDA::FP(D_proj, D_vol, m_geometry, p); |
| 180 | } |
| 181 | |
| 182 | bool CCudaReconstructionAlgorithm2D::callBP(CData2D *D_vol, const CData2D *D_proj, float fScale) |
| 183 | { |
nothing calls this directly
no outgoing calls
no test coverage detected