X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=bbtk%2Fsrc%2FbbmaracasvisuContourStatistics.cxx;h=bcf7c9c3d786a49a38bdce6e0f8b9d92aa367a96;hb=12b981bff843fa03341334fe5b911a011afaadff;hp=ac7526b5edbaac21b6c0f62761b1e3035c2e15b2;hpb=44e4be7013ea566bd2bdefb9d48e1da0071c3d91;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourStatistics.cxx b/bbtk/src/bbmaracasvisuContourStatistics.cxx index ac7526b..bcf7c9c 100644 --- a/bbtk/src/bbmaracasvisuContourStatistics.cxx +++ b/bbtk/src/bbmaracasvisuContourStatistics.cxx @@ -1,10 +1,10 @@ #include "bbmaracasvisuContourStatistics.h" -#include "bbmaracasvisuPackage.h" +#include "bbcreaMaracasVisuPackage.h" #include -namespace bbmaracasvisu +namespace bbcreaMaracasVisu { -BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ContourStatistics) +BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ContourStatistics) BBTK_BLACK_BOX_IMPLEMENTATION(ContourStatistics,bbtk::AtomicBlackBox); //------------------------------------------------------------ @@ -55,22 +55,26 @@ void ContourStatistics::Process() } //------------------------------------------------------------ -void ContourStatistics::bbUserConstructor() +void ContourStatistics::bbUserSetDefaultValues() { bbSetInputLstValue(NULL); } -//------------------------------------------------------------ -void ContourStatistics::bbUserCopyConstructor() -{ -} - -//------------------------------------------------------------ -void ContourStatistics::bbUserDestructor() -{ -} + + //----------------------------------------------------------------- + void ContourStatistics::bbUserInitializeProcessing() + { + } + + //----------------------------------------------------------------- + void ContourStatistics::bbUserFinalizeProcessing() + { + } + + //----------------------------------------------------------------- + } -// EO namespace bbmaracasvisu +// EO namespace bbcreaMaracasVisu