summaryrefslogtreecommitdiffstats
path: root/include/astra/CudaFDKAlgorithm3D.h
diff options
context:
space:
mode:
authorDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-05-20 15:10:03 +0200
committerDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-05-20 15:10:03 +0200
commit399422985fd27a1e6a1f8cea3642402128b050fa (patch)
tree4898e3470bbd2b81bc378df1c3b8c14654eb3ba5 /include/astra/CudaFDKAlgorithm3D.h
parent844a9f71fba18c76d6b3566b78908877a0a1a9c8 (diff)
downloadastra-399422985fd27a1e6a1f8cea3642402128b050fa.tar.gz
astra-399422985fd27a1e6a1f8cea3642402128b050fa.tar.bz2
astra-399422985fd27a1e6a1f8cea3642402128b050fa.tar.xz
astra-399422985fd27a1e6a1f8cea3642402128b050fa.zip
Add option to specify custom filter for FDK
Diffstat (limited to 'include/astra/CudaFDKAlgorithm3D.h')
-rw-r--r--include/astra/CudaFDKAlgorithm3D.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/astra/CudaFDKAlgorithm3D.h b/include/astra/CudaFDKAlgorithm3D.h
index 63f07fd..477bf34 100644
--- a/include/astra/CudaFDKAlgorithm3D.h
+++ b/include/astra/CudaFDKAlgorithm3D.h
@@ -151,6 +151,7 @@ protected:
int m_iGPUIndex;
int m_iVoxelSuperSampling;
+ int m_iFilterDataId;
bool m_bShortScan;
void initializeFromProjector();