X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourToControlPoints.cxx;h=8fc411d68f7b0f0c4f33b73f85455b9d9884e48f;hb=0b747197355924160b90ad9e4d9c7499fcef7503;hp=469155835e3e35154f636a10d1bafe9173e5a851;hpb=44e4be7013ea566bd2bdefb9d48e1da0071c3d91;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourToControlPoints.cxx b/bbtk/src/bbmaracasvisuContourToControlPoints.cxx index 4691558..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); @@ -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_