X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkImageContinuousErode3D.h;h=c87a328ac975a42d7c3343585ea910061af9cc4c;hb=8b897e95b16fec9d4da9e687b750101f6f16e173;hp=efe2127ecd4085413930da29b9a2662f390d1e41;hpb=3582c0f9b8380fde739856aa6a188da3262cf03b;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousErode3D.h b/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousErode3D.h index efe2127..c87a328 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousErode3D.h +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousErode3D.h @@ -6,8 +6,8 @@ #include "bbcreaVtk_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" + #include "vtkImageData.h" -#include "vtkImageContinuousErode3D.h" namespace bbcreaVtk { @@ -20,10 +20,10 @@ class bbcreaVtk_EXPORT ImageContinuousErode3D //===== // 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(Repetitions,int); BBTK_DECLARE_INPUT(X,double); BBTK_DECLARE_INPUT(Y,double); BBTK_DECLARE_INPUT(Z,double); - BBTK_DECLARE_INPUT(Repetitions,int); BBTK_DECLARE_INPUT(Image,vtkImageData*); BBTK_DECLARE_OUTPUT(Out,vtkImageData*); BBTK_PROCESS(Process); @@ -35,16 +35,19 @@ class bbcreaVtk_EXPORT ImageContinuousErode3D }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageContinuousErode3D,bbtk::AtomicBlackBox); -BBTK_NAME("ImageContinuousErode3D"); -BBTK_AUTHOR("Carlos Torres"); -BBTK_DESCRIPTION("No Description."); -BBTK_CATEGORY("empty"); -BBTK_INPUT(ImageContinuousErode3D,X,"X (default 3)",double,""); -BBTK_INPUT(ImageContinuousErode3D,Y,"Y (default 3)",double,""); -BBTK_INPUT(ImageContinuousErode3D,Z,"Z (default 3)",double,""); -BBTK_INPUT(ImageContinuousErode3D,Repetitions,"Repetitions (default 0, it works minimum ones)",int,""); -BBTK_INPUT(ImageContinuousErode3D,Image,"Image input",vtkImageData*,""); -BBTK_OUTPUT(ImageContinuousErode3D,Out,"Image output",vtkImageData*,""); + BBTK_NAME("ImageContinuousErode3D"); + BBTK_AUTHOR("Carlos Torres"); + BBTK_DESCRIPTION("No Description."); + BBTK_CATEGORY("empty"); + + BBTK_INPUT(ImageContinuousErode3D,X,"X (default 3)",double,""); + BBTK_INPUT(ImageContinuousErode3D,Y,"Y (default 3)",double,""); + BBTK_INPUT(ImageContinuousErode3D,Z,"Z (default 3)",double,""); + BBTK_INPUT(ImageContinuousErode3D,Repetitions,"Repetitions (default 0, it works minimum ones)",int,""); + BBTK_INPUT(ImageContinuousErode3D,Image,"Image input",vtkImageData*,""); + + BBTK_OUTPUT(ImageContinuousErode3D,Out,"Image output",vtkImageData*,""); + BBTK_END_DESCRIBE_BLACK_BOX(ImageContinuousErode3D); //===== // 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)