//===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== #ifndef __bbcreaMaracasVisuSetwxVtkBaseViewLookupTable_h_INCLUDED__ #define __bbcreaMaracasVisuSetwxVtkBaseViewLookupTable_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "wxVtkBaseView.h" #include "vtkScalarsToColors.h" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT SetwxVtkBaseViewLookupTable : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(SetwxVtkBaseViewLookupTable,bbtk::AtomicBlackBox); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== BBTK_DECLARE_INPUT(BaseView1,wxVtkBaseView*); BBTK_DECLARE_INPUT(BaseView2,wxVtkBaseView*); BBTK_DECLARE_INPUT(BaseView3,wxVtkBaseView*); BBTK_DECLARE_INPUT(BaseView4,wxVtkBaseView*); BBTK_DECLARE_INPUT(ScalarToColors,vtkScalarsToColors*); BBTK_DECLARE_INPUT(OutputFormat,int); // BBTK_DECLARE_OUTPUT(Out,double); BBTK_PROCESS(Process); void Process(); void SetLookupTable(wxVtkBaseView* baseview , vtkScalarsToColors* scalartocolors, int outputformat ); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(SetwxVtkBaseViewLookupTable,bbtk::AtomicBlackBox); BBTK_NAME("SetwxVtkBaseViewLookupTable"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(SetwxVtkBaseViewLookupTable,BaseView1,"wxVtkBaseView 1",wxVtkBaseView*,""); BBTK_INPUT(SetwxVtkBaseViewLookupTable,BaseView2,"wxVtkBaseView 2",wxVtkBaseView*,""); BBTK_INPUT(SetwxVtkBaseViewLookupTable,BaseView3,"wxVtkBaseView 3",wxVtkBaseView*,""); BBTK_INPUT(SetwxVtkBaseViewLookupTable,BaseView4,"wxVtkBaseView 4",wxVtkBaseView*,""); BBTK_INPUT(SetwxVtkBaseViewLookupTable,ScalarToColors,"LookUp table",vtkScalarsToColors*,""); BBTK_INPUT(SetwxVtkBaseViewLookupTable,OutputFormat,"default (1) VTK_LUMINANCE=1, VTK_LUMINANCE_ALPHA=2, VTK_RGB=3, VTK_RGBA=4",int,""); // BBTK_OUTPUT(SetwxVtkBaseViewLookupTable,Out,"First output",double,""); BBTK_END_DESCRIBE_BLACK_BOX(SetwxVtkBaseViewLookupTable); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== } // EO namespace bbcreaMaracasVisu #endif // __bbcreaMaracasVisuSetwxVtkBaseViewLookupTable_h_INCLUDED__