]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuCutModule2.h
TODO : fix deprecated
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuCutModule2.h
index a6d04e2723dea900ad0be92b36a9296541d3e29a..4c9a746ffac46e604176312261f5a8206d598915 100644 (file)
@@ -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_
-