summaryrefslogtreecommitdiffstats
path: root/python/astra/utils.pxd
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2020-06-23 11:40:26 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2020-07-02 15:54:12 +0200
commitb8bf069f375424fd303ad6e594412583633c1110 (patch)
treeb3cfcf3f67c35b7d2cf121993a20dcd6bda9f580 /python/astra/utils.pxd
parent82fc179f39ed6da308b0f229769f899570a1d9ea (diff)
downloadastra-b8bf069f375424fd303ad6e594412583633c1110.tar.gz
astra-b8bf069f375424fd303ad6e594412583633c1110.tar.bz2
astra-b8bf069f375424fd303ad6e594412583633c1110.tar.xz
astra-b8bf069f375424fd303ad6e594412583633c1110.zip
Refactor cython data3d object creation to prepare
Diffstat (limited to 'python/astra/utils.pxd')
-rw-r--r--python/astra/utils.pxd3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/astra/utils.pxd b/python/astra/utils.pxd
index ea3da86..69f4e96 100644
--- a/python/astra/utils.pxd
+++ b/python/astra/utils.pxd
@@ -33,3 +33,6 @@ from .PyIncludes cimport *
cdef configToDict(Config *)
cdef Config * dictToConfig(string rootname, dc) except NULL
+cdef CFloat32VolumeData3D* linkVolFromGeometry(CVolumeGeometry3D *pGeometry, data) except NULL
+cdef CFloat32ProjectionData3D* linkProjFromGeometry(CProjectionGeometry3D *pGeometry, data) except NULL
+