]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuContourControlPoints.h
2346 creaMaracasVisu Feature New Normal ManualContour Box
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuContourControlPoints.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 __bbcreaMaracasVisuContourControlPoints_h_INCLUDED__
5 #define __bbcreaMaracasVisuContourControlPoints_h_INCLUDED__
6 #include "bbcreaMaracasVisu_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 #include "manualContourControler.h"
11 #include "manualContourModel.h"
12 #include "manualViewContour.h"
13
14
15 namespace bbcreaMaracasVisu
16 {
17
18 class bbcreaMaracasVisu_EXPORT ContourControlPoints
19  : 
20    public bbtk::AtomicBlackBox
21 {
22   BBTK_BLACK_BOX_INTERFACE(ContourControlPoints,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(wxVtkBaseView,wxVtkBaseView*);
27 //  BBTK_DECLARE_OUTPUT(Out,double);
28   BBTK_PROCESS(Process);
29   void Process();
30
31         manualContourControler  *_manContourControl_1;
32         manualContourModel      *_mContourModel_1;
33         manualViewContour       *_mViewContour_1;
34
35
36 //===== 
37 // 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)
38 //===== 
39 };
40
41 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ContourControlPoints,bbtk::AtomicBlackBox);
42   BBTK_NAME("ContourControlPoints");
43   BBTK_AUTHOR("Info-Dev Creatis");
44   BBTK_DESCRIPTION("No Description.");
45   BBTK_CATEGORY("empty");
46
47   BBTK_INPUT(ContourControlPoints,wxVtkBaseView,"wxVtkBaseView",wxVtkBaseView*,"");
48 //  BBTK_OUTPUT(ContourControlPoints,Out,"First output",double,"");
49
50 BBTK_END_DESCRIBE_BLACK_BOX(ContourControlPoints);
51 //===== 
52 // 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)
53 //===== 
54 }
55 // EO namespace bbcreaMaracasVisu
56
57 #endif // __bbcreaMaracasVisuContourControlPoints_h_INCLUDED__
58