X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuSTL.h;h=4d8e79ec6f5d9b8282c9628de63d711d5e6bbeb2;hb=2a69bae264c4dc43a7189f16b53a66dcd3a774dc;hp=15739286119c9b99a05761b18e44f1a6e463d91d;hpb=393855ac9ccdd47bc738cc7c0af199b2b45d89db;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuSTL.h b/bbtk/src/bbcreaMaracasVisuSTL.h index 1573928..4d8e79e 100644 --- a/bbtk/src/bbcreaMaracasVisuSTL.h +++ b/bbtk/src/bbcreaMaracasVisuSTL.h @@ -16,15 +16,7 @@ class bbcreaMaracasVisu_EXPORT STL public bbtk::WxBlackBox { BBTK_BLACK_BOX_INTERFACE(STL,bbtk::WxBlackBox); -//================================================================== -/// User callback called in the box contructor -virtual void bbUserConstructor(); -/// User callback called in the box copy constructor -virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer); -/// User callback called in the box destructor -virtual void bbUserDestructor(); -//================================================================== - BBTK_DECLARE_INPUT(In,vtkImageData*); + BBTK_DECLARE_INPUT(In, vtkImageData*); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); @@ -34,12 +26,12 @@ private: //marInterface* mar; }; -BBTK_BEGIN_DESCRIBE_BLACK_BOX(STL,bbtk::WxBlackBox); +BBTK_BEGIN_DESCRIBE_BLACK_BOX(STL, bbtk::WxBlackBox); BBTK_NAME("STL"); BBTK_AUTHOR("car-prie@uniandes.edu.co"); -BBTK_DESCRIPTION("BB of the module STL in Maracas"); -BBTK_CATEGORY("__CategoryBlackBox__"); -BBTK_INPUT(STL,In,"Image to the STL",vtkImageData*,""); +BBTK_DESCRIPTION("Black Box from the module STL in Maracas"); +BBTK_CATEGORY("image, widget"); +BBTK_INPUT(STL, In, "Image to the STereoLithography", vtkImageData*, ""); BBTK_END_DESCRIBE_BLACK_BOX(STL); } // EO namespace bbcreaMaracasVisu