X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fvtk%2Fsrc%2FbbvtkBinaryOperations.h;h=45602abf10c0a382b62b6bdde63a7169b4dd689b;hb=9155aa82faa81612fbfe56671f80c10103e69595;hp=9e6bd034774f0807f5a07860a6adcb814bfe350c;hpb=f7f26377e49c7ae9e52ae102329b016fd6482da0;p=bbtk.git diff --git a/packages/vtk/src/bbvtkBinaryOperations.h b/packages/vtk/src/bbvtkBinaryOperations.h index 9e6bd03..45602ab 100644 --- a/packages/vtk/src/bbvtkBinaryOperations.h +++ b/packages/vtk/src/bbvtkBinaryOperations.h @@ -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