]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuCutModule.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuCutModule.h
index 666c73ad9333e57fdaaa125ada78804cd07bf317..7bc4a92f82e7249da5b0c3bdf96a5ad541357c9d 100644 (file)
@@ -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_
-