X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuViewerMPR.cxx;h=05191c7e91d9c389f4460cfb4deabc95b40b23a0;hb=5e3e7f1aa4a0dede55f9417e7a8fb756b5186d36;hp=4b4e994f38e3ee460e4e1aede39514eaae18eace;hpb=3948b92b07a8992a6d04081c9649ba63e3e7d613;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuViewerMPR.cxx b/bbtk/src/bbmaracasvisuViewerMPR.cxx index 4b4e994..05191c7 100644 --- a/bbtk/src/bbmaracasvisuViewerMPR.cxx +++ b/bbtk/src/bbmaracasvisuViewerMPR.cxx @@ -86,9 +86,10 @@ END_EVENT_TABLE( ); //--------------- void wxWidgetMPR::OnRefreshView(wxCommandEvent &event) { - + printf("EED wxWidgetMPR::OnRefreshView 01\n"); if((wxwidget!=NULL) && (mbbViewerMPR!=NULL)) { + printf("EED wxWidgetMPR::OnRefreshView 02\n"); point.clear(); point.push_back((int)wxwidget->GetVtkMPRBaseData()->GetX()); point.push_back((int)wxwidget->GetVtkMPRBaseData()->GetY()); @@ -149,22 +150,26 @@ void ViewerMPR::CreateWidget(wxWindow* parent) bbSetOutputWidget( wxwidget ); } -void ViewerMPR::bbUserConstructor() +void ViewerMPR::bbUserSetDefaultValues() { _img = NULL; wxwidget = NULL; bbSetInputIn(NULL); } -void ViewerMPR::bbUserCopyConstructor(bbtk::BlackBox::Pointer) -{ - wxwidget = NULL; - bbSetInputIn(NULL); - -} -void ViewerMPR::bbUserDestructor() -{ -} + + //----------------------------------------------------------------- + void ViewerMPR::bbUserInitializeProcessing() + { + } + + //----------------------------------------------------------------- + void ViewerMPR::bbUserFinalizeProcessing() + { + } + + //----------------------------------------------------------------- + } // EO namespace bbcreaMaracasVisu