<div dir="ltr"><div><div><div>Hello,<br><br>I have been trying to get ITKTransformFileWriter/ITKTransformFileReader classes wrapped, as I would need them in my Python code. Everything seems to work nicely, if I use the non-templated class only,  as follows:<br>
<br>itk_wrap_class("itk::TransformFileReader" POINTER)<br><br></div>However, the wrapping file that is included in ITK 4.5.0 includes the following:<br><br>itk_wrap_class("itk::TransformFileReaderTemplate" POINTER)<br>
    foreach(t ${WRAP_ITK_REAL})<br>    itk_wrap_template("${ITKM_${t}}" "${ITKT_${t}}")<br>    endforeach(t)<br>itk_end_wrap_class()<br><br></div>and this does not work, as there is no header file called  itkTransformFileReaderTemplate.h. How could I make this work? Is the a way to force the header file name to itkTransformFileReader.h? <br>
<br>In the WrapITK publication there's a mention of WRAP_INCLUDE and WRAPPER_AUTO_INCLUDE_HEADERS macros; the prior seems to work as itk_wrap_include("itkTransformFileReader.h"), but I could not figure  out how to disable the auto-include. <br>
<br></div><div>Best,<br><br></div><div>Sami<br></div><br></div>