X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaContoursSetColorLayerImage.cxx;h=430ac4ffd577a3e34e541e26debf8d7af7a6b751;hb=86f5e10e3c87848b546e96700c4d94233246c94e;hp=781eb23ef6036934f42eeb1d214303b2d19533ac;hpb=fb263161d35e038b20630dbf6566df07777ec027;p=creaContours.git diff --git a/bbtk/src/bbcreaContoursSetColorLayerImage.cxx b/bbtk/src/bbcreaContoursSetColorLayerImage.cxx index 781eb23..430ac4f 100644 --- a/bbtk/src/bbcreaContoursSetColorLayerImage.cxx +++ b/bbtk/src/bbcreaContoursSetColorLayerImage.cxx @@ -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