X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuCutModule2.h;h=4c9a746ffac46e604176312261f5a8206d598915;hb=c68f4e0d9298fe538f87a974947cce470148c60b;hp=fc70f98696bb6d04a3cd4a690c80351aa90a6132;hpb=cd97feaaa450f796ae24accbf3eba1fd4c11639e;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuCutModule2.h b/bbtk/src/bbcreaMaracasVisuCutModule2.h index fc70f98..4c9a746 100644 --- a/bbtk/src/bbcreaMaracasVisuCutModule2.h +++ b/bbtk/src/bbcreaMaracasVisuCutModule2.h @@ -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_ -