]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourToControlPoints.cxx
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourToControlPoints.cxx
index 469155835e3e35154f636a10d1bafe9173e5a851..8fc411d68f7b0f0c4f33b73f85455b9d9884e48f 100644 (file)
@@ -2,11 +2,11 @@
 #ifdef _USE_ITK_
 
 #include "bbmaracasvisuContourToControlPoints.h"
-#include "bbmaracasvisuPackage.h"
-namespace bbmaracasvisu
+#include "bbcreaMaracasVisuPackage.h"
+namespace bbcreaMaracasVisu
 {
 
-BBTK_ADD_BLACK_BOX_TO_PACKAGE(maracasvisu,ContourToControlPoints)
+BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ContourToControlPoints)
 //BBTK_USER_BLACK_BOX_IMPLEMENTATION(ContourToControlPoints,bbtk::AtomicBlackBox);
 BBTK_BLACK_BOX_IMPLEMENTATION(ContourToControlPoints,bbtk::AtomicBlackBox);
 
@@ -131,11 +131,11 @@ void ContourToControlPoints::bbUserConstructor()
                _ext2D          = new ExtractControlPoints2D();
                _fd = NULL;
                pos = 0;
-               it = NULL;
-               bool inic = false;
+               //it = NULL;  // JPRx
+               //bool inic = false; // JPRx
 }
 //------------------------------------------------------------
-void ContourToControlPoints::bbUserCopyConstructor()
+void ContourToControlPoints::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
 {
 }
 //------------------------------------------------------------
@@ -144,7 +144,7 @@ void ContourToControlPoints::bbUserDestructor()
 }
 
 }
-// EO namespace bbmaracasvisu
+// EO namespace bbcreaMaracasVisu
 
 #endif //_USE_ITK_
 #endif //_USE_VTK_