]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkCleanExternalPlane.h
#3489 vtk9itk5wx3-macos
[bbtk.git] / packages / vtk / src / bbvtkCleanExternalPlane.h
index d10d165108e36ce545bdac647943fe0a08ed7bdc..7791980fe1d4314640a45c2936bf8329d939abbe 100644 (file)
@@ -34,6 +34,7 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
+#include "vtkVersion.h"
 #include "vtkImageData.h"
 
 namespace bbvtk
@@ -68,7 +69,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(CleanExternalPlane,bbtk::AtomicBlackBox);
   BBTK_DESCRIPTION("change the gray level of the externals planes of the image to 0 value.");
   BBTK_CATEGORY("filter");
   BBTK_INPUT(CleanExternalPlane,In,"Input image",vtkImageData*,"");
-  BBTK_INPUT(CleanExternalPlane,Type,"0 = (default) not modifie Dimention. 1 = Add outside plane (Dimension of image change)",int,"");
+  BBTK_INPUT(CleanExternalPlane,Type,"-1= nothing to do, 0 = (default) not modifie Dimention. 1 = Add outside plane (Dimension of image change)",int,"");
   BBTK_OUTPUT(CleanExternalPlane,Out,"Output image",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(CleanExternalPlane);
 //=====