//===== // 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 __bbcreaVtkImageThresholdConnectivity_h_INCLUDED__ #define __bbcreaVtkImageThresholdConnectivity_h_INCLUDED__ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" #include #include namespace bbcreaVtk { class bbcreaVtk_EXPORT ImageThresholdConnectivity : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ImageThresholdConnectivity,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(In,vtkImageData*); BBTK_DECLARE_INPUT(Point,std::vector); BBTK_DECLARE_INPUT(LstX,std::vector); BBTK_DECLARE_INPUT(LstY,std::vector); BBTK_DECLARE_INPUT(LstZ,std::vector); BBTK_DECLARE_INPUT(Threshold,std::vector); BBTK_DECLARE_INPUT(MaskValue,std::vector); BBTK_DECLARE_INPUT(Border,int); BBTK_DECLARE_OUTPUT(Out,vtkImageData*); BBTK_PROCESS(Process); void Process(); vtkImageThresholdConnectivity *filter; //===== // 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(ImageThresholdConnectivity,bbtk::AtomicBlackBox); BBTK_NAME("ImageThresholdConnectivity"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("vtkImageThresholdConnectivity"); BBTK_CATEGORY("empty"); BBTK_INPUT(ImageThresholdConnectivity,In,"Input image",vtkImageData*,""); BBTK_INPUT(ImageThresholdConnectivity,Point,"[x y z] seed point",std::vector,""); BBTK_INPUT(ImageThresholdConnectivity,LstX,"LstX seeds in voxels",std::vector,""); BBTK_INPUT(ImageThresholdConnectivity,LstY,"LstY seeds in voxels",std::vector,""); BBTK_INPUT(ImageThresholdConnectivity,LstZ,"LstZ seeds in voxels",std::vector,""); BBTK_INPUT(ImageThresholdConnectivity,MaskValue,"( default [O 255] ) [Out In] values of the output mask",std::vector,""); BBTK_INPUT(ImageThresholdConnectivity,Threshold,"( default [O 100] ) [down upper] threshold to be segmented",std::vector,""); BBTK_INPUT(ImageThresholdConnectivity,Border,"(default 10)Border of the min and max positions",int,""); BBTK_OUTPUT(ImageThresholdConnectivity,Out,"Output image",vtkImageData*,""); BBTK_END_DESCRIBE_BLACK_BOX(ImageThresholdConnectivity); //===== // 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 // __bbcreaVtkImageThresholdConnectivity_h_INCLUDED__