Skip to content

Commit

Permalink
ENH: Wrapping of CudaIterativeFDKConeBeamReconstructionFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Jan 4, 2025
1 parent 870737f commit ab8b935
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions wrapping/rtkCudaIterativeFDKConeBeamReconstructionFilter.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
if(RTK_USE_CUDA)
itk_wrap_class("itk::CudaImageToImageFilter" POINTER)
itk_wrap_template("CIF3CIF3IFDKCIF3CIF3"
"itk::CudaImage<${ITKT_F}, 3>, itk::CudaImage<${ITKT_F}, 3>, rtk::IterativeFDKConeBeamReconstructionFilter< itk::CudaImage<${ITKT_F}, 3>, itk::CudaImage<${ITKT_F}, 3> >")
itk_end_wrap_class()

itk_wrap_class("itk::CudaInPlaceImageFilter" POINTER)
itk_wrap_template("CIF3CIF3IFDKCIF3CIF3"
"itk::CudaImage<${ITKT_F}, 3>, itk::CudaImage<${ITKT_F}, 3>, rtk::IterativeFDKConeBeamReconstructionFilter< itk::CudaImage<${ITKT_F}, 3>, itk::CudaImage<${ITKT_F}, 3> >")
itk_end_wrap_class()

itk_wrap_simple_class("rtk::CudaIterativeFDKConeBeamReconstructionFilter" POINTER)
endif()

0 comments on commit ab8b935

Please sign in to comment.