summaryrefslogtreecommitdiffstats
path: root/include/astra
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-04 15:14:19 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-04 15:14:19 +0100
commit81e7385c110a6210d0f9bc402df522301ec162f6 (patch)
tree70d1f56a334f14f992f183153f7f1b303a30443f /include/astra
parentb14fb531ad9ae3d565f2cf28f5506408ab10dbed (diff)
downloadastra-81e7385c110a6210d0f9bc402df522301ec162f6.tar.gz
astra-81e7385c110a6210d0f9bc402df522301ec162f6.tar.bz2
astra-81e7385c110a6210d0f9bc402df522301ec162f6.tar.xz
astra-81e7385c110a6210d0f9bc402df522301ec162f6.zip
Add utility functions for creating FP/BP JobLists
Diffstat (limited to 'include/astra')
-rw-r--r--include/astra/CompositeGeometryManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/astra/CompositeGeometryManager.h b/include/astra/CompositeGeometryManager.h
index a6e57f1..6610151 100644
--- a/include/astra/CompositeGeometryManager.h
+++ b/include/astra/CompositeGeometryManager.h
@@ -136,6 +136,8 @@ public:
bool doBP(CProjector3D *pProjector, CFloat32VolumeData3DMemory *pVolData,
CFloat32ProjectionData3DMemory *pProjData);
+ bool doFP(CProjector3D *pProjector, const std::vector<CFloat32VolumeData3DMemory *>& volData, const std::vector<CFloat32ProjectionData3DMemory *>& projData);
+ bool doBP(CProjector3D *pProjector, const std::vector<CFloat32VolumeData3DMemory *>& volData, const std::vector<CFloat32ProjectionData3DMemory *>& projData);
protected: