diff options
author | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2015-03-02 17:22:42 +0100 |
---|---|---|
committer | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2015-03-03 12:11:51 +0100 |
commit | 46eb9cce2bc172514096c761cd50b0fc74e6c8e6 (patch) | |
tree | ea54ff6dc4b1c8bb759fee58181904b81c1054e2 /python/astra/utils.pxd | |
parent | e468c6c546dbb4d9665ccb95b1571a160753d50e (diff) | |
download | astra-46eb9cce2bc172514096c761cd50b0fc74e6c8e6.tar.gz astra-46eb9cce2bc172514096c761cd50b0fc74e6c8e6.tar.bz2 astra-46eb9cce2bc172514096c761cd50b0fc74e6c8e6.tar.xz astra-46eb9cce2bc172514096c761cd50b0fc74e6c8e6.zip |
Make Python get_geometry code match Matlab (after 03a9dd972ada50eedb83386910cecf02fe8d0e35)
Diffstat (limited to 'python/astra/utils.pxd')
-rw-r--r-- | python/astra/utils.pxd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/astra/utils.pxd b/python/astra/utils.pxd index 55db9d3..ca84836 100644 --- a/python/astra/utils.pxd +++ b/python/astra/utils.pxd @@ -31,7 +31,5 @@ from .PyXMLDocument cimport XMLNode from .PyIncludes cimport * -cdef XMLDocument *dict2XML(string rootname, dc) -cdef XML2dict(XMLDocument *) -cdef createVolumeGeometryStruct(CVolumeGeometry2D* geom) -cdef createProjectionGeometryStruct(CProjectionGeometry2D* geom) +cdef configToDict(Config *) +cdef Config * dictToConfig(string rootname, dc) |