//===== // Don't edit this file. This file is generated from xml description.. //===== #ifdef _USE_WXWIDGETS_ #ifndef __bbcreaMaracasVisuColorLayerImageView_h_INCLUDED__ #define __bbcreaMaracasVisuColorLayerImageView_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkWxBlackBox.h" #include "wxVtkBaseView.h" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT ColorLayerImageView : public bbtk::WxBlackBox { BBTK_BLACK_BOX_INTERFACE(ColorLayerImageView,bbtk::WxBlackBox); //===== // Don't edit this file. This file is generated from xml description.. //===== BBTK_DECLARE_INPUT(WxVtkBaseView,wxVtkBaseView *); BBTK_DECLARE_INPUT(In,vtkImageData*); BBTK_PROCESS(Process); void Process(); BBTK_CREATE_WIDGET(CreateWidget); void CreateWidget(wxWindow*); //===== // Don't edit this file. This file is generated from xml description.. //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(ColorLayerImageView,bbtk::WxBlackBox); BBTK_NAME("ColorLayerImageView"); BBTK_AUTHOR("Eduardo DAVILA (Creatis)"); BBTK_DESCRIPTION("Color Laye rImage View"); BBTK_CATEGORY("__CategoryBlackBox__"); BBTK_INPUT(ColorLayerImageView,In,"Input Image",vtkImageData*,""); BBTK_INPUT(ColorLayerImageView,WxVtkBaseView,"creaMaracasVisuViewer viewer",wxVtkBaseView*,""); BBTK_END_DESCRIBE_BLACK_BOX(ColorLayerImageView); //===== // Don't edit this file. This file is generated from xml description.. //===== } // EO namespace bbcreaMaracasVisu #endif // __bbcreaMaracasVisuColorLayerImageView_h_INCLUDED__ #endif // _USE_WXWIDGETS_