X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkImageContinuousErode3D.h;fp=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkImageContinuousErode3D.h;h=efe2127ecd4085413930da29b9a2662f390d1e41;hb=0fe587457cf4d6eda506990f92a35796ad6ef7cc;hp=ed6810acbdd5635380c2264357473f721229aa0f;hpb=73f6f1d87def2eaee09190902e3c3736efcf8221;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousErode3D.h b/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousErode3D.h index ed6810a..efe2127 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousErode3D.h +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousErode3D.h @@ -39,10 +39,10 @@ BBTK_NAME("ImageContinuousErode3D"); BBTK_AUTHOR("Carlos Torres"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); -BBTK_INPUT(ImageContinuousErode3D,X,"X",double,""); -BBTK_INPUT(ImageContinuousErode3D,Y,"Y",double,""); -BBTK_INPUT(ImageContinuousErode3D,Z,"Z",double,""); -BBTK_INPUT(ImageContinuousErode3D,Repetitions,"Repetitions",int,""); +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);