summaryrefslogtreecommitdiffstats
path: root/include/astra/ConeProjectionGeometry3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/ConeProjectionGeometry3D.h')
-rw-r--r--include/astra/ConeProjectionGeometry3D.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/astra/ConeProjectionGeometry3D.h b/include/astra/ConeProjectionGeometry3D.h
index aba8797..ce17353 100644
--- a/include/astra/ConeProjectionGeometry3D.h
+++ b/include/astra/ConeProjectionGeometry3D.h
@@ -185,6 +185,11 @@ public:
* Returns a vector giving the projection direction for a projection and detector index
*/
virtual CVector3D getProjectionDirection(int _iProjectionIndex, int _iDetectorIndex) const;
+
+ virtual void projectPoint(float32 fX, float32 fY, float32 fZ,
+ int iAngleIndex,
+ float32 &fU, float32 &fV) const;
+
};
// Returns the distance from the origin of the coordinate system to the source.