diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-01-24 13:48:49 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-01-24 14:18:03 +0100 |
commit | e2d5375ecc5c8fc45b796e0bd9d948cd729abcc9 (patch) | |
tree | 774f65447d591ce27abbaccc205940a010775c7b /include/astra/FanFlatBeamStripKernelProjector2D.h | |
parent | b9563df34df98480d35a53caa2b81d998440f9c5 (diff) | |
download | astra-e2d5375ecc5c8fc45b796e0bd9d948cd729abcc9.tar.gz astra-e2d5375ecc5c8fc45b796e0bd9d948cd729abcc9.tar.bz2 astra-e2d5375ecc5c8fc45b796e0bd9d948cd729abcc9.tar.xz astra-e2d5375ecc5c8fc45b796e0bd9d948cd729abcc9.zip |
Remove largely unimplemented CProjector2D::projectPoint method
This includes the astra_mex_projector('splat') matlab function.
Diffstat (limited to 'include/astra/FanFlatBeamStripKernelProjector2D.h')
-rw-r--r-- | include/astra/FanFlatBeamStripKernelProjector2D.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/astra/FanFlatBeamStripKernelProjector2D.h b/include/astra/FanFlatBeamStripKernelProjector2D.h index a6a303c..4942f6c 100644 --- a/include/astra/FanFlatBeamStripKernelProjector2D.h +++ b/include/astra/FanFlatBeamStripKernelProjector2D.h @@ -132,14 +132,6 @@ public: int _iMaxPixelCount, int& _iStoredPixelCount); - /** Create a list of detectors that are influenced by point [_iRow, _iCol]. - * - * @param _iRow row of the point - * @param _iCol column of the point - * @return list of SDetector2D structs - */ - virtual std::vector<SDetector2D> projectPoint(int _iRow, int _iCol); - /** Policy-based projection of all rays. This function will calculate each non-zero projection * weight and use this value for a task provided by the policy object. * |