]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkBinaryOperations.h
Change in box description. Easier to search in the package browser
[bbtk.git] / 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");