X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=bbtk%2Fsrc%2FbbcreaMaracasVisuCutModule.h;h=7bc4a92f82e7249da5b0c3bdf96a5ad541357c9d;hb=27d92a1689ff0e4b5531ca976a764cbf6669dd98;hp=666c73ad9333e57fdaaa125ada78804cd07bf317;hpb=2d5984d688d7b149aa7706a0a0bf8c4b4556d788;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuCutModule.h b/bbtk/src/bbcreaMaracasVisuCutModule.h index 666c73a..7bc4a92 100644 --- a/bbtk/src/bbcreaMaracasVisuCutModule.h +++ b/bbtk/src/bbcreaMaracasVisuCutModule.h @@ -12,7 +12,7 @@ class bbcreaMaracasVisu_EXPORT CutModule : public bbtk::WxBlackBox { - + BBTK_BLACK_BOX_INTERFACE(CutModule,bbtk::WxBlackBox); BBTK_DECLARE_INPUT(In,vtkImageData*); BBTK_DECLARE_INPUT(Interactor,vtkRenderWindowInteractor*); @@ -32,7 +32,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(CutModule,bbtk::WxBlackBox); BBTK_NAME("CutModule"); BBTK_AUTHOR("car-prie@uniandes.edu.co"); BBTK_DESCRIPTION("extracts"); -BBTK_CATEGORY("__CategoryBlackBox__"); +BBTK_CATEGORY("actor, image, filter"); BBTK_INPUT(CutModule,In,"Image",vtkImageData*,""); BBTK_INPUT(CutModule,Interactor,"WindowInteractor",vtkRenderWindowInteractor*,""); BBTK_INPUT(CutModule,Renderer,"Renderer",vtkRenderer*,""); @@ -43,4 +43,3 @@ BBTK_END_DESCRIBE_BLACK_BOX(CutModule); #endif // __bbcreaMaracasVisuCutModule_h_INCLUDED__ #endif // _USE_WXWIDGETS_ -