]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkCleanExternalPlane.h
#2865 BBTK Feature New Normal - new option in CleanExternalPlane DimImage+2 (Type 1)
[bbtk.git] / packages / vtk / src / bbvtkCleanExternalPlane.h
index d10d165108e36ce545bdac647943fe0a08ed7bdc..7dd5eb1e381113f094b29f3bce177061c771357c 100644 (file)
@@ -68,7 +68,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);
 //=====