summaryrefslogtreecommitdiffstats
path: root/include/astra/SparseMatrixProjector2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/SparseMatrixProjector2D.h')
-rw-r--r--include/astra/SparseMatrixProjector2D.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/astra/SparseMatrixProjector2D.h b/include/astra/SparseMatrixProjector2D.h
index db8c4e2..1fc44c5 100644
--- a/include/astra/SparseMatrixProjector2D.h
+++ b/include/astra/SparseMatrixProjector2D.h
@@ -133,14 +133,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.
*