}
//-------------------------------------------------------------
-void ViewerNV::bbUserConstructor()
+void ViewerNV::bbUserSetDefaultValues()
{
mwxwidget = NULL;
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;