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

Method callFP

src/CudaReconstructionAlgorithm2D.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175bool 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
182bool CCudaReconstructionAlgorithm2D::callBP(CData2D *D_vol, const CData2D *D_proj, float fScale)
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected