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