//===== // 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 __bbcreaVtkImageMaskDice_h_INCLUDED__ #define __bbcreaVtkImageMaskDice_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkImageData.h" namespace bbcreaVtk { class bbcreaVtk_EXPORT ImageMaskDice : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ImageMaskDice,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(In1,vtkImageData*); BBTK_DECLARE_INPUT(In2,vtkImageData*); BBTK_DECLARE_OUTPUT(Out,double); BBTK_PROCESS(Process); void Process(); //===== // 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(ImageMaskDice,bbtk::AtomicBlackBox); BBTK_NAME("ImageMaskDice"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("(C++?????,Python)"); BBTK_CATEGORY("empty"); BBTK_INPUT(ImageMaskDice,In1,"Image 1",vtkImageData*,""); BBTK_INPUT(ImageMaskDice,In2,"Image 2",vtkImageData*,""); BBTK_OUTPUT(ImageMaskDice,Out,"Dice",double,""); BBTK_END_DESCRIBE_BLACK_BOX(ImageMaskDice); //===== // 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 // __bbcreaVtkImageMaskDice_h_INCLUDED__