summaryrefslogtreecommitdiffstats
path: root/matlab/mex/mexHelpFunctions.h
diff options
context:
space:
mode:
authorWim van Aarle <wimvanaarle@gmail.com>2015-02-24 14:54:11 +0100
committerWim van Aarle <wimvanaarle@gmail.com>2015-02-24 14:54:11 +0100
commit3f5e4b145c22d2dd512d584cd71bd4ae60c08a49 (patch)
treefd5bde6240e9189090b73e0be097fc653a3e9648 /matlab/mex/mexHelpFunctions.h
parentf619aba4543de6b9a4fe6fb63b6f1840ef509846 (diff)
downloadastra-3f5e4b145c22d2dd512d584cd71bd4ae60c08a49.tar.gz
astra-3f5e4b145c22d2dd512d584cd71bd4ae60c08a49.tar.bz2
astra-3f5e4b145c22d2dd512d584cd71bd4ae60c08a49.tar.xz
astra-3f5e4b145c22d2dd512d584cd71bd4ae60c08a49.zip
added get_geometry for 3d volume objects
Diffstat (limited to 'matlab/mex/mexHelpFunctions.h')
-rw-r--r--matlab/mex/mexHelpFunctions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/matlab/mex/mexHelpFunctions.h b/matlab/mex/mexHelpFunctions.h
index 84372ba..ae8acac 100644
--- a/matlab/mex/mexHelpFunctions.h
+++ b/matlab/mex/mexHelpFunctions.h
@@ -47,6 +47,9 @@ $Id$
#include "astra/FanFlatProjectionGeometry2D.h"
#include "astra/VolumeGeometry2D.h"
+#include "astra/VolumeGeometry3D.h"
+
+
#include "astra/XMLDocument.h"
#include "astra/XMLNode.h"
@@ -63,8 +66,11 @@ mxArray* anyToMxArray(boost::any _any);
astra::CProjectionGeometry2D* parseProjectionGeometryStruct(const mxArray*);
mxArray* createProjectionGeometryStruct(astra::CProjectionGeometry2D*);
+
astra::CVolumeGeometry2D* parseVolumeGeometryStruct(const mxArray*);
+
mxArray* createVolumeGeometryStruct(astra::CVolumeGeometry2D* _pReconGeom);
+mxArray* createVolumeGeometryStruct(astra::CVolumeGeometry3D* _pReconGeom);
astra::XMLDocument* struct2XML(string rootname, const mxArray* pStruct);