//===== // 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 __bbcreaVtkImageAppendComponents_h_INCLUDED__ #define __bbcreaVtkImageAppendComponents_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include "vtkImageData.h" #include "vtkImageAppendComponents.h" namespace bbcreaVtk { class bbcreaVtk_EXPORT ImageAppendComponents : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ImageAppendComponents,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(In0,vtkImageData*); BBTK_DECLARE_INPUT(In1,vtkImageData*); BBTK_DECLARE_INPUT(In2,vtkImageData*); BBTK_DECLARE_INPUT(In3,vtkImageData*); BBTK_DECLARE_OUTPUT(Out,vtkImageData*); BBTK_PROCESS(Process); void Process(); vtkImageAppendComponents *_appendFilter; //===== // 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(ImageAppendComponents,bbtk::AtomicBlackBox); BBTK_NAME("ImageAppendComponents"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ImageAppendComponents,In0,"Image Component",vtkImageData*,""); BBTK_INPUT(ImageAppendComponents,In1,"Image Component",vtkImageData*,""); BBTK_INPUT(ImageAppendComponents,In2,"Image Component",vtkImageData*,""); BBTK_INPUT(ImageAppendComponents,In3,"Image Component",vtkImageData*,""); BBTK_OUTPUT(ImageAppendComponents,Out,"Output image with some components",vtkImageData*,""); BBTK_END_DESCRIBE_BLACK_BOX(ImageAppendComponents); //===== // 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 // __bbcreaVtkImageAppendComponents_h_INCLUDED__