]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkUnaryOperations.h
no message
[bbtk.git] / packages / vtk / src / bbvtkUnaryOperations.h
index fddd7582e51af4daf115957084f2f843fae935ee..f1693defde58d7daf45d8e7b0b46c621d860ccd3 100644 (file)
@@ -32,7 +32,7 @@ class bbvtk_EXPORT UnaryOperations
 
   void crearPredeterminado();
   void substractWithMinimum();
-  void MultiplyBy();
+//  void MultiplyBy();
 
   bbtkStaticLecture lector;
 
@@ -47,7 +47,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(UnaryOperations,bbtk::AtomicBlackBox);
   BBTK_CATEGORY("filtre");
   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,Operation,"0:Add (Default), 1:subtract, 2:multiply, 3:divide, 4:invert, 5:sin, 6:cos, 7:exp, 8:log, 9:abs",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????",int,"Addition default");
   BBTK_OUTPUT(UnaryOperations,Out,"",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(UnaryOperations);
 }