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=31219232012a1e5d5b15b13fa67640de5a1ab29c;hpb=de5cb63cdc23317a114c77f7b6184126d7988508;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourStatistics.cxx b/bbtk/src/bbmaracasvisuContourStatistics.cxx index 3121923..bcf7c9c 100644 --- a/bbtk/src/bbmaracasvisuContourStatistics.cxx +++ b/bbtk/src/bbmaracasvisuContourStatistics.cxx @@ -55,20 +55,24 @@ void ContourStatistics::Process() } //------------------------------------------------------------ -void ContourStatistics::bbUserConstructor() +void ContourStatistics::bbUserSetDefaultValues() { bbSetInputLstValue(NULL); } -//------------------------------------------------------------ -void ContourStatistics::bbUserCopyConstructor(bbtk::BlackBox::Pointer) -{ -} - -//------------------------------------------------------------ -void ContourStatistics::bbUserDestructor() -{ -} + + //----------------------------------------------------------------- + void ContourStatistics::bbUserInitializeProcessing() + { + } + + //----------------------------------------------------------------- + void ContourStatistics::bbUserFinalizeProcessing() + { + } + + //----------------------------------------------------------------- + } // EO namespace bbcreaMaracasVisu