]> Creatis software - clitk.git/commitdiff
Comment memory display
authorDavid Sarrut <david.sarrut@gmail.com>
Mon, 5 Dec 2011 09:14:44 +0000 (10:14 +0100)
committerDavid Sarrut <david.sarrut@gmail.com>
Mon, 5 Dec 2011 09:14:44 +0000 (10:14 +0100)
segmentation/clitkRelativePositionList.txx

index 7a53a99dc1eb3248c230b6690ef346b0906003be..b3ea760064d2edb39176fad950983cbca3cf6b5a 100644 (file)
@@ -146,6 +146,7 @@ GenerateOutputInformation() {
   // Loop on RelativePositionList of operations
   std::string s = GetInputName();
   for(uint i=0; i<mArgsInfoList.size(); i++) {
+    // clitk::PrintMemory(true, "Start"); 
     std::string text = "["+s+"] limits ";
     if (mArgsInfoList[i].orientation_given) text += std::string(mArgsInfoList[i].orientation_arg[0])+" ";
     else text = text+"("+toString(mArgsInfoList[i].angle1_arg)+" "+
@@ -190,6 +191,7 @@ GenerateOutputInformation() {
     relPosFilter->Update();
     m_working_input = relPosFilter->GetOutput();  
     StopCurrentStep<ImageType>(m_working_input);
+    // clitk::PrintMemory(true, "End"); 
   }
 }
 //--------------------------------------------------------------------