]> Creatis software - bbtk.git/commitdiff
Change in box description. Easier to search in the package browser
authorRicardo A Corredor <Ricardo.Corredor@creatis.insa-lyon.fr>
Fri, 4 Jan 2013 10:11:32 +0000 (11:11 +0100)
committerRicardo A Corredor <Ricardo.Corredor@creatis.insa-lyon.fr>
Fri, 4 Jan 2013 10:11:32 +0000 (11:11 +0100)
packages/vtk/src/bbvtkBinaryOperations.h

index b9d8683e8923bac0d692449ae5d4cf4fd1b235eb..9e6bd034774f0807f5a07860a6adcb814bfe350c 100644 (file)
@@ -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");