summaryrefslogtreecommitdiffstats
path: root/cuda/2d/astra.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-10-06 11:46:53 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-10-06 13:23:40 +0200
commit5d5f27a910d1fa63974cf4f4dc2485c60906441c (patch)
tree9cb52f6eaedf74a8998c76d03c82edb0c988f5b2 /cuda/2d/astra.h
parent52d34e926ee5a42d875dede9303ae898548fdc85 (diff)
downloadastra-5d5f27a910d1fa63974cf4f4dc2485c60906441c.tar.gz
astra-5d5f27a910d1fa63974cf4f4dc2485c60906441c.tar.bz2
astra-5d5f27a910d1fa63974cf4f4dc2485c60906441c.tar.xz
astra-5d5f27a910d1fa63974cf4f4dc2485c60906441c.zip
Start supporting flexible 2D volume geometry in Cuda FBP too
Diffstat (limited to 'cuda/2d/astra.h')
-rw-r--r--cuda/2d/astra.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cuda/2d/astra.h b/cuda/2d/astra.h
index d2d7059..efbac1d 100644
--- a/cuda/2d/astra.h
+++ b/cuda/2d/astra.h
@@ -78,9 +78,10 @@ public:
// fDetSize indicates the size of a detector pixel compared to a
// volume pixel edge.
//
- // pfAngles will only be read from during this call.
+ // pfAngles, fanProjs will only be read from during this call.
bool setFanGeometry(unsigned int iProjAngles,
unsigned int iProjDets,
+ const astraCUDA::SFanProjection *fanProjs,
const float *pfAngles,
float fOriginSourceDistance,
float fOriginDetectorDistance,