diff options
Diffstat (limited to 'include/astra/ParallelVecProjectionGeometry2D.h')
-rw-r--r-- | include/astra/ParallelVecProjectionGeometry2D.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/astra/ParallelVecProjectionGeometry2D.h b/include/astra/ParallelVecProjectionGeometry2D.h index 805a142..e99fb35 100644 --- a/include/astra/ParallelVecProjectionGeometry2D.h +++ b/include/astra/ParallelVecProjectionGeometry2D.h @@ -155,6 +155,8 @@ public: const SParProjection* getProjectionVectors() const { return m_pProjectionAngles; } +protected: + virtual bool initializeAngles(const Config& _cfg); }; } // namespace astra |