From 139e93037040ff790696668c2da7ca57afdf83d5 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Fri, 18 Apr 2025 10:30:34 +0200 Subject: [PATCH] Clean code --- bbtk_creaVtk_PKG/src/bbcreaVtkImageThreshold.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*,""); -- 2.49.0