Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,12 @@ itk_wrap_class("itk::ComposeImageFilter" POINTER)
itk_wrap_image_filter_types(US RGBUS)
endif()

if(ITK_WRAP_complex_float AND ITK_WRAP_float)
itk_wrap_image_filter_types(F CF)
endif()

if(ITK_WRAP_complex_double AND ITK_WRAP_double)
itk_wrap_image_filter_types(D CD)
endif()

itk_end_wrap_class()