RTK
2.7.0
Reconstruction Toolkit
RTK
include
rtkCudaConjugateGradientImageFilter.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 rtkCudaConjugateGradientImageFilter_h
20
#define rtkCudaConjugateGradientImageFilter_h
21
22
#include "rtkConfiguration.h"
23
// Conditional definition of the class to pass ITKHeaderTest
24
#ifdef RTK_USE_CUDA
25
26
# include "
rtkConjugateGradientImageFilter.h
"
27
# include <itkCudaImageToImageFilter.h>
28
# include "RTKExport.h"
29
30
namespace
rtk
31
{
32
43
template
<
class
TImage>
44
class
ITK_TEMPLATE_EXPORT
CudaConjugateGradientImageFilter
45
:
public
itk::CudaImageToImageFilter<TImage, TImage, ConjugateGradientImageFilter<TImage>>
46
{
47
public
:
48
ITK_DISALLOW_COPY_AND_MOVE(
CudaConjugateGradientImageFilter
);
49
51
using
Self
=
rtk::CudaConjugateGradientImageFilter<TImage>
;
52
using
Superclass
=
rtk::ConjugateGradientImageFilter<TImage>
;
53
using
Pointer
=
itk::SmartPointer<Self>
;
54
using
ConstPointer
=
itk::SmartPointer<const Self>
;
55
57
itkNewMacro(
Self
);
58
60
itkOverrideGetNameOfClassMacro(
CudaConjugateGradientImageFilter
);
61
62
protected
:
63
CudaConjugateGradientImageFilter
();
64
~CudaConjugateGradientImageFilter
() {}
65
66
virtual
void
67
GPUGenerateData();
68
69
};
// end of class
70
71
}
// end namespace rtk
72
73
# ifndef ITK_MANUAL_INSTANTIATION
74
# include "rtkCudaConjugateGradientImageFilter.hxx"
75
# endif
76
77
78
#endif // end conditional definition of the class
79
80
#endif
rtk::CudaConjugateGradientImageFilter
A 3D float conjugate gradient image filter on GPU.
Definition:
rtkCudaConjugateGradientImageFilter.h:44
rtk
Definition:
rtkMatlabSparseMatrix.h:24
rtkConjugateGradientImageFilter.h
rtk::CudaConjugateGradientImageFilter::~CudaConjugateGradientImageFilter
~CudaConjugateGradientImageFilter()
Definition:
rtkCudaConjugateGradientImageFilter.h:64
itk::SmartPointer< Self >
rtk::ConjugateGradientImageFilter
Solves AX = B by conjugate gradient.
Definition:
rtkConjugateGradientImageFilter.h:46
Generated on Sat Apr 26 2025 07:42:52 for RTK by
1.8.14