X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourStatistics.h;h=6466f2c0edbe71c796c104689b176db80c7611a0;hb=60a203a08c56a0485114ef9a5287440100c22075;hp=90d6d7af67f05455e889a551f218e762e4528167;hpb=de5cb63cdc23317a114c77f7b6184126d7988508;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourStatistics.h b/bbtk/src/bbmaracasvisuContourStatistics.h index 90d6d7a..6466f2c 100644 --- a/bbtk/src/bbmaracasvisuContourStatistics.h +++ b/bbtk/src/bbmaracasvisuContourStatistics.h @@ -11,14 +11,6 @@ class /*BBTK_EXPORT*/ ContourStatistics public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ContourStatistics,bbtk::AtomicBlackBox); -//================================================================== -/// User callback called in the box contructor -virtual void bbUserConstructor(); -/// User callback called in the box copy constructor -virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer); -/// User callback called in the box destructor -virtual void bbUserDestructor(); -//================================================================== BBTK_DECLARE_INPUT(LstValue,std::vector*); BBTK_DECLARE_INPUT(LstValuePosX,std::vector*); BBTK_DECLARE_INPUT(LstValuePosY,std::vector*);