]> Creatis software - creaMaracasVisu.git/commitdiff
bbmaracasvisuViewerNV.cxx
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 18 May 2009 15:08:58 +0000 (15:08 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 18 May 2009 15:08:58 +0000 (15:08 +0000)
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;