19 #ifndef rtkCudaBackProjectionImageFilter_h 20 #define rtkCudaBackProjectionImageFilter_h 22 #include "rtkConfiguration.h" 27 # include "RTKExport.h" 29 # include <itkCudaImage.h> 30 # include <itkCudaInPlaceImageFilter.h> 49 template <
class ImageType = itk::CudaImage<
float, 3>>
51 :
public itk::CudaInPlaceImageFilter<ImageType, ImageType, BackProjectionImageFilter<ImageType, ImageType>>
59 using Superclass = itk::CudaInPlaceImageFilter<ImageType, ImageType, BackProjectionImageFilterType>;
83 # ifndef ITK_MANUAL_INSTANTIATION 84 # include "rtkCudaBackProjectionImageFilter.hxx" 87 #endif // end conditional definition of the class
ProjectionImageType::Pointer ProjectionImagePointer
virtual ~CudaBackProjectionImageFilter()
itk::CudaImage< float, 2 > ProjectionImageType
itk::CudaInPlaceImageFilter< ImageType, ImageType, BackProjectionImageFilterType > Superclass
typename ImageType::RegionType OutputImageRegionType
Cuda version of the backprojection.