]> Creatis software - clitk.git/blobdiff - itk/clitkMeshToBinaryImageFilter.txx
Utils for bounding box calculation (formerly in clitkSegmentationUtils)
[clitk.git] / itk / clitkMeshToBinaryImageFilter.txx
index 77252584885783336cde934ed433a83d81d3677b..be482f5232dc0320c61022943e4b2bc72e5d628e 100644 (file)
@@ -134,7 +134,7 @@ GenerateData()
   m_Exporter->SetInput( stencil->GetOutput() );
   m_Importer->Update();
 
-  writeImage<ImageType>(m_Importer->GetOutput(), "f.mhd");
+  // writeImage<ImageType>(m_Importer->GetOutput(), "f.mhd");
 
   this->SetNthOutput(0, m_Importer->GetOutput());