]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkImageCutByAxis.h
#3513 CleanMeshWithPatch
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkImageCutByAxis.h
index 33d9c3c706b37029289c44862e01f0fd26383789..2348c0c53d8002903528d011dbc244f2938df1e3 100644 (file)
@@ -6,6 +6,8 @@
 #include "bbcreaVtk_EXPORT.h"
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
+
+#include <vtkVersionMacros.h>
 #include <vtkImageData.h>
 
 namespace bbcreaVtk
@@ -41,7 +43,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageCutByAxis,bbtk::AtomicBlackBox);
        BBTK_INPUT(ImageCutByAxis,Type,"(default x-y-z+)  missing all options:x y z  x+y+  x-y+ x+y- x-y-  y+z+  y+z- y-z+ y-z-  x+z+  x+z- x-z+ x-z-   x+y+z+ x-y+z+ x+y-z+ x+y+z- x-y-z+ x-y+z- x+y-z- x-y-z-",std::string,"");
        BBTK_INPUT(ImageCutByAxis,InsideVol,"Inside volume",bool,"");
        BBTK_INPUT(ImageCutByAxis,Point,"First input",std::vector<int>,"");
-       BBTK_INPUT(ImageCutByAxis,TypeOrientation,"TypeOrientation (default 0) 0=XY 1=XZ 2=YZ",int,"");
+       BBTK_INPUT(ImageCutByAxis,TypeOrientation,"TypeOrientation (default 0) 0=XY 1=XZ 2=YZ 3=XYZ",int,"");
        BBTK_OUTPUT(ImageCutByAxis,Out,"Output image",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ImageCutByAxis);
 //=====