X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRTStruct2ImageFilter.cxx;h=2e11fdc42a6ccd2a3243d8f6598b74c52cddd534;hb=d55f025b18f68066a52b8f33c2dc6481e82c2580;hp=29ca84fab88f9c62fe13822f70f80e34562210df;hpb=0141f3887fe8e6e429621b603b6359be679e9fb5;p=clitk.git diff --git a/common/clitkDicomRTStruct2ImageFilter.cxx b/common/clitkDicomRTStruct2ImageFilter.cxx index 29ca84f..2e11fdc 100644 --- a/common/clitkDicomRTStruct2ImageFilter.cxx +++ b/common/clitkDicomRTStruct2ImageFilter.cxx @@ -39,7 +39,7 @@ clitk::DicomRTStruct2ImageFilter::DicomRTStruct2ImageFilter() { mROI = NULL; mWriteOutput = false; - mWriteMesh = true; + mWriteMesh = false; mCropMask = true; } //--------------------------------------------------------------------