//===== // 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 __bbcreaVtkScalarBarActor_h_INCLUDED__ #define __bbcreaVtkScalarBarActor_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include #include #include namespace bbcreaVtk { class bbcreaVtk_EXPORT ScalarBarActor : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ScalarBarActor,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(LookupTable,vtkScalarsToColors*); BBTK_DECLARE_INPUT(Renderer,vtkRenderer*); // BBTK_DECLARE_OUTPUT(Out,double); BBTK_PROCESS(Process); void Process(); bool firsttime; //===== // 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(ScalarBarActor,bbtk::AtomicBlackBox); BBTK_NAME("ScalarBarActor"); BBTK_AUTHOR("Info-Dev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ScalarBarActor,LookupTable,"LookupTable",vtkScalarsToColors*,""); BBTK_INPUT(ScalarBarActor,Renderer,"Renderer",vtkRenderer*,""); // BBTK_OUTPUT(ScalarBarActor,Out,"First output",double,""); BBTK_END_DESCRIBE_BLACK_BOX(ScalarBarActor); //===== // 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 bbcreaVtk #endif // __bbcreaVtkScalarBarActor_h_INCLUDED__