X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRTStruct2ImageFilter.cxx;h=ad90bef4d56220dfff44e3f7dda190c75a0f9e87;hb=f3457815210ffe8646f3288be3362d34fcc7c3af;hp=e52fc0f17be8a3e16acee8517409b5b224205615;hpb=6986b996d66273ab7818c12f51cbf5ae049ac04e;p=clitk.git 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));