summaryrefslogtreecommitdiffstats
path: root/include/astra/ProjectionGeometry2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/ProjectionGeometry2D.h')
-rw-r--r--include/astra/ProjectionGeometry2D.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/astra/ProjectionGeometry2D.h b/include/astra/ProjectionGeometry2D.h
index 65b3006..66cc8ad 100644
--- a/include/astra/ProjectionGeometry2D.h
+++ b/include/astra/ProjectionGeometry2D.h
@@ -254,6 +254,9 @@ public:
//< For Config unused argument checking
ConfigCheckData* configCheckData;
friend class ConfigStackCheck<CProjectionGeometry2D>;
+
+protected:
+ virtual bool initializeAngles(const Config& _cfg);
};