diff options
author | Wim van Aarle <wimvanaarle@gmail.com> | 2015-03-12 15:16:10 +0100 |
---|---|---|
committer | Wim van Aarle <wimvanaarle@gmail.com> | 2015-03-12 15:16:10 +0100 |
commit | c0b6862d75edcde6beacf811ce97200776d13b62 (patch) | |
tree | 5e113db79ff7cbfd3f9bfe98ac32f88f897a8972 /include/astra/FanFlatProjectionGeometry2D.h | |
parent | 424c97dcdcf4604ffcf6dd0d3a5cda93e332c7e4 (diff) | |
download | astra-c0b6862d75edcde6beacf811ce97200776d13b62.tar.gz astra-c0b6862d75edcde6beacf811ce97200776d13b62.tar.bz2 astra-c0b6862d75edcde6beacf811ce97200776d13b62.tar.xz astra-c0b6862d75edcde6beacf811ce97200776d13b62.zip |
updated 'line_fanflat' projector
Diffstat (limited to 'include/astra/FanFlatProjectionGeometry2D.h')
-rw-r--r-- | include/astra/FanFlatProjectionGeometry2D.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/astra/FanFlatProjectionGeometry2D.h b/include/astra/FanFlatProjectionGeometry2D.h index 180fe68..8750232 100644 --- a/include/astra/FanFlatProjectionGeometry2D.h +++ b/include/astra/FanFlatProjectionGeometry2D.h @@ -30,6 +30,7 @@ $Id$ #define _INC_ASTRA_FANFLATPROJECTIONGEOMETRY2D #include "ProjectionGeometry2D.h" +#include "FanFlatVecProjectionGeometry2D.h" #include <cmath> @@ -190,6 +191,10 @@ public: * @return a unit vector describing the direction */ virtual CVector3D getProjectionDirection(int _iProjectionIndex, int _iDetectorIndex); + + /** Create a vector geom + */ + CFanFlatVecProjectionGeometry2D* toVectorGeometry(); }; |