diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-07-13 16:21:01 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-07-17 11:30:05 +0200 |
commit | fa83c8a76fa19862de5c68914a5ef81397ae89a2 (patch) | |
tree | e25fb3287e4f44a31fb20c97a4ae1eae3c0ca5e8 /include | |
parent | bc65a0395e6c3930bac0440cc894990dd04cb704 (diff) | |
download | astra-fa83c8a76fa19862de5c68914a5ef81397ae89a2.tar.gz astra-fa83c8a76fa19862de5c68914a5ef81397ae89a2.tar.bz2 astra-fa83c8a76fa19862de5c68914a5ef81397ae89a2.tar.xz astra-fa83c8a76fa19862de5c68914a5ef81397ae89a2.zip |
Move CPU FBP to common filter code
Diffstat (limited to 'include')
-rw-r--r-- | include/astra/FilteredBackProjectionAlgorithm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/astra/FilteredBackProjectionAlgorithm.h b/include/astra/FilteredBackProjectionAlgorithm.h index 1cd4296..a234845 100644 --- a/include/astra/FilteredBackProjectionAlgorithm.h +++ b/include/astra/FilteredBackProjectionAlgorithm.h @@ -35,6 +35,7 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. #include "Projector2D.h" #include "Float32ProjectionData2D.h" #include "Float32VolumeData2D.h" +#include "Filters.h" namespace astra { @@ -144,6 +145,10 @@ public: */ virtual std::string description() const; +protected: + + SFilterConfig m_filterConfig; + }; // inline functions |