]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/src/bbcreaVtkImageLaplacian.h
#3479 LaplacianFilter box and ImageToPoints box
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkImageLaplacian.h
1 //===== 
2 // 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)
3 //===== 
4 #ifndef __bbcreaVtkImageLaplacian_h_INCLUDED__
5 #define __bbcreaVtkImageLaplacian_h_INCLUDED__
6
7 #include "bbcreaVtk_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10 #include "vtkImageData.h"
11 namespace bbcreaVtk
12 {
13
14 class bbcreaVtk_EXPORT ImageLaplacian
15  : 
16    public bbtk::AtomicBlackBox
17 {
18   BBTK_BLACK_BOX_INTERFACE(ImageLaplacian,bbtk::AtomicBlackBox);
19 //===== 
20 // 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)
21 //===== 
22   BBTK_DECLARE_INPUT(In,vtkImageData*);
23   BBTK_DECLARE_OUTPUT(Out,vtkImageData*);
24   BBTK_PROCESS(Process);
25   void Process();
26 //===== 
27 // 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)
28 //===== 
29 };
30
31 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageLaplacian,bbtk::AtomicBlackBox);
32 BBTK_NAME("ImageLaplacian");
33 BBTK_AUTHOR("InfoDev");
34 BBTK_DESCRIPTION("No Description.");
35 BBTK_CATEGORY("empty");
36 BBTK_INPUT(ImageLaplacian,In,"Input image",vtkImageData*,"");
37 BBTK_OUTPUT(ImageLaplacian,Out,"Output image",vtkImageData*,"");
38 BBTK_END_DESCRIBE_BLACK_BOX(ImageLaplacian);
39 //===== 
40 // 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)
41 //===== 
42 }
43 // EO namespace bbcreaVtk
44
45 #endif // __bbcreaVtkImageLaplacian_h_INCLUDED__
46