19 #ifndef rtkCudaFDKBackProjectionImageFilter_h    20 #define rtkCudaFDKBackProjectionImageFilter_h    22 #include "rtkConfiguration.h"    27 #  include "RTKExport.h"    29 #  include <itkCudaImage.h>    30 #  include <itkCudaInPlaceImageFilter.h>    47   : 
public itk::CudaInPlaceImageFilter<itk::CudaImage<float, 3>,
    48                                        itk::CudaImage<float, 3>,
    49                                        FDKBackProjectionImageFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 3>>>
    58   using Superclass = itk::CudaInPlaceImageFilter<ImageType, ImageType, FDKBackProjectionImageFilterType>;
    82 #endif // end conditional definition of the class itk::SmartPointer< const Self > ConstPointer
 
itk::SmartPointer< Self > Pointer
 
virtual ~CudaFDKBackProjectionImageFilter()
 
itk::CudaImage< float, 3 > ImageType
 
itk::CudaImage< float, 2 > ProjectionImageType
 
CPU version of the backprojection of the FDK algorithm. 
 
itk::CudaInPlaceImageFilter< ImageType, ImageType, FDKBackProjectionImageFilterType > Superclass
 
ImageType::RegionType OutputImageRegionType
 
Cuda version of the FDK backprojection. 
 
ProjectionImageType::Pointer ProjectionImagePointer