]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkUnaryOperations.h
#3489 vtk9itk5wx3-macos
[bbtk.git] / packages / vtk / src / bbvtkUnaryOperations.h
index 9ef8725c95a69884896610e0d4823952c0bb7f18..d65d6f68ae74afdd61fb153d93180fe1cd0583dc 100644 (file)
@@ -32,6 +32,7 @@
 #include "iostream"
 
 
+#include "vtkVersion.h"
 #include <vtkImageMathematics.h>
 #include <vtkImageData.h>
 #include <vtkType.h>
@@ -76,7 +77,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(UnaryOperations,bbtk::AtomicBlackBox);
   BBTK_INPUT(UnaryOperations,In1,"Image to be operated",vtkImageData*,"");
   BBTK_INPUT(UnaryOperations,InConstant,"Constant that will be used in the operations.",double,"0 default");
   BBTK_INPUT(UnaryOperations,NewValue,"InConstant replace by NewValue",double,"0 default");
-  BBTK_INPUT(UnaryOperations,Operation,"0:Add (Default), 1:subtract, 2:multiply, 3:divide, 4:invert, 5:sin, 6:cos, 7:exp, 8:log, 9:abs????, 10:SquareRoot, 11:ReplaceByContant",int,"Addition default");
+  BBTK_INPUT(UnaryOperations,Operation,"0:Add (Default), 1:subtract, 2:multiply, 3:divide, 4:invert, 5:sin, 6:cos, 7:exp, 8:log, 9:abs????, 10:SquareRoot, 11:ReplaceByConstant",int,"Addition default");
   BBTK_OUTPUT(UnaryOperations,Out,"",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(UnaryOperations);
 }