From: Ricardo A Corredor Date: Fri, 4 Jan 2013 10:11:32 +0000 (+0100) Subject: Change in box description. Easier to search in the package browser X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=44671dac7b8aeea6fab682726b47c4480da0824e;p=bbtk.git Change in box description. Easier to search in the package browser --- diff --git a/packages/vtk/src/bbvtkBinaryOperations.h b/packages/vtk/src/bbvtkBinaryOperations.h index b9d8683..9e6bd03 100644 --- a/packages/vtk/src/bbvtkBinaryOperations.h +++ b/packages/vtk/src/bbvtkBinaryOperations.h @@ -68,7 +68,7 @@ class bbvtk_EXPORT BinaryOperations BBTK_BEGIN_DESCRIBE_BLACK_BOX(BinaryOperations,bbtk::AtomicBlackBox); BBTK_NAME("BinaryOperations"); BBTK_AUTHOR("Info-Dev"); -BBTK_DESCRIPTION("Math operation between two images"); +BBTK_DESCRIPTION("Arithmetic operations between two images: add, substract, multiply, divide"); BBTK_CATEGORY("filter"); BBTK_INPUT(BinaryOperations,In1,"first image to be operated",vtkImageData*,"NULL default"); BBTK_INPUT(BinaryOperations,In2,"second image to be operated",vtkImageData*,"NULL default");