X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourToControlPoints.h;h=3a9d443f187add56303dcc3acdd95ba9c8ffdfbc;hb=262993876bc653f4da132e6531bec2b5ab951faa;hp=48553fa7e4fb31bc1d07ff782d10292450f064e0;hpb=44e4be7013ea566bd2bdefb9d48e1da0071c3d91;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourToControlPoints.h b/bbtk/src/bbmaracasvisuContourToControlPoints.h index 48553fa..3a9d443 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 @@ -18,15 +18,6 @@ class /*BBTK_EXPORT*/ ContourToControlPoints { //BBTK_USER_BLACK_BOX_INTERFACE(ContourToControlPoints,bbtk::AtomicBlackBox); BBTK_BLACK_BOX_INTERFACE(ContourToControlPoints,bbtk::AtomicBlackBox); - -//================================================================== -/// User callback called in the box contructor -virtual void bbUserConstructor(); -/// User callback called in the box copy constructor -virtual void bbUserCopyConstructor(); -/// User callback called in the box destructor -virtual void bbUserDestructor(); -//================================================================== BBTK_DECLARE_INPUT(In,double); BBTK_DECLARE_INPUT(Sampling, double); BBTK_DECLARE_INPUT(Slice,int); @@ -92,7 +83,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__