]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuViewerNV.cxx
bbmaracasvisuViewerNV.cxx
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuViewerNV.cxx
index 83a8dd1451370a0054278469d8dbed95eb14dd4a..7da265462b08b1b70284e5d494d4d969c7aceb17 100644 (file)
@@ -113,7 +113,7 @@ void ViewerNV::CreateWidget(wxWindow* parent)
 }
 
 //-------------------------------------------------------------
-void ViewerNV::bbUserConstructor()
+void ViewerNV::bbUserSetDefaultValues()
 {
 
                mwxwidget = NULL;
@@ -137,22 +137,20 @@ void ViewerNV::bbUserConstructor()
                bbSetOutputRenderer4( NULL );
 }
 
-//-------------------------------------------------------------
-void ViewerNV::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
-{
-
-               mwxwidget = NULL;
-               
-}
-
-//-------------------------------------------------------------
-void ViewerNV::bbUserDestructor()
-{
-std::cout << "ViewerNV destroy "<<this<<" vs "<<GetThisPointer<void>()<<std::endl;
-       //delete mwxwidget;
-
-}
-
+       //-----------------------------------------------------------------     
+       void ViewerNV::bbUserInitializeProcessing()
+       {
+       }
+       
+       //-----------------------------------------------------------------     
+       void ViewerNV::bbUserFinalizeProcessing()
+       {
+       }
+       
+       //-----------------------------------------------------------------     
+       
+       
+       
 bool ViewerNV::compareVectors(std::vector<int> type,std::vector<int> currenttype){
 
        bool ret = true;