diff options
Diffstat (limited to 'include/astra/CudaCglsAlgorithm3D.h')
-rw-r--r-- | include/astra/CudaCglsAlgorithm3D.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/astra/CudaCglsAlgorithm3D.h b/include/astra/CudaCglsAlgorithm3D.h index 77c41c1..3e4084b 100644 --- a/include/astra/CudaCglsAlgorithm3D.h +++ b/include/astra/CudaCglsAlgorithm3D.h @@ -161,6 +161,8 @@ protected: bool m_bAstraCGLSInit; int m_iDetectorSuperSampling; int m_iVoxelSuperSampling; + + void initializeFromProjector(); }; // inline functions |