summaryrefslogtreecommitdiffstats
path: root/python/astra/PyIncludes.pxd
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-10-23 12:14:28 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-10-23 12:14:28 +0200
commit71d27819b1b046109b5c70e3bd112f436e96a545 (patch)
treea9e5d954745c4055b9beacdd0605d703a7a6514c /python/astra/PyIncludes.pxd
parent521825da92af4d3a08609241353517b8ec7e780c (diff)
downloadastra-71d27819b1b046109b5c70e3bd112f436e96a545.tar.gz
astra-71d27819b1b046109b5c70e3bd112f436e96a545.tar.bz2
astra-71d27819b1b046109b5c70e3bd112f436e96a545.tar.xz
astra-71d27819b1b046109b5c70e3bd112f436e96a545.zip
Support 2d/3d in astra.algorithm.get_res_norm
Diffstat (limited to 'python/astra/PyIncludes.pxd')
-rw-r--r--python/astra/PyIncludes.pxd4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/astra/PyIncludes.pxd b/python/astra/PyIncludes.pxd
index c091963..512b82f 100644
--- a/python/astra/PyIncludes.pxd
+++ b/python/astra/PyIncludes.pxd
@@ -152,6 +152,10 @@ cdef extern from "astra/ReconstructionAlgorithm2D.h" namespace "astra":
cdef cppclass CReconstructionAlgorithm2D:
bool getResidualNorm(float32&)
+cdef extern from "astra/ReconstructionAlgorithm3D.h" namespace "astra":
+ cdef cppclass CReconstructionAlgorithm3D:
+ bool getResidualNorm(float32&)
+
cdef extern from "astra/Projector2D.h" namespace "astra":
cdef cppclass CProjector2D:
bool isInitialized()