Skip to content

Commit

Permalink
STYLE: remove backward compatibility with ITK v5.1
Browse files Browse the repository at this point in the history
RTK is only maintained with the latest ITK release and ITK v5.2 has been
released on April 2021.
The sed command use for this patch is
for i in include/* ; do sed -i ':a;N;$!ba;s/# *if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1\n  ITK_DISALLOW_COPY_AND_ASSIGN.*\(ITK_DISALLOW_COPY_AND_MOVE([[:alnum:]_]*);\)\n# *endif/  \1/g' $i ; done
  • Loading branch information
Simon Rit committed Sep 16, 2021
1 parent ae1b554 commit a025c81
Show file tree
Hide file tree
Showing 201 changed files with 0 additions and 804 deletions.
4 changes: 0 additions & 4 deletions include/rtkADMMTotalVariationConeBeamReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,7 @@ class ITK_TEMPLATE_EXPORT ADMMTotalVariationConeBeamReconstructionFilter
: public rtk::IterativeConeBeamReconstructionFilter<TOutputImage, TOutputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ADMMTotalVariationConeBeamReconstructionFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(ADMMTotalVariationConeBeamReconstructionFilter);
#endif

/** Standard class type alias. */
using Self = ADMMTotalVariationConeBeamReconstructionFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkADMMTotalVariationConjugateGradientOperator.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ template <typename TOutputImage,
class ITK_TEMPLATE_EXPORT ADMMTotalVariationConjugateGradientOperator : public ConjugateGradientOperator<TOutputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ADMMTotalVariationConjugateGradientOperator);
#else
ITK_DISALLOW_COPY_AND_MOVE(ADMMTotalVariationConjugateGradientOperator);
#endif

/** Standard class type alias. */
using Self = ADMMTotalVariationConjugateGradientOperator;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkADMMWaveletsConeBeamReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,7 @@ class ITK_TEMPLATE_EXPORT ADMMWaveletsConeBeamReconstructionFilter
: public rtk::IterativeConeBeamReconstructionFilter<TOutputImage, TOutputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ADMMWaveletsConeBeamReconstructionFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(ADMMWaveletsConeBeamReconstructionFilter);
#endif

/** Standard class type alias. */
using Self = ADMMWaveletsConeBeamReconstructionFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkADMMWaveletsConjugateGradientOperator.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,7 @@ template <typename TOutputImage>
class ITK_TEMPLATE_EXPORT ADMMWaveletsConjugateGradientOperator : public ConjugateGradientOperator<TOutputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ADMMWaveletsConjugateGradientOperator);
#else
ITK_DISALLOW_COPY_AND_MOVE(ADMMWaveletsConjugateGradientOperator);
#endif

/** Standard class type alias. */
using Self = ADMMWaveletsConjugateGradientOperator;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkAddMatrixAndDiagonalImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ template <class TDiagonal,
class ITK_TEMPLATE_EXPORT AddMatrixAndDiagonalImageFilter : public itk::ImageToImageFilter<TMatrix, TMatrix>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(AddMatrixAndDiagonalImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(AddMatrixAndDiagonalImageFilter);
#endif

/** Standard class type alias. */
using Self = AddMatrixAndDiagonalImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkAdditiveGaussianNoiseImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,7 @@ template <class TInputImage>
class ITK_TEMPLATE_EXPORT AdditiveGaussianNoiseImageFilter : public itk::ImageToImageFilter<TInputImage, TInputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(AdditiveGaussianNoiseImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(AdditiveGaussianNoiseImageFilter);
#endif

/** Standard class type alias. */
using Self = AdditiveGaussianNoiseImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkAmsterdamShroudImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ class ITK_TEMPLATE_EXPORT AmsterdamShroudImageFilter
: public itk::ImageToImageFilter<TInputImage, itk::Image<double, TInputImage::ImageDimension - 1>>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(AmsterdamShroudImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(AmsterdamShroudImageFilter);
#endif

/** Standard class type alias. */
using Self = AmsterdamShroudImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkAverageOutOfROIImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ template <class TInputImage, class TROI = itk::Image<typename TInputImage::Pixel
class ITK_TEMPLATE_EXPORT AverageOutOfROIImageFilter : public itk::InPlaceImageFilter<TInputImage, TInputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(AverageOutOfROIImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(AverageOutOfROIImageFilter);
#endif

/** Standard class type alias. */
using Self = AverageOutOfROIImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkBackProjectionImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ template <class TInputImage, class TOutputImage>
class ITK_TEMPLATE_EXPORT BackProjectionImageFilter : public itk::InPlaceImageFilter<TInputImage, TOutputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(BackProjectionImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(BackProjectionImageFilter);
#endif

/** Standard class type alias. */
using Self = BackProjectionImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkBackwardDifferenceDivergenceImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ class ITK_TEMPLATE_EXPORT BackwardDifferenceDivergenceImageFilter
: public itk::ImageToImageFilter<TInputImage, TOutputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(BackwardDifferenceDivergenceImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(BackwardDifferenceDivergenceImageFilter);
#endif

/** Extract dimension from input and output image. */
itkStaticConstMacro(InputImageDimension, unsigned int, TInputImage::ImageDimension);
Expand Down
4 changes: 0 additions & 4 deletions include/rtkBioscanGeometryReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ namespace rtk
class RTK_EXPORT BioscanGeometryReader : public itk::LightProcessObject
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(BioscanGeometryReader);
#else
ITK_DISALLOW_COPY_AND_MOVE(BioscanGeometryReader);
#endif

/** Standard type alias */
using Self = BioscanGeometryReader;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkBlockDiagonalMatrixVectorMultiplyImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ class ITK_TEMPLATE_EXPORT BlockDiagonalMatrixVectorMultiplyImageFilter
: public itk::ImageToImageFilter<TVectorImage, TVectorImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(BlockDiagonalMatrixVectorMultiplyImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(BlockDiagonalMatrixVectorMultiplyImageFilter);
#endif

/** Standard class type alias. */
using Self = BlockDiagonalMatrixVectorMultiplyImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkBoellaardScatterCorrectionImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ class ITK_TEMPLATE_EXPORT BoellaardScatterCorrectionImageFilter
: public itk::InPlaceImageFilter<TInputImage, TOutputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(BoellaardScatterCorrectionImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(BoellaardScatterCorrectionImageFilter);
#endif

/** Standard class type alias. */
using Self = BoellaardScatterCorrectionImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkConditionalMedianImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ template <typename TInputImage>
class ITK_TEMPLATE_EXPORT ConditionalMedianImageFilter : public itk::InPlaceImageFilter<TInputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ConditionalMedianImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(ConditionalMedianImageFilter);
#endif

/** Standard class type alias. */
using Self = ConditionalMedianImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkConjugateGradientConeBeamReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,7 @@ class ITK_TEMPLATE_EXPORT ConjugateGradientConeBeamReconstructionFilter
: public IterativeConeBeamReconstructionFilter<TOutputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ConjugateGradientConeBeamReconstructionFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(ConjugateGradientConeBeamReconstructionFilter);
#endif

/** Standard class type alias. */
using Self = ConjugateGradientConeBeamReconstructionFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkConjugateGradientGetP_kPlusOneImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ class ITK_TEMPLATE_EXPORT ConjugateGradientGetP_kPlusOneImageFilter
: public itk::ImageToImageFilter<TInputImage, TInputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ConjugateGradientGetP_kPlusOneImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(ConjugateGradientGetP_kPlusOneImageFilter);
#endif

/** Standard class type alias. */
using Self = ConjugateGradientGetP_kPlusOneImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkConjugateGradientGetR_kPlusOneImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ class ITK_TEMPLATE_EXPORT ConjugateGradientGetR_kPlusOneImageFilter
: public itk::ImageToImageFilter<TInputImage, TInputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ConjugateGradientGetR_kPlusOneImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(ConjugateGradientGetR_kPlusOneImageFilter);
#endif

/** Standard class type alias. */
using Self = ConjugateGradientGetR_kPlusOneImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkConjugateGradientGetX_kPlusOneImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ class ITK_TEMPLATE_EXPORT ConjugateGradientGetX_kPlusOneImageFilter
: public itk::ImageToImageFilter<TInputImage, TInputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ConjugateGradientGetX_kPlusOneImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(ConjugateGradientGetX_kPlusOneImageFilter);
#endif

/** Standard class type alias. */
using Self = ConjugateGradientGetX_kPlusOneImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkConjugateGradientImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ class ITK_TEMPLATE_EXPORT ConjugateGradientImageFilter
: public itk::InPlaceImageFilter<OutputImageType, OutputImageType>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ConjugateGradientImageFilter);
#else
ITK_DISALLOW_COPY_AND_MOVE(ConjugateGradientImageFilter);
#endif

/** Standard class type alias. */
using Self = ConjugateGradientImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkConjugateGradientOperator.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ template <typename OutputImageType>
class ITK_TEMPLATE_EXPORT ConjugateGradientOperator : public itk::ImageToImageFilter<OutputImageType, OutputImageType>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ConjugateGradientOperator);
#else
ITK_DISALLOW_COPY_AND_MOVE(ConjugateGradientOperator);
#endif

/** Standard class type alias. */
using Self = ConjugateGradientOperator;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkConstantImageSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ template <typename TOutputImage>
class ITK_TEMPLATE_EXPORT ConstantImageSource : public itk::ImageSource<TOutputImage>
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ConstantImageSource);
#else
ITK_DISALLOW_COPY_AND_MOVE(ConstantImageSource);
#endif

/** Standard class type alias. */
using Self = ConstantImageSource;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkConvexShape.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ namespace rtk
class RTK_EXPORT ConvexShape : public itk::DataObject
{
public:
#if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(ConvexShape);
#else
ITK_DISALLOW_COPY_AND_MOVE(ConvexShape);
#endif

/** Standard class type alias. */
using Self = ConvexShape;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaAverageOutOfROIImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ class RTK_EXPORT CudaAverageOutOfROIImageFilter

{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaAverageOutOfROIImageFilter);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaAverageOutOfROIImageFilter);
# endif

/** Standard class type alias. */
using Self = rtk::CudaAverageOutOfROIImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaBackProjectionImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ class ITK_TEMPLATE_EXPORT CudaBackProjectionImageFilter
: public itk::CudaInPlaceImageFilter<ImageType, ImageType, BackProjectionImageFilter<ImageType, ImageType>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaBackProjectionImageFilter);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaBackProjectionImageFilter);
# endif

/** Standard class type alias. */
using BackProjectionImageFilterType = BackProjectionImageFilter<ImageType, ImageType>;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaConjugateGradientImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ class ITK_TEMPLATE_EXPORT CudaConjugateGradientImageFilter
: public itk::CudaImageToImageFilter<TImage, TImage, ConjugateGradientImageFilter<TImage>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaConjugateGradientImageFilter);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaConjugateGradientImageFilter);
# endif

/** Standard class type alias. */
using Self = rtk::CudaConjugateGradientImageFilter<TImage>;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaConstantVolumeSeriesSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ class RTK_EXPORT CudaConstantVolumeSeriesSource
ConstantImageSource<itk::CudaImage<float, 4>>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaConstantVolumeSeriesSource);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaConstantVolumeSeriesSource);
# endif

/** Standard class type alias. */
using Self = rtk::CudaConstantVolumeSeriesSource;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaConstantVolumeSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ class RTK_EXPORT CudaConstantVolumeSource
ConstantImageSource<itk::CudaImage<float, 3>>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaConstantVolumeSource);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaConstantVolumeSource);
# endif

/** Standard class type alias. */
using Self = rtk::CudaConstantVolumeSource;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaCropImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ class RTK_EXPORT CudaCropImageFilter
itk::CropImageFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 3>>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaCropImageFilter);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaCropImageFilter);
# endif

/** Standard class type alias. */
using ImageType = itk::CudaImage<float, 3>;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaCyclicDeformationImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ class RTK_EXPORT CudaCyclicDeformationImageFilter
itk::CudaImage<itk::CovariantVector<float, 3>, 3>>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaCyclicDeformationImageFilter);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaCyclicDeformationImageFilter);
# endif

/** Standard class type alias. */
using Self = rtk::CudaCyclicDeformationImageFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaDisplacedDetectorImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ class RTK_EXPORT CudaDisplacedDetectorImageFilter
rtk::DisplacedDetectorImageFilter<itk::CudaImage<float, 3>>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaDisplacedDetectorImageFilter);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaDisplacedDetectorImageFilter);
# endif

/** Convenience type alias **/
using ImageType = itk::CudaImage<float, 3>;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaFDKBackProjectionImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ class RTK_EXPORT CudaFDKBackProjectionImageFilter
FDKBackProjectionImageFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 3>>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaFDKBackProjectionImageFilter);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaFDKBackProjectionImageFilter);
# endif

/** Standard class type alias. */
using ImageType = itk::CudaImage<float, 3>;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaFDKConeBeamReconstructionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ class RTK_EXPORT CudaFDKConeBeamReconstructionFilter
FDKConeBeamReconstructionFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 3>, float>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaFDKConeBeamReconstructionFilter);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaFDKConeBeamReconstructionFilter);
# endif

/** Standard class type alias. */
using Self = CudaFDKConeBeamReconstructionFilter;
Expand Down
4 changes: 0 additions & 4 deletions include/rtkCudaFDKWeightProjectionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ class RTK_EXPORT CudaFDKWeightProjectionFilter
rtk::FDKWeightProjectionFilter<itk::CudaImage<float, 3>>>
{
public:
# if ITK_VERSION_MAJOR == 5 && ITK_VERSION_MINOR == 1
ITK_DISALLOW_COPY_AND_ASSIGN(CudaFDKWeightProjectionFilter);
# else
ITK_DISALLOW_COPY_AND_MOVE(CudaFDKWeightProjectionFilter);
# endif

/** Convenience type alias **/
using ImageType = itk::CudaImage<float, 3>;
Expand Down
Loading

0 comments on commit a025c81

Please sign in to comment.