X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageWriter.cxx;h=c2d2a9162a429db3d5ffb7a0077164861167a9db;hb=d55f025b18f68066a52b8f33c2dc6481e82c2580;hp=4a5714ef36b88eaef60fd64f6de144b270decc91;hpb=62c20109b437bef1b9df091dfe7728a0fdf98bbc;p=clitk.git diff --git a/common/vvImageWriter.cxx b/common/vvImageWriter.cxx index 4a5714e..c2d2a91 100644 --- a/common/vvImageWriter.cxx +++ b/common/vvImageWriter.cxx @@ -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 VVIMAGEWRITER_CXX #define VVIMAGEWRITER_CXX @@ -30,6 +30,7 @@ vvImageWriter::vvImageWriter() mOutputFilename = ""; mLastError = ""; mUseAnObserver = false; + mSaveTransform = false; } //------------------------------------------------------------------------------