diff options
author | Wim van Aarle <wimvanaarle@gmail.com> | 2015-03-18 11:08:20 +0100 |
---|---|---|
committer | Wim van Aarle <wimvanaarle@gmail.com> | 2015-03-18 11:08:20 +0100 |
commit | fb01aaf4cd4e7f22308e07bd94dcfc97083e8ec8 (patch) | |
tree | f61cc9842bfc1875d9fc4fa37a697efb3bba8895 /python/astra/utils.pxd | |
parent | c9730a84bd2be4fa2df2fd2ef947a624e9a09f02 (diff) | |
download | astra-fb01aaf4cd4e7f22308e07bd94dcfc97083e8ec8.tar.gz astra-fb01aaf4cd4e7f22308e07bd94dcfc97083e8ec8.tar.bz2 astra-fb01aaf4cd4e7f22308e07bd94dcfc97083e8ec8.tar.xz astra-fb01aaf4cd4e7f22308e07bd94dcfc97083e8ec8.zip |
updated python bindings
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) |