18 #ifndef itkGPUAnisotropicDiffusionImageFilter_h
19 #define itkGPUAnisotropicDiffusionImageFilter_h
34 template <
typename TInputImage,
35 typename TOutputImage,
36 typename TParentImageFilter = AnisotropicDiffusionImageFilter<TInputImage, TOutputImage>>
60 static constexpr
unsigned int ImageDimension = GPUSuperclass::ImageDimension;
64 using PixelType =
typename GPUSuperclass::PixelType;
73 InitializeIteration()
override;
77 #ifndef ITK_MANUAL_INSTANTIATION
78 # include "itkGPUAnisotropicDiffusionImageFilter.hxx"