diff --git a/wrapping/rtkFourDROOSTERConeBeamReconstructionFilter.wrap b/wrapping/rtkFourDROOSTERConeBeamReconstructionFilter.wrap new file mode 100644 index 000000000..7e15f1471 --- /dev/null +++ b/wrapping/rtkFourDROOSTERConeBeamReconstructionFilter.wrap @@ -0,0 +1,11 @@ +itk_wrap_class("rtk::FourDROOSTERConeBeamReconstructionFilter" POINTER_WITH_SUPERCLASS) + + if(RTK_USE_CUDA) + itk_wrap_template("CIF4CIF3" "itk::CudaImage, itk::CudaImage") + 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()