X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourStatistics.cxx;h=bcf7c9c3d786a49a38bdce6e0f8b9d92aa367a96;hb=de28ababf60ed57a0f4381c159a2ee8c7515b213;hp=722802e124feeb1a8f4f9f2885b475e7370fbd94;hpb=800f29fd7e4cc70d8706b3075454e63f0b1a5717;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourStatistics.cxx b/bbtk/src/bbmaracasvisuContourStatistics.cxx index 722802e..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() -{ -} - -//------------------------------------------------------------ -void ContourStatistics::bbUserDestructor() -{ -} + + //----------------------------------------------------------------- + void ContourStatistics::bbUserInitializeProcessing() + { + } + + //----------------------------------------------------------------- + void ContourStatistics::bbUserFinalizeProcessing() + { + } + + //----------------------------------------------------------------- + } // EO namespace bbcreaMaracasVisu