itk_wrap_class("itk::ImageFileWriter" POINTER) # Force uchar image IO UNIQUE(image_types "ULL;UI;SI;UC;RGBUC;${WRAP_ITK_ALL_TYPES}") itk_wrap_image_filter("${image_types}" 1) UNIQUE(to_types "${WRAP_ITK_SCALAR};UC") foreach(d ${ITK_WRAP_IMAGE_DIMS}) foreach(type ${to_types}) itk_wrap_template("${ITKM_VI${type}${d}}" "${ITKT_VI${type}${d}}") endforeach() endforeach() itk_end_wrap_class()