summaryrefslogtreecommitdiffstats
path: root/include/astra/ParallelProjectionGeometry3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/ParallelProjectionGeometry3D.h')
-rw-r--r--include/astra/ParallelProjectionGeometry3D.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/astra/ParallelProjectionGeometry3D.h b/include/astra/ParallelProjectionGeometry3D.h
index a981104..907eead 100644
--- a/include/astra/ParallelProjectionGeometry3D.h
+++ b/include/astra/ParallelProjectionGeometry3D.h
@@ -147,6 +147,10 @@ public:
*/
virtual CVector3D getProjectionDirection(int _iProjectionIndex, int _iDetectorIndex) const;
+ virtual void projectPoint(float32 fX, float32 fY, float32 fZ,
+ int iAngleIndex,
+ float32 &fU, float32 &fV) const;
+
/**
* Creates (= allocates) a 2D projection geometry used when projecting one slice using a 2D projector
*