diff options
Diffstat (limited to 'include/astra/CudaFDKAlgorithm3D.h')
-rw-r--r-- | include/astra/CudaFDKAlgorithm3D.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/astra/CudaFDKAlgorithm3D.h b/include/astra/CudaFDKAlgorithm3D.h index 1b025f1..63f07fd 100644 --- a/include/astra/CudaFDKAlgorithm3D.h +++ b/include/astra/CudaFDKAlgorithm3D.h @@ -152,6 +152,8 @@ protected: int m_iGPUIndex; int m_iVoxelSuperSampling; bool m_bShortScan; + + void initializeFromProjector(); }; // inline functions |