]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourVOI.cxx
.
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourVOI.cxx
index dfdfb8d4953955ed507f295c55b399a2cb421d4c..dfb620215e184217e8afe8316abda565e10ecfb4 100644 (file)
@@ -198,7 +198,7 @@ void ContourVOI::CreateWidget(wxWindow*  parent)
 }
 
 //------------------------------------------------------
-void ContourVOI::bbUserConstructor()
+void ContourVOI::bbUserSetDefaultValues()
 {
 
        _img = NULL;
@@ -214,20 +214,18 @@ void ContourVOI::bbUserConstructor()
 
 }
 
-//------------------------------------------------------
-void ContourVOI::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
-{
-       _img = NULL;
-       _base = NULL;
-       _extract =NULL;
-
-}
-
-//------------------------------------------------------
-void ContourVOI::bbUserDestructor()
-{
-}
-
+       //-----------------------------------------------------------------     
+       void ContourVOI::bbUserInitializeProcessing()
+       {
+       }
+       
+       //-----------------------------------------------------------------     
+       void ContourVOI::bbUserFinalizeProcessing()
+       {
+       }
+       
+       //-----------------------------------------------------------------     
+       
 
 }
 // EO namespace bbcreaMaracasVisu