X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourToControlPoints.h;h=de3904c6f0503e3898a7058bd029bc90181c44f8;hb=9dc674e734b8dc98f1729630889bcabc9f4a695c;hp=48553fa7e4fb31bc1d07ff782d10292450f064e0;hpb=44e4be7013ea566bd2bdefb9d48e1da0071c3d91;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourToControlPoints.h b/bbtk/src/bbmaracasvisuContourToControlPoints.h index 48553fa..de3904c 100644 --- a/bbtk/src/bbmaracasvisuContourToControlPoints.h +++ b/bbtk/src/bbmaracasvisuContourToControlPoints.h @@ -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__