diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2020-07-02 16:15:25 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2020-07-02 16:15:25 +0200 |
commit | b126aefdda9148143971b95460f6f52010cc2358 (patch) | |
tree | ffe468575dcf47d3411e7c2467e72ddf8626c988 /python/astra/utils.pxd | |
parent | 82fc179f39ed6da308b0f229769f899570a1d9ea (diff) | |
parent | 69ab4daf439164eb37203b69b0cca3efe4c2232e (diff) | |
download | astra-b126aefdda9148143971b95460f6f52010cc2358.tar.gz astra-b126aefdda9148143971b95460f6f52010cc2358.tar.bz2 astra-b126aefdda9148143971b95460f6f52010cc2358.tar.xz astra-b126aefdda9148143971b95460f6f52010cc2358.zip |
Merge branch 'direct_fpbp'
Diffstat (limited to 'python/astra/utils.pxd')
-rw-r--r-- | python/astra/utils.pxd | 3 |
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 + |