//===== // 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 __bbcreaVtkCutImageSectorSegmentation_h_INCLUDED__ #define __bbcreaVtkCutImageSectorSegmentation_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "vtkImageData.h" #include "vtkPolyData.h" #include "iostream" namespace bbcreaVtk { class bbcreaVtk_EXPORT CutImageSectorSegmentation : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(CutImageSectorSegmentation,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(Image,vtkImageData*); BBTK_DECLARE_INPUT(Mesh1,vtkPolyData*); BBTK_DECLARE_OUTPUT(ResultImage,vtkImageData*); 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(CutImageSectorSegmentation,bbtk::AtomicBlackBox); BBTK_NAME("CutImageSectorSegmentation"); BBTK_AUTHOR("Monica ESPINOSA"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(CutImageSectorSegmentation,Image,"Angles Image ",vtkImageData*,""); BBTK_INPUT(CutImageSectorSegmentation,Mesh1,"Sector Image",vtkPolyData*,""); BBTK_OUTPUT(CutImageSectorSegmentation,ResultImage,"Result Image",vtkImageData*,""); BBTK_END_DESCRIBE_BLACK_BOX(CutImageSectorSegmentation); //===== // 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 // __bbcreaVtkCutImageSectorSegmentation_h_INCLUDED__