]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuCutModule2.h
no message
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuCutModule2.h
index fc70f98696bb6d04a3cd4a690c80351aa90a6132..4c9a746ffac46e604176312261f5a8206d598915 100644 (file)
@@ -3,7 +3,7 @@
 #define __bbcreaMaracasVisuCutModule_h_INCLUDED__
 #include "bbcreaMaracasVisu_EXPORT.h"
 #include "bbtkWxBlackBox.h"
-#include "CutModel2MainPanel.h"
+#include "CutModelMainPanel.h"
 
 namespace bbcreaMaracasVisu
 {
@@ -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*);
@@ -24,7 +24,7 @@ class bbcreaMaracasVisu_EXPORT CutModule2
   void CreateWidget(wxWindow*);
 
 private:
-       CutModel2MainPanel* _mainpanel;
+       CutModelMainPanel* _mainpanel;
        vtkImageData* _currentimage;
 };
 
@@ -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_
-