RTK
2.7.0
Reconstruction Toolkit
RTK
include
rtkCudaFFTRampImageFilter.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 rtkCudaFFTRampImageFilter_h
20
#define rtkCudaFFTRampImageFilter_h
21
22
#include "rtkConfiguration.h"
23
// Conditional definition of the class to pass ITKHeaderTest
24
#ifdef RTK_USE_CUDA
25
26
# include "
rtkCudaFFTProjectionsConvolutionImageFilter.h
"
27
# include "
rtkFFTRampImageFilter.h
"
28
# include "RTKExport.h"
29
30
namespace
rtk
31
{
32
42
class
RTK_EXPORT
CudaFFTRampImageFilter
43
:
public
CudaFFTProjectionsConvolutionImageFilter
<
44
FFTRampImageFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 3>, float>>
45
{
46
public
:
47
ITK_DISALLOW_COPY_AND_MOVE(
CudaFFTRampImageFilter
);
48
50
using
Self
=
CudaFFTRampImageFilter
;
51
using
Superclass
=
FFTRampImageFilter<CudaImageType, CudaImageType, float>
;
52
using
Pointer
=
itk::SmartPointer<Self>
;
53
using
ConstPointer
=
itk::SmartPointer<const Self>
;
54
56
itkNewMacro(
Self
);
57
59
itkOverrideGetNameOfClassMacro(
CudaFFTRampImageFilter
);
60
61
protected
:
62
CudaFFTRampImageFilter
() {}
63
~CudaFFTRampImageFilter
() {}
64
65
};
// end of class
66
67
}
// end namespace rtk
68
69
#endif // end conditional definition of the class
70
71
#endif
rtkFFTRampImageFilter.h
rtk::CudaFFTRampImageFilter::~CudaFFTRampImageFilter
~CudaFFTRampImageFilter()
Definition:
rtkCudaFFTRampImageFilter.h:63
rtk::CudaFFTRampImageFilter::CudaFFTRampImageFilter
CudaFFTRampImageFilter()
Definition:
rtkCudaFFTRampImageFilter.h:62
rtk
Definition:
rtkMatlabSparseMatrix.h:24
rtk::CudaFFTRampImageFilter
Implements the ramp image filter of the FDK algorithm on GPU.
Definition:
rtkCudaFFTRampImageFilter.h:42
rtk::CudaFFTProjectionsConvolutionImageFilter
Implements 1D or 2D FFT convolution.
Definition:
rtkCudaFFTProjectionsConvolutionImageFilter.h:49
rtk::FFTRampImageFilter
Implements the ramp image filter of the filtered backprojection algorithm.
Definition:
rtkFFTRampImageFilter.h:74
itk::SmartPointer< Self >
rtkCudaFFTProjectionsConvolutionImageFilter.h
Generated on Tue Apr 29 2025 07:39:15 for RTK by
1.8.14