]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourCrown.cxx
.
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourCrown.cxx
index 9ece377e0f442d1730da75d86843ec727284c283..1c9e0ea1da1a3eea577c05274a3dacdf39dab6f3 100644 (file)
@@ -67,7 +67,7 @@ void ContourCrown::CreateWidget(wxWindow* parent)
 }
 
 //-----------------------------------------------------------
-void ContourCrown::bbUserConstructor()
+void ContourCrown::bbUserSetDefaultValues()
 {
        mwxwidget = NULL;
        bbSetInputIn(NULL);
@@ -79,15 +79,18 @@ void ContourCrown::bbUserConstructor()
 //--------------------------------------------------
 }
 
-//-----------------------------------------------------------
-void ContourCrown::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
-{
-}
-
-//-----------------------------------------------------------
-void ContourCrown::bbUserDestructor()
-{
-}
+       //-----------------------------------------------------------------     
+       void ContourCrown::bbUserInitializeProcessing()
+       {
+       }
+       
+       //-----------------------------------------------------------------     
+       void ContourCrown::bbUserFinalizeProcessing()
+       {
+       }
+       
+       //-----------------------------------------------------------------     
+       
 
 }
 // EO namespace bbcreaMaracasVisu