X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourStatistics.h;h=6466f2c0edbe71c796c104689b176db80c7611a0;hb=12b981bff843fa03341334fe5b911a011afaadff;hp=150632e2e353a3f24fa4231fd3b1e5817adb6d64;hpb=44e4be7013ea566bd2bdefb9d48e1da0071c3d91;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourStatistics.h b/bbtk/src/bbmaracasvisuContourStatistics.h index 150632e..6466f2c 100644 --- a/bbtk/src/bbmaracasvisuContourStatistics.h +++ b/bbtk/src/bbmaracasvisuContourStatistics.h @@ -1,9 +1,9 @@ -#ifndef __bbmaracasvisuContourStatistics_h_INCLUDED__ -#define __bbmaracasvisuContourStatistics_h_INCLUDED__ +#ifndef __bbcreaMaracasVisuContourStatistics_h_INCLUDED__ +#define __bbcreaMaracasVisuContourStatistics_h_INCLUDED__ #include "bbtkAtomicBlackBox.h" #include "iostream" -namespace bbmaracasvisu +namespace bbcreaMaracasVisu { class /*BBTK_EXPORT*/ ContourStatistics @@ -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(); -/// 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*); @@ -48,7 +40,7 @@ BBTK_CATEGORY("math"); BBTK_OUTPUT(ContourStatistics,nPoints,"Number of values",int,""); BBTK_END_DESCRIBE_BLACK_BOX(ContourStatistics); } -// EO namespace bbmaracasvisu +// EO namespace bbcreaMaracasVisu -#endif // __bbmaracasvisuContourStatistics_h_INCLUDED__ +#endif // __bbcreaMaracasVisuContourStatistics_h_INCLUDED__