]> Creatis software - clitk.git/blobdiff - common/clitkDicomRTStruct2ImageFilter.cxx
Remove transparency for screenshot
[clitk.git] / common / clitkDicomRTStruct2ImageFilter.cxx
index 29ca84fab88f9c62fe13822f70f80e34562210df..2e11fdc42a6ccd2a3243d8f6598b74c52cddd534 100644 (file)
@@ -39,7 +39,7 @@ clitk::DicomRTStruct2ImageFilter::DicomRTStruct2ImageFilter()
 {
   mROI = NULL;
   mWriteOutput = false;
-  mWriteMesh = true;
+  mWriteMesh = false;
   mCropMask = true;
 }
 //--------------------------------------------------------------------