]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuShowNPoints.cxx
.
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuShowNPoints.cxx
index ccd3092010052435c663fe7927bd6435bdb9a0cb..573627f50a936f9ce2fdb3a49925162390746356 100644 (file)
@@ -210,7 +210,7 @@ void ShowNPoints::CreateWidget(wxWindow* parent)
    Process();  
 }
 
-void ShowNPoints::bbUserConstructor()
+void ShowNPoints::bbUserSetDefaultValues()
 {
        mwxwidget = NULL;
        std::vector<double> colour;
@@ -222,15 +222,18 @@ void ShowNPoints::bbUserConstructor()
        bbSetInputImage(NULL);
        bbSetInputRadio(0.5);
 }
-
-
-void ShowNPoints::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
-{
-}
-
-void ShowNPoints::bbUserDestructor()
-{
-}
+       
+       //-----------------------------------------------------------------     
+       void ShowNPoints::bbUserInitializeProcessing()
+       {
+       }
+       
+       //-----------------------------------------------------------------     
+       void ShowNPoints::bbUserFinalizeProcessing()
+       {
+       }
+       
+       //-----------------------------------------------------------------     
 
 }
 // EO namespace bbcreaMaracasVisu