X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkXdrImageIO.h;h=98fa7393ac8db3c9ee61c65b7508ae2e0b26b995;hb=1dfeba065d7121eb27aa44a792095af817652683;hp=ce27d11f66fab412236ae4ea955a918707f7133f;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/common/clitkXdrImageIO.h b/common/clitkXdrImageIO.h index ce27d11..98fa739 100644 --- a/common/clitkXdrImageIO.h +++ b/common/clitkXdrImageIO.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef CLITKXDRIMAGEIO_H #define CLITKXDRIMAGEIO_H @@ -73,9 +73,9 @@ public: protected: void ITKError(std::string funcName, int msgID); - void WriteImage(const char* file, char* headerinfo, char* headerfile, int raw, - int offset, char bLittleEndian, int iNkiCompression, - int wcoords, int append, int getsize, char *tobuffer, const void* data); + void WriteImage(const char* file, char* headerinfo, char* headerfile, int raw, + int offset, char bLittleEndian, int iNkiCompression, + int wcoords, int append, int getsize, char *tobuffer, const void* data); int m_HeaderSize; int forcenoswap; @@ -84,7 +84,7 @@ protected: } // end namespace // explicit template instantiation -template class itk::CreateObjectFunction; +//template class itk::CreateObjectFunction; #endif /* end #define CLITKXDRIMAGEIO_H */