summaryrefslogtreecommitdiffstats
path: root/include/astra/ProjectionGeometry3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/ProjectionGeometry3D.h')
-rw-r--r--include/astra/ProjectionGeometry3D.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/astra/ProjectionGeometry3D.h b/include/astra/ProjectionGeometry3D.h
index a665c6c..2cff9f1 100644
--- a/include/astra/ProjectionGeometry3D.h
+++ b/include/astra/ProjectionGeometry3D.h
@@ -320,21 +320,6 @@ public:
int iAngleIndex,
double &fU, double &fV) const = 0;
- /* Backproject a point onto a plane parallel to a coordinate plane.
- * The 2D point coordinates are the (unrounded) indices of the detector
- * column and row. The output is in 3D coordinates in units.
- * are in units. The output fU,fV are the (unrounded) indices of the
- * detector column and row.
- * This may fall outside of the actual detector.
- */
- virtual void backprojectPointX(int iAngleIndex, double fU, double fV,
- double fX, double &fY, double &fZ) const = 0;
- virtual void backprojectPointY(int iAngleIndex, double fU, double fV,
- double fY, double &fX, double &fZ) const = 0;
- virtual void backprojectPointZ(int iAngleIndex, double fU, double fV,
- double fZ, double &fX, double &fY) const = 0;
-
-
/** Returns true if the type of geometry defined in this class is the one specified in _sType.
*
* @param _sType geometry type to compare to.