]> Creatis software - clitk.git/commit
Change header includion from .h to .cxx file
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 28 Feb 2019 10:10:16 +0000 (11:10 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 28 Feb 2019 10:10:16 +0000 (11:10 +0100)
commit5578995d9a82792833333eeb3dd5c8ecac967293
tree531fa506218c6f91fa0c2bd551d3c265cdb701aa
parent349758beccea2d028231dbf847dafccbccb44be1
Change header includion from .h to .cxx file
With ITK5, it was not possible to compile clitkAffineRegistrationGenericFilter with the included file clitkTransformUtilities.h
when the include were in the .h file
With include in the .cxx file it works
registration/clitkAffineRegistrationGenericFilter.cxx
registration/clitkAffineRegistrationGenericFilter.h