X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourToControlPoints.cxx;h=8fc411d68f7b0f0c4f33b73f85455b9d9884e48f;hb=0b747197355924160b90ad9e4d9c7499fcef7503;hp=02db285e8ea1f376b247ffa50ec7040b155861f3;hpb=8e7ab74a199d1f05b01dccfb75da7f2c4754ddc5;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourToControlPoints.cxx b/bbtk/src/bbmaracasvisuContourToControlPoints.cxx index 02db285..8fc411d 100644 --- a/bbtk/src/bbmaracasvisuContourToControlPoints.cxx +++ b/bbtk/src/bbmaracasvisuContourToControlPoints.cxx @@ -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); @@ -135,7 +135,7 @@ void ContourToControlPoints::bbUserConstructor() //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_