Skip to content

Commit

Permalink
ENH: Python wrapping of FourDROOSTERConeBeamReconstructionFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit authored and SimonRit committed Jan 8, 2024
1 parent 91fd056 commit 17eab6d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions wrapping/rtkFourDROOSTERConeBeamReconstructionFilter.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
itk_wrap_class("rtk::FourDROOSTERConeBeamReconstructionFilter" POINTER_WITH_SUPERCLASS)

if(RTK_USE_CUDA)
itk_wrap_template("CIF4CIF3" "itk::CudaImage<float, 4>, itk::CudaImage<float, 3>")
endif()
foreach(t ${WRAP_ITK_REAL})
itk_wrap_template("I${ITKM_${t}}4I${ITKM_${t}}3"
"itk::Image<${ITKT_${t}}, 4>, itk::Image<${ITKT_${t}}, 3>")
endforeach()

itk_end_wrap_class()

0 comments on commit 17eab6d

Please sign in to comment.