diff options
Diffstat (limited to 'include/astra/ReconstructionAlgorithm2D.h')
-rw-r--r-- | include/astra/ReconstructionAlgorithm2D.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/astra/ReconstructionAlgorithm2D.h b/include/astra/ReconstructionAlgorithm2D.h index 60584e0..ac87c4f 100644 --- a/include/astra/ReconstructionAlgorithm2D.h +++ b/include/astra/ReconstructionAlgorithm2D.h @@ -208,6 +208,9 @@ protected: //< Use the fixed reconstruction mask? bool m_bUseSinogramMask; + + //< Specify if initialize/check should check for a valid Projector + virtual bool requiresProjector() const { return true; } }; // inline functions |