19 #ifndef rtkCudaInterpolateImageFilter_h 20 #define rtkCudaInterpolateImageFilter_h 22 #include "rtkConfiguration.h" 27 # include "itkCudaImage.h" 28 # include "itkCudaInPlaceImageFilter.h" 29 # include "RTKExport.h" 44 :
public itk::CudaInPlaceImageFilter<
45 itk::CudaImage<float, 3>,
46 itk::CudaImage<float, 3>,
47 InterpolatorWithKnownWeightsImageFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 4>>>
75 #endif // end conditional definition of the class itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
Implements the InterpolateWithKnownWeightsImageFilter on GPU.
~CudaInterpolateImageFilter()
Interpolates (linearly) in a 3D+t sequence of volumes to get a 3D volume.