X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuCutModule2.h;h=4c9a746ffac46e604176312261f5a8206d598915;hb=dac955af51d5334c5316758b68ef64e9b63e0b8f;hp=a6d04e2723dea900ad0be92b36a9296541d3e29a;hpb=241ec043d82df169705445f317b332207fd1b6b2;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuCutModule2.h b/bbtk/src/bbcreaMaracasVisuCutModule2.h index a6d04e2..4c9a746 100644 --- a/bbtk/src/bbcreaMaracasVisuCutModule2.h +++ b/bbtk/src/bbcreaMaracasVisuCutModule2.h @@ -12,7 +12,7 @@ class bbcreaMaracasVisu_EXPORT CutModule2 : public bbtk::WxBlackBox { - + BBTK_BLACK_BOX_INTERFACE(CutModule2,bbtk::WxBlackBox); BBTK_DECLARE_INPUT(In,vtkImageData*); BBTK_DECLARE_INPUT(Interactor,vtkRenderWindowInteractor*); @@ -32,7 +32,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(CutModule2,bbtk::WxBlackBox); BBTK_NAME("CutModule2"); BBTK_AUTHOR("perez@creatis.insa-lyon.fr"); BBTK_DESCRIPTION("extracts"); -BBTK_CATEGORY("__CategoryBlackBox__"); +BBTK_CATEGORY("actor, image, filter"); BBTK_INPUT(CutModule2,In,"Image",vtkImageData*,""); BBTK_INPUT(CutModule2,Interactor,"WindowInteractor",vtkRenderWindowInteractor*,""); BBTK_INPUT(CutModule2,Renderer,"Renderer",vtkRenderer*,""); @@ -43,4 +43,3 @@ BBTK_END_DESCRIBE_BLACK_BOX(CutModule2); #endif // __bbcreaMaracasVisuCutModule_h_INCLUDED__ #endif // _USE_WXWIDGETS_ -