summaryrefslogtreecommitdiffstats
path: root/cuda/3d/astra3d.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-03-11 12:07:48 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-03-11 12:07:48 +0100
commit140f64028a6c06895ba7dad8997e14b7a05aadab (patch)
treec8d979138c8fca2984b49dab10f3af8c81c80c9f /cuda/3d/astra3d.h
parent9eb68c39c62a8e674e3dbe50252528226c6593ff (diff)
downloadastra-140f64028a6c06895ba7dad8997e14b7a05aadab.tar.gz
astra-140f64028a6c06895ba7dad8997e14b7a05aadab.tar.bz2
astra-140f64028a6c06895ba7dad8997e14b7a05aadab.tar.xz
astra-140f64028a6c06895ba7dad8997e14b7a05aadab.zip
Let astraCudaFDK use utility functions
Diffstat (limited to 'cuda/3d/astra3d.h')
-rw-r--r--cuda/3d/astra3d.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/cuda/3d/astra3d.h b/cuda/3d/astra3d.h
index cab5479..6bac8b2 100644
--- a/cuda/3d/astra3d.h
+++ b/cuda/3d/astra3d.h
@@ -401,17 +401,8 @@ _AstraExport bool astraCudaPar3DBP_SIRTWeighted(float* pfVolume, const float* pf
int iGPUIndex, int iVoxelSuperSampling);
_AstraExport bool astraCudaFDK(float* pfVolume, const float* pfProjections,
- unsigned int iVolX,
- unsigned int iVolY,
- unsigned int iVolZ,
- unsigned int iProjAngles,
- unsigned int iProjU,
- unsigned int iProjV,
- float fOriginSourceDistance,
- float fOriginDetectorDistance,
- float fDetUSize,
- float fDetVSize,
- const float *pfAngles,
+ const CVolumeGeometry3D* pVolGeom,
+ const CConeProjectionGeometry3D* pProjGeom,
bool bShortScan,
int iGPUIndex, int iVoxelSuperSampling);