]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourToControlPoints.h
no message
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourToControlPoints.h
index 48553fa7e4fb31bc1d07ff782d10292450f064e0..3a9d443f187add56303dcc3acdd95ba9c8ffdfbc 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __bbmaracasvisuContourToControlPoints_h_INCLUDED__
-#define __bbmaracasvisuContourToControlPoints_h_INCLUDED__
+#ifndef __bbcreaMaracasVisuContourToControlPoints_h_INCLUDED__
+#define __bbcreaMaracasVisuContourToControlPoints_h_INCLUDED__
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
@@ -9,7 +9,7 @@
 
 #include "vtkImageData.h"
 
-namespace bbmaracasvisu
+namespace bbcreaMaracasVisu
 {
 
 class /*BBTK_EXPORT*/ ContourToControlPoints
@@ -18,15 +18,6 @@ class /*BBTK_EXPORT*/ ContourToControlPoints
 {
        //BBTK_USER_BLACK_BOX_INTERFACE(ContourToControlPoints,bbtk::AtomicBlackBox);
        BBTK_BLACK_BOX_INTERFACE(ContourToControlPoints,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(In,double);
                BBTK_DECLARE_INPUT(Sampling, double);
                BBTK_DECLARE_INPUT(Slice,int);
@@ -92,7 +83,7 @@ BBTK_CATEGORY("filter");
    BBTK_OUTPUT(ContourToControlPoints,ImagePropg,"vtkImageData of the propagation image-3D",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ContourToControlPoints);
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
-#endif // __bbmaracasvisuContourToControlPoints_h_INCLUDED__
+#endif // __bbcreaMaracasVisuContourToControlPoints_h_INCLUDED__