]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourToControlPoints.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourToControlPoints.h
index 48553fa7e4fb31bc1d07ff782d10292450f064e0..de3904c6f0503e3898a7058bd029bc90181c44f8 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
@@ -23,7 +23,7 @@ class /*BBTK_EXPORT*/ ContourToControlPoints
 /// User callback called in the box contructor
 virtual void bbUserConstructor();
 /// User callback called in the box copy constructor
-virtual void bbUserCopyConstructor();
+virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer);
 /// User callback called in the box destructor
 virtual void bbUserDestructor();
 //==================================================================
@@ -92,7 +92,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__