RTK  2.7.0
Reconstruction Toolkit
rtkFFTVarianceRampImageFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright RTK Consortium
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * https://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 
19 #ifndef rtkFFTVarianceRampImageFilter_h
20 #define rtkFFTVarianceRampImageFilter_h
21 
22 #include "rtkFFTRampImageFilter.h"
25 
26 namespace rtk
27 {
28 
38 template <class TInputImage, class TOutputImage = TInputImage, class TFFTPrecision = double>
39 class ITK_EXPORT FFTVarianceRampImageFilter : public rtk::FFTRampImageFilter<TInputImage, TOutputImage, TFFTPrecision>
40 {
41 public:
43 
49 
54  typedef typename Baseclass::IndexType IndexType;
55  typedef typename Baseclass::SizeType SizeType;
56 
61 
63  itkNewMacro(Self);
64 
66  itkOverrideGetNameOfClassMacro(FFTVarianceRampImageFilter);
67 
68 protected:
71 
74  void
75  UpdateFFTProjectionsConvolutionKernel(const SizeType size) override;
76 
77  FFTVarianceRampImageFilter(const Self &); // purposely not implemented
78  void
79  operator=(const Self &); // purposely not implemented
80 }; // end of class
81 
82 } // end namespace rtk
83 
84 #ifndef ITK_MANUAL_INSTANTIATION
85 # include "rtkFFTVarianceRampImageFilter.hxx"
86 #endif
87 
88 #endif
Implements the variance image filter of the filtered backprojection algorithm.
Baseclass::FFTInputImageType FFTInputImageType
rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision > Baseclass
typename FFTOutputImageType::Pointer FFTOutputImagePointer
Baseclass::FFTOutputImagePointer FFTOutputImagePointer
typename FFTInputImageType::Pointer FFTInputImagePointer
typename Superclass::FFTOutputImageType FFTOutputImageType
itk::SmartPointer< const Self > ConstPointer
rtk::FFTRampImageFilter< TInputImage, TOutputImage, TFFTPrecision > Superclass
typename Superclass::FFTInputImageType FFTInputImageType
typename InputImageType::SizeType SizeType
Implements the ramp image filter of the filtered backprojection algorithm.
Baseclass::FFTPrecisionType FFTPrecisionType
Baseclass::FFTOutputImageType FFTOutputImageType
typename InputImageType::IndexType IndexType
Baseclass::FFTInputImagePointer FFTInputImagePointer