]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourCrown.cxx
Linux compil
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourCrown.cxx
index fde8bf672c12f57ee308b65ed9f9a3fe56967384..1e670e781d76d19fa9ba6f200d796a8793d8760a 100644 (file)
@@ -41,7 +41,7 @@ void ContourCrown::Process()
 }
 
 //-----------------------------------------------------------
-void ContourCrown::CreateWidget()
+void ContourCrown::CreateWidget(wxWindow* parent)
 {
        bbtkDebugMessageInc("Core",9,"ContourCrown::CreateWidget()"<<std::endl);
   
@@ -54,7 +54,7 @@ void ContourCrown::CreateWidget()
       wxMessageDialog(NULL,  bbtk::std2wx("(ContourCrown) Input 'In' is not set"),  bbtk::std2wx(bbGetFullName()) ).ShowModal();
     }
 
-       mwxwidget = new wxMaracasCoutourTool( bbGetWxParent(), bbGetInputwxVtkBaseView(), bbGetInputIn() );
+       mwxwidget = new wxMaracasCoutourTool( parent, bbGetInputwxVtkBaseView(), bbGetInputIn() );
        mwxwidget->ConfigureVTK();
 
        bbSetOutputImageValueResult( mwxwidget->GetVtkImageValueResult() );
@@ -76,7 +76,7 @@ void ContourCrown::bbUserConstructor()
 }
 
 //-----------------------------------------------------------
-void ContourCrown::bbUserCopyConstructor()
+void ContourCrown::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
 {
 }