From 35620b6e7b940cbeea17a58411e2dbba04484b17 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 3 Feb 2012 07:57:12 +0100 Subject: [PATCH] Remove debug --- common/clitkDicomRTStruct2ImageFilter.cxx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/common/clitkDicomRTStruct2ImageFilter.cxx b/common/clitkDicomRTStruct2ImageFilter.cxx index e52fc0f..ad90bef 100644 --- a/common/clitkDicomRTStruct2ImageFilter.cxx +++ b/common/clitkDicomRTStruct2ImageFilter.cxx @@ -160,7 +160,6 @@ void clitk::DicomRTStruct2ImageFilter::SetOutputSize(const unsigned long* size) //-------------------------------------------------------------------- void clitk::DicomRTStruct2ImageFilter::Update() { - DD("DicomRTStruct2ImageFilter::Update"); if (!mROI) { std::cerr << "Error. No ROI set, please use SetROI." << std::endl; exit(0); @@ -175,9 +174,6 @@ void clitk::DicomRTStruct2ImageFilter::Update() // Get bounds double *bounds=mesh->GetBounds(); - // for(int i=0; i<6; i++){ -// DD(bounds[i]); -// } // Compute origin std::vector origin; @@ -211,11 +207,6 @@ void clitk::DicomRTStruct2ImageFilter::Update() 0, extend[2]); mBinaryImage->AllocateScalars(); - // for(int i=0; i<3; i++){ - // DD(origin[i]); - // DD(extend[i]); - // DD(mBinaryImage->GetDimensions()[i]); - // } memset(mBinaryImage->GetScalarPointer(), 0, mBinaryImage->GetDimensions()[0]*mBinaryImage->GetDimensions()[1]*mBinaryImage->GetDimensions()[2]*sizeof(unsigned char)); -- 2.47.1