]> Creatis software - bbtk.git/blob - packages/vtk/src/bbvtkProbeFilter.h
#3489 vtk9itk5wx3-macos
[bbtk.git] / packages / vtk / src / bbvtkProbeFilter.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 __bbvtkProbeFilter_h_INCLUDED__
5 #define __bbvtkProbeFilter_h_INCLUDED__
6 #include "bbvtk_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 #include "vtkVersion.h"
11 #include "vtkDataObject.h"
12 #include "vtkDataSet.h"
13 #include "vtkProbeFilter.h"
14
15 namespace bbvtk
16 {
17
18 class bbvtk_EXPORT ProbeFilter
19  : 
20    public bbtk::AtomicBlackBox
21 {
22   BBTK_BLACK_BOX_INTERFACE(ProbeFilter,bbtk::AtomicBlackBox);
23 //===== 
24 // 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)
25 //===== 
26   BBTK_DECLARE_INPUT(Input,vtkDataObject*);
27   BBTK_DECLARE_INPUT(Source,vtkDataObject*);
28   BBTK_DECLARE_OUTPUT(Out,vtkDataSet*);
29   BBTK_PROCESS(Process);
30   void Process();
31
32   private:
33     vtkProbeFilter *_probefilter;
34 //===== 
35 // 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)
36 //===== 
37 };
38
39 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ProbeFilter,bbtk::AtomicBlackBox);
40 BBTK_NAME("ProbeFilter");
41 BBTK_AUTHOR("ED at InfoDev Creatis");
42 BBTK_DESCRIPTION("vtkProbeFilter");
43 BBTK_CATEGORY("empty");
44   BBTK_INPUT(ProbeFilter,Input,"Input  (example:vtkPolyData The BBTK_adaptor vtkPolyData to vtkDataObject exists.)",vtkDataObject*,"");
45   BBTK_INPUT(ProbeFilter,Source,"Source (example:vtkPolyData The BBTK_adaptor vtkPolyData to vtkDataObject exists.)",vtkDataObject*,"");
46   BBTK_OUTPUT(ProbeFilter,Out,"First output",vtkDataSet*,"");
47 BBTK_END_DESCRIBE_BLACK_BOX(ProbeFilter);
48 //===== 
49 // 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)
50 //===== 
51 }
52 // EO namespace bbvtk
53
54 #endif // __bbvtkProbeFilter_h_INCLUDED__
55