]> Creatis software - creaContours.git/blobdiff - bbtk/src/bbcreaContoursSetColorLayerImage.cxx
#3388 wxContourMainFrame_tool box BBTK
[creaContours.git] / bbtk / src / bbcreaContoursSetColorLayerImage.cxx
index 781eb23ef6036934f42eeb1d214303b2d19533ac..430ac4ffd577a3e34e541e26debf8d7af7a6b751 100644 (file)
@@ -16,7 +16,6 @@ BBTK_BLACK_BOX_IMPLEMENTATION(SetColorLayerImage,bbtk::AtomicBlackBox);
 //===== 
 void SetColorLayerImage::Process()
 {
-
 // THE MAIN PROCESSING METHOD BODY
 //   Here we simply set the input 'In' value to the output 'Out'
 //   And print out the output value
@@ -36,61 +35,44 @@ void SetColorLayerImage::Process()
        { 
                if (bbGetInputIn()!=NULL) 
                {
-                       wxContourMainFrame::getInstance()->SetColorLayerImage( bbGetInputIn() );
+                       wxContourMainFrame *wxcontourmainframe=wxContourMainFrame::getInstance();
+                       wxcontourmainframe->SetColorLayerImage( bbGetInputIn() );
                } // InputIn
-/*     
-               if (wxContourMainFrame::getInstance()->GetFileLocation().empty()==true)
-               {
-                       wxContourMainFrame::getInstance()->SetFileLocation(bbGetInputFileLocation() );
-               }else {
-                       wxContourMainFrame::getInstance()->onSave();
-                       wxContourMainFrame::getInstance()->deleteAllContours();
-                       wxContourMainFrame::getInstance()->SetFileLocation(bbGetInputFileLocation() );
-               } // if FileLocaton
-
-               wxContourMainFrame::getInstance()->onLoad();
-               wxContourMainFrame::getInstance()->RefreshInterface();
-*/             
        } // if Instance
 }
-//===== 
+
+//=====
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
 void SetColorLayerImage::bbUserSetDefaultValues()
 {
-
 //  SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX 
 //    Here we initialize the input 'In' to 0
    bbSetInputIn(NULL);
-  
 }
-//===== 
+
+//=====
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
 void SetColorLayerImage::bbUserInitializeProcessing()
 {
-
 //  THE INITIALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should allocate the internal/output pointers 
-//    if any 
-
-  
+//    if any
 }
-//===== 
+
+//=====
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
 void SetColorLayerImage::bbUserFinalizeProcessing()
 {
-
 //  THE FINALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should desallocate the internal/output pointers 
 //    if any
-  
 }
-}
-// EO namespace bbcreaContours
+
+}// EO namespace bbcreaContours