18 #ifndef rtkCudaCropImageFilter_h    19 #define rtkCudaCropImageFilter_h    21 #include "rtkConfiguration.h"    26 #  include "RTKExport.h"    28 #  include <itkCudaImage.h>    29 #  include <itkCudaImageToImageFilter.h>    49   : 
public itk::CudaImageToImageFilter<itk::CudaImage<float, 3>,
    50                                        itk::CudaImage<float, 3>,
    51                                        itk::CropImageFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 3>>>
    80 #endif // end conditional definition of the class 
Decrease the image size by cropping the image by an itk::Size at both the upper and lower bounds of t...
 
virtual ~CudaCropImageFilter()
 
itk::CudaImage< float, 3 > ImageType
 
itk::CudaImageToImageFilter< itk::CudaImage< float, 3 >, itk::CudaImage< float, 3 >, Superclass > GPUSuperclass