summaryrefslogtreecommitdiffstats
path: root/include/astra/GeometryUtil2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/GeometryUtil2D.h')
-rw-r--r--include/astra/GeometryUtil2D.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/astra/GeometryUtil2D.h b/include/astra/GeometryUtil2D.h
index 4d79353..914e40d 100644
--- a/include/astra/GeometryUtil2D.h
+++ b/include/astra/GeometryUtil2D.h
@@ -96,8 +96,11 @@ SFanProjection* genFanProjections(unsigned int iProjAngles,
double fDetSize,
const float *pfAngles);
+bool getParParameters(const SParProjection &proj, unsigned int iProjDets, float &fAngle, float &fDetSize, float &fOffset);
+
bool getFanParameters(const SFanProjection &proj, unsigned int iProjDets, float &fAngle, float &fOriginSource, float &fOriginDetector, float &fDetSize, float &fOffset);
+
}
#endif