X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkImageContinuousDilate3D.h;h=687e01e8db982613363eed8b5c71e9f4c40b64f0;hb=08782c0d31c11a62a886395873580e394b3a9dcd;hp=c6e2a8b5d0aee2341f426ce5ff9086c7db5557dc;hpb=5cb2a22b34194409fb4cf97fd06a371d3c391acb;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousDilate3D.h b/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousDilate3D.h index c6e2a8b..687e01e 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousDilate3D.h +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousDilate3D.h @@ -36,16 +36,19 @@ class bbcreaVtk_EXPORT ImageContinuousDilate3D }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageContinuousDilate3D,bbtk::AtomicBlackBox); -BBTK_NAME("ImageContinuousDilate3D"); -BBTK_AUTHOR("Carlos Torres"); -BBTK_DESCRIPTION("No Description."); -BBTK_CATEGORY("empty"); -BBTK_INPUT(ImageContinuousDilate3D,X,"X",double,""); -BBTK_INPUT(ImageContinuousDilate3D,Y,"Y",double,""); -BBTK_INPUT(ImageContinuousDilate3D,Z,"Z",double,""); -BBTK_INPUT(ImageContinuousDilate3D,Repetitions,"Repetitions",int,""); -BBTK_INPUT(ImageContinuousDilate3D,Image,"Image input",vtkImageData*,""); -BBTK_OUTPUT(ImageContinuousDilate3D,Out,"Image output",vtkImageData*,""); + BBTK_NAME("ImageContinuousDilate3D"); + BBTK_AUTHOR("Carlos Torres"); + BBTK_DESCRIPTION("No Description."); + BBTK_CATEGORY("empty"); + + BBTK_INPUT(ImageContinuousDilate3D,X,"X (default 3)",double,""); + BBTK_INPUT(ImageContinuousDilate3D,Y,"Y (default 3)",double,""); + BBTK_INPUT(ImageContinuousDilate3D,Z,"Z (default 3)",double,""); + BBTK_INPUT(ImageContinuousDilate3D,Repetitions,"Repetitions (default 0, it works minimum ones) ",int,""); + BBTK_INPUT(ImageContinuousDilate3D,Image,"Image input",vtkImageData*,""); + + BBTK_OUTPUT(ImageContinuousDilate3D,Out,"Image output",vtkImageData*,""); + BBTK_END_DESCRIBE_BLACK_BOX(ImageContinuousDilate3D); //===== // 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)