]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkImageContinuousErode3D.h
#3279 creaVtk Bug New Normal - ImageContinuousErode3D box
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkImageContinuousErode3D.h
index efe2127ecd4085413930da29b9a2662f390d1e41..c87a328ac975a42d7c3343585ea910061af9cc4c 100644 (file)
@@ -6,8 +6,8 @@
 #include "bbcreaVtk_EXPORT.h"
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
+
 #include "vtkImageData.h"
-#include "vtkImageContinuousErode3D.h"
 
 namespace bbcreaVtk
 {
@@ -20,10 +20,10 @@ class bbcreaVtk_EXPORT ImageContinuousErode3D
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
+  BBTK_DECLARE_INPUT(Repetitions,int);
   BBTK_DECLARE_INPUT(X,double);
   BBTK_DECLARE_INPUT(Y,double);
   BBTK_DECLARE_INPUT(Z,double);
-  BBTK_DECLARE_INPUT(Repetitions,int);
   BBTK_DECLARE_INPUT(Image,vtkImageData*);
   BBTK_DECLARE_OUTPUT(Out,vtkImageData*);
   BBTK_PROCESS(Process);
@@ -35,16 +35,19 @@ class bbcreaVtk_EXPORT ImageContinuousErode3D
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageContinuousErode3D,bbtk::AtomicBlackBox);
-BBTK_NAME("ImageContinuousErode3D");
-BBTK_AUTHOR("Carlos Torres");
-BBTK_DESCRIPTION("No Description.");
-BBTK_CATEGORY("empty");
-BBTK_INPUT(ImageContinuousErode3D,X,"X (default 3)",double,"");
-BBTK_INPUT(ImageContinuousErode3D,Y,"Y (default 3)",double,"");
-BBTK_INPUT(ImageContinuousErode3D,Z,"Z (default 3)",double,"");
-BBTK_INPUT(ImageContinuousErode3D,Repetitions,"Repetitions  (default 0, it works minimum ones)",int,"");
-BBTK_INPUT(ImageContinuousErode3D,Image,"Image input",vtkImageData*,"");
-BBTK_OUTPUT(ImageContinuousErode3D,Out,"Image output",vtkImageData*,"");
+  BBTK_NAME("ImageContinuousErode3D");
+  BBTK_AUTHOR("Carlos Torres");
+  BBTK_DESCRIPTION("No Description.");
+  BBTK_CATEGORY("empty");
+
+  BBTK_INPUT(ImageContinuousErode3D,X,"X (default 3)",double,"");
+  BBTK_INPUT(ImageContinuousErode3D,Y,"Y (default 3)",double,"");
+  BBTK_INPUT(ImageContinuousErode3D,Z,"Z (default 3)",double,"");
+  BBTK_INPUT(ImageContinuousErode3D,Repetitions,"Repetitions  (default 0, it works minimum ones)",int,"");
+  BBTK_INPUT(ImageContinuousErode3D,Image,"Image input",vtkImageData*,"");
+
+  BBTK_OUTPUT(ImageContinuousErode3D,Out,"Image output",vtkImageData*,"");
+
 BBTK_END_DESCRIBE_BLACK_BOX(ImageContinuousErode3D);
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)