diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-04 15:15:16 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-04 15:15:16 +0100 |
commit | e07449189a05e3bcdc8ad4a9fbb95c0751f567bb (patch) | |
tree | e6bd7d6469ae58f72bc61000ffd3a3d39672d07f /python/astra/PyIncludes.pxd | |
parent | 81e7385c110a6210d0f9bc402df522301ec162f6 (diff) | |
download | astra-e07449189a05e3bcdc8ad4a9fbb95c0751f567bb.tar.gz astra-e07449189a05e3bcdc8ad4a9fbb95c0751f567bb.tar.bz2 astra-e07449189a05e3bcdc8ad4a9fbb95c0751f567bb.tar.xz astra-e07449189a05e3bcdc8ad4a9fbb95c0751f567bb.zip |
Add sample for experimental composite geometry code
Diffstat (limited to 'python/astra/PyIncludes.pxd')
-rw-r--r-- | python/astra/PyIncludes.pxd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/astra/PyIncludes.pxd b/python/astra/PyIncludes.pxd index 35dea5f..e9e2bdb 100644 --- a/python/astra/PyIncludes.pxd +++ b/python/astra/PyIncludes.pxd @@ -224,6 +224,7 @@ cdef extern from "astra/Float32VolumeData3DMemory.h" namespace "astra": int getRowCount() int getColCount() int getSliceCount() + bool isInitialized() @@ -255,6 +256,7 @@ cdef extern from "astra/Float32ProjectionData3DMemory.h" namespace "astra": int getDetectorColCount() int getDetectorRowCount() int getAngleCount() + bool isInitialized() cdef extern from "astra/Float32Data3D.h" namespace "astra": cdef cppclass CFloat32Data3D: |