X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourCrown.cxx;h=1c9e0ea1da1a3eea577c05274a3dacdf39dab6f3;hb=738e5bef4c52a1f25013e598a008a81f20fc6f63;hp=9ece377e0f442d1730da75d86843ec727284c283;hpb=3e9c68ee7f4cf675d205d937442f40971953d017;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourCrown.cxx b/bbtk/src/bbmaracasvisuContourCrown.cxx index 9ece377..1c9e0ea 100644 --- a/bbtk/src/bbmaracasvisuContourCrown.cxx +++ b/bbtk/src/bbmaracasvisuContourCrown.cxx @@ -67,7 +67,7 @@ void ContourCrown::CreateWidget(wxWindow* parent) } //----------------------------------------------------------- -void ContourCrown::bbUserConstructor() +void ContourCrown::bbUserSetDefaultValues() { mwxwidget = NULL; bbSetInputIn(NULL); @@ -79,15 +79,18 @@ void ContourCrown::bbUserConstructor() //-------------------------------------------------- } -//----------------------------------------------------------- -void ContourCrown::bbUserCopyConstructor(bbtk::BlackBox::Pointer) -{ -} - -//----------------------------------------------------------- -void ContourCrown::bbUserDestructor() -{ -} + //----------------------------------------------------------------- + void ContourCrown::bbUserInitializeProcessing() + { + } + + //----------------------------------------------------------------- + void ContourCrown::bbUserFinalizeProcessing() + { + } + + //----------------------------------------------------------------- + } // EO namespace bbcreaMaracasVisu