]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkBinaryOperations.h
#3087 BBTK Feature New Normal - BinaryOperation Min Max option
[bbtk.git] / packages / vtk / src / bbvtkBinaryOperations.h
index 9e6bd034774f0807f5a07860a6adcb814bfe350c..45602abf10c0a382b62b6bdde63a7169b4dd689b 100644 (file)
@@ -66,14 +66,14 @@ class bbvtk_EXPORT BinaryOperations
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(BinaryOperations,bbtk::AtomicBlackBox);
-BBTK_NAME("BinaryOperations");
-BBTK_AUTHOR("Info-Dev");
-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");
-BBTK_INPUT(BinaryOperations,Operation,"0:Add (default) , 1:subtract, 2:multiply, 3:divide",int,"");
-BBTK_OUTPUT(BinaryOperations,Out,"",vtkImageData*,"");
+  BBTK_NAME("BinaryOperations");
+  BBTK_AUTHOR("Info-Dev");
+  BBTK_DESCRIPTION("Arithmetic operations between two images");
+  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");
+  BBTK_INPUT(BinaryOperations,Operation,"0:Add (default) , 1:subtract, 2:multiply, 3:divide, 4=Max, 5=Min",int,"");
+  BBTK_OUTPUT(BinaryOperations,Out,"",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(BinaryOperations);
 }
 // EO namespace bbSimpleProcessing