]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuReadAxisTree3D.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuReadAxisTree3D.h
1 //===== 
2 // Don't edit this file. This file is generated from xml description.. 
3 //===== 
4 #ifndef __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__
5 #define __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__
6 #include "bbcreaMaracasVisu_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 namespace bbcreaMaracasVisu
11 {
12
13 class bbcreaMaracasVisu_EXPORT ReadAxisTree3D
14  : 
15    public bbtk::AtomicBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(ReadAxisTree3D,bbtk::AtomicBlackBox);
18 //===== 
19 // Don't edit this file. This file is generated from xml description.. 
20 //===== 
21         BBTK_DECLARE_INPUT(FileName_Points,std::string);
22         BBTK_DECLARE_INPUT(FileName_Indexs,std::string);
23         BBTK_DECLARE_OUTPUT(lstPointsX,std::vector<double> );
24         BBTK_DECLARE_OUTPUT(lstPointsY,std::vector<double> );
25         BBTK_DECLARE_OUTPUT(lstPointsZ,std::vector<double> );
26         BBTK_DECLARE_OUTPUT(lstIndexs,std::vector<int> );
27   BBTK_PROCESS(Process);
28   void Process();
29 //===== 
30 // Don't edit this file. This file is generated from xml description.. 
31 //===== 
32 };
33
34 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReadAxisTree3D,bbtk::AtomicBlackBox);
35 BBTK_NAME("ReadAxisTree3D");
36 BBTK_AUTHOR("eduardo.davila at creatis.insa-lyon.fr");
37 BBTK_DESCRIPTION("Read txt file with the tree points 3D");
38 BBTK_CATEGORY("read/write");
39 BBTK_INPUT(ReadAxisTree3D,FileName_Points,"File name of Points",std::string,"");
40 BBTK_INPUT(ReadAxisTree3D,FileName_Indexs,"File name of Index",std::string,"");
41
42 BBTK_OUTPUT(ReadAxisTree3D,lstPointsX,"lst Points X",std::vector<double>,"");
43 BBTK_OUTPUT(ReadAxisTree3D,lstPointsY,"lst Points Y",std::vector<double>,"");
44 BBTK_OUTPUT(ReadAxisTree3D,lstPointsZ,"lst Points Z",std::vector<double>,"");
45 BBTK_OUTPUT(ReadAxisTree3D,lstIndexs,"Indexs",std::vector<int>,"");
46         
47 BBTK_END_DESCRIBE_BLACK_BOX(ReadAxisTree3D);
48 //===== 
49 // Don't edit this file. This file is generated from xml description.. 
50 //===== 
51 }
52 // EO namespace bbcreaMaracasVisu
53
54 #endif // __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__
55