From: eduardo.davila@creatis.insa-lyon.fr Date: Fri, 18 Apr 2025 08:30:34 +0000 (+0200) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=139e93037040ff790696668c2da7ca57afdf83d5;p=creaVtk.git Clean code --- diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkImageThreshold.h b/bbtk_creaVtk_PKG/src/bbcreaVtkImageThreshold.h index 05cda29..2dda2f5 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkImageThreshold.h +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkImageThreshold.h @@ -42,7 +42,7 @@ class bbcreaVtk_EXPORT ImageThreshold BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageThreshold,bbtk::AtomicBlackBox); BBTK_NAME("ImageThreshold"); BBTK_AUTHOR("InfoDev"); - BBTK_DESCRIPTION("No Description."); + BBTK_DESCRIPTION("(C++,JavaScript) No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ImageThreshold,Active,"(default true) true/false",bool,""); BBTK_INPUT(ImageThreshold,In,"Input image",vtkImageData*,"");