]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuChangeInformationPoint3Dto2D.h
2382 creaMaracasVisu Bug New High Box HistogramView not accept all formats
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuChangeInformationPoint3Dto2D.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 __bbcreaMaracasVisuChangeInformationPoint3Dto2D_h_INCLUDED__
5 #define __bbcreaMaracasVisuChangeInformationPoint3Dto2D_h_INCLUDED__
6 #include "bbcreaMaracasVisu_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 #include "wxVtkBaseView.h"
11
12 namespace bbcreaMaracasVisu
13 {
14
15 class bbcreaMaracasVisu_EXPORT ChangeInformationPoint3Dto2D
16  : 
17    public bbtk::AtomicBlackBox
18 {
19   BBTK_BLACK_BOX_INTERFACE(ChangeInformationPoint3Dto2D,bbtk::AtomicBlackBox);
20 //===== 
21 // 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)
22 //===== 
23   BBTK_DECLARE_INPUT(InPoint,std::vector<double>);
24   BBTK_DECLARE_INPUT(wxVtkBaseView,wxVtkBaseView*);
25   BBTK_DECLARE_OUTPUT(OutPoint,std::vector<double>);
26   BBTK_DECLARE_OUTPUT(NormalVector,std::vector<double>);
27   BBTK_PROCESS(Process);
28   void Process();
29 //===== 
30 // 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)
31 //===== 
32 };
33
34 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ChangeInformationPoint3Dto2D,bbtk::AtomicBlackBox);
35  BBTK_NAME("ChangeInformationPoint3Dto2D");
36  BBTK_AUTHOR("Info-Dev Creatis");
37  BBTK_DESCRIPTION("No Description.");
38  BBTK_CATEGORY("empty");
39
40  BBTK_INPUT(ChangeInformationPoint3Dto2D,InPoint,"Input Point 3D",std::vector<double>,"");
41  BBTK_INPUT(ChangeInformationPoint3Dto2D,wxVtkBaseView,"wxVtkBaseView",wxVtkBaseView*,"");
42
43  BBTK_OUTPUT(ChangeInformationPoint3Dto2D,OutPoint,"Output Point 2D",std::vector<double>,"");
44  BBTK_OUTPUT(ChangeInformationPoint3Dto2D,NormalVector,"NormalVector (default 0 0 1)",std::vector<double>,"");
45
46 BBTK_END_DESCRIBE_BLACK_BOX(ChangeInformationPoint3Dto2D);
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 bbcreaMaracasVisu
52
53 #endif // __bbcreaMaracasVisuChangeInformationPoint3Dto2D_h_INCLUDED__
54