X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkXdrImageIO.h;h=98fa7393ac8db3c9ee61c65b7508ae2e0b26b995;hb=8d4aeabfafe155775a520eeb1aabf330e3a9d886;hp=69b49538e3b5fe30d5367c26f813cfbd160c3157;hpb=a76308ba9b5add63fcce2632a3683ce64b0702c5;p=clitk.git diff --git a/common/clitkXdrImageIO.h b/common/clitkXdrImageIO.h index 69b4953..98fa739 100644 --- a/common/clitkXdrImageIO.h +++ b/common/clitkXdrImageIO.h @@ -1,3 +1,20 @@ +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.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 + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - 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 @@ -56,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; @@ -67,7 +84,7 @@ protected: } // end namespace // explicit template instantiation -template class itk::CreateObjectFunction; +//template class itk::CreateObjectFunction; #endif /* end #define CLITKXDRIMAGEIO_H */