From 9d784c268f79293c804601691787c1d84ad9645f Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Mon, 18 May 2009 15:08:58 +0000 Subject: [PATCH] bbmaracasvisuViewerNV.cxx --- bbtk/src/bbmaracasvisuViewerNV.cxx | 32 ++++++++++++++---------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/bbtk/src/bbmaracasvisuViewerNV.cxx b/bbtk/src/bbmaracasvisuViewerNV.cxx index 83a8dd1..7da2654 100644 --- a/bbtk/src/bbmaracasvisuViewerNV.cxx +++ b/bbtk/src/bbmaracasvisuViewerNV.cxx @@ -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 "<()< type,std::vector currenttype){ bool ret = true; -- 2.45.1