From b3822b778c2f8684217957c966dddfee178c926c Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Tue, 16 Jan 2018 09:33:15 +0100
Subject: Expose FDK_Filter function

---
 include/astra/cuda/3d/fdk.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'include/astra')

diff --git a/include/astra/cuda/3d/fdk.h b/include/astra/cuda/3d/fdk.h
index 6f6e73b..3b1a9e1 100644
--- a/include/astra/cuda/3d/fdk.h
+++ b/include/astra/cuda/3d/fdk.h
@@ -39,6 +39,10 @@ bool FDK_PreWeight(cudaPitchedPtr D_projData,
                 bool bShortScan,
                 const SDimensions3D& dims, const float* angles);
 
+bool FDK_Filter(cudaPitchedPtr D_projData,
+                const float *pfFilter,
+                const SDimensions3D& dims);
+
 bool FDK(cudaPitchedPtr D_volumeData,
          cudaPitchedPtr D_projData,
          const SConeProjection* angles,
-- 
cgit v1.2.3