]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuShowNPoints_Tools.h
d974669da2be9416b1a0fe325817339578927d3b
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuShowNPoints_Tools.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 __bbcreaMaracasVisuShowNPoints_Tools_h_INCLUDED__
5 #define __bbcreaMaracasVisuShowNPoints_Tools_h_INCLUDED__
6
7 #include "bbcreaMaracasVisu_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "WidgetShowNPoints.h"
12 #include "vtkPolyData.h"
13
14 namespace bbcreaMaracasVisu
15 {
16
17 class bbcreaMaracasVisu_EXPORT ShowNPoints_Tools
18  : 
19    public bbtk::AtomicBlackBox
20 {
21   BBTK_BLACK_BOX_INTERFACE(ShowNPoints_Tools,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(WidgetShowNPoints,WidgetShowNPoints*);
26     BBTK_DECLARE_INPUT(Mesh,vtkPolyData*);
27     BBTK_DECLARE_INPUT(Type,int);
28 //  BBTK_DECLARE_OUTPUT(Out,double);
29   BBTK_PROCESS(Process);
30   void Process();
31     
32     void CreatePatch01();
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(ShowNPoints_Tools,bbtk::AtomicBlackBox);
39 BBTK_NAME("ShowNPoints_Tools");
40 BBTK_AUTHOR("Info-Dev");
41 BBTK_DESCRIPTION("No Description.");
42 BBTK_CATEGORY("empty");
43   BBTK_INPUT(ShowNPoints_Tools,WidgetShowNPoints,"WidgetShowNPoints",WidgetShowNPoints*,"");
44   BBTK_INPUT(ShowNPoints_Tools,Mesh,"Mesh en format vtkPolyData ",vtkPolyData*,"");
45   BBTK_INPUT(ShowNPoints_Tools,Type,"(default 0) 0:Nothing 10:Insert Point  20:TrackPoint  30:Set nearest point  40:Erase point  50:Deleta all points  100:Insert  group after   110:Delete group  200:Tool_1 - Create Mesh (based with one group and 4 points)",int,"");
46 //  BBTK_OUTPUT(ShowNPoints_Tools,Out,"First output",double,"");
47 BBTK_END_DESCRIBE_BLACK_BOX(ShowNPoints_Tools);
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 bbcreaMaracasVisu
53
54 #endif // __bbcreaMaracasVisuShowNPoints_Tools_h_INCLUDED__
55