]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkUnaryOperations.h
no message
[bbtk.git] / packages / vtk / src / bbvtkUnaryOperations.h
index 08f751594c5b3758dc3ddb742a8bfc02bf4d6812..1f1318041e9cf8b6c627791f6e1d6a4fba36737c 100644 (file)
@@ -41,14 +41,14 @@ class bbvtk_EXPORT UnaryOperations
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(UnaryOperations,bbtk::AtomicBlackBox);
-BBTK_NAME("UnaryOperations");
-BBTK_AUTHOR("_author_");
-BBTK_DESCRIPTION("_description_");
-BBTK_CATEGORY("__CATEGORY__");
-BBTK_INPUT(UnaryOperations,In1,"",vtkImageData*,"");
-BBTK_INPUT(UnaryOperations,InConstant,"",double,"");
-BBTK_INPUT(UnaryOperations,Operation,"0:Add, 1:subtract, 2:multiply, 3:divide, 4:invert, 5:sin, 6:cos, 7:exp, 8:log, 9:abs",int,"");
-BBTK_OUTPUT(UnaryOperations,Out,"",vtkImageData*,"");
+  BBTK_NAME("UnaryOperations");
+  BBTK_AUTHOR("Info-Dev Creatis");
+  BBTK_DESCRIPTION("math operation over an image");
+  BBTK_CATEGORY("filtre");
+  BBTK_INPUT(UnaryOperations,In1,"",vtkImageData*,"");
+  BBTK_INPUT(UnaryOperations,InConstant,"",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",int,"");
+  BBTK_OUTPUT(UnaryOperations,Out,"",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(UnaryOperations);
 }
 // EO namespace bbSimpleProcessing