]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourStatistics.h
no message
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourStatistics.h
index 150632e2e353a3f24fa4231fd3b1e5817adb6d64..6466f2c0edbe71c796c104689b176db80c7611a0 100644 (file)
@@ -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<double>*);
        BBTK_DECLARE_INPUT(LstValuePosX,std::vector<double>*);
        BBTK_DECLARE_INPUT(LstValuePosY,std::vector<double>*);
@@ -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__