]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuReadAxisTree3D.h
ba5769bdd33188be22cc3c150a7def878a4b3cbb
[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,std::string);
22         BBTK_DECLARE_INPUT(Dimension,int);      
23         
24         BBTK_DECLARE_OUTPUT(lstData1,std::vector<std::string> );
25         BBTK_DECLARE_OUTPUT(lstData2,std::vector<std::string> );
26         BBTK_DECLARE_OUTPUT(lstData3,std::vector<std::string> );
27         BBTK_DECLARE_OUTPUT(lstData4,std::vector<std::string> );
28         BBTK_DECLARE_OUTPUT(lstData5,std::vector<std::string> );
29         BBTK_DECLARE_OUTPUT(lstData6,std::vector<std::string> );
30         BBTK_DECLARE_OUTPUT(lstData7,std::vector<std::string> );
31         BBTK_DECLARE_OUTPUT(lstData8,std::vector<std::string> );
32         BBTK_DECLARE_OUTPUT(lstData9,std::vector<std::string> );
33          
34   BBTK_PROCESS(Process);
35   void Process();
36 //===== 
37 // Don't edit this file. This file is generated from xml description.. 
38 //===== 
39 };
40
41 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReadAxisTree3D,bbtk::AtomicBlackBox);
42         BBTK_NAME("ReadAxisTree3D");
43         BBTK_AUTHOR("eduardo.davila at creatis.insa-lyon.fr");
44         BBTK_DESCRIPTION("Read txt file with the tree points 3D");
45         BBTK_CATEGORY("read/write");
46         BBTK_INPUT(ReadAxisTree3D,FileName,"File name of Points",std::string,"");
47         BBTK_INPUT(ReadAxisTree3D,Dimension,"(default 1) - The number of columns of the file",int,"");
48
49         BBTK_OUTPUT(ReadAxisTree3D,lstData1,"vector of data",std::vector<std::string>,"");
50         BBTK_OUTPUT(ReadAxisTree3D,lstData2,"vector of data",std::vector<std::string>,"");
51         BBTK_OUTPUT(ReadAxisTree3D,lstData3,"vector of data",std::vector<std::string>,"");
52         BBTK_OUTPUT(ReadAxisTree3D,lstData4,"vector of data",std::vector<std::string>,"");
53         BBTK_OUTPUT(ReadAxisTree3D,lstData5,"vector of data",std::vector<std::string>,"");
54         BBTK_OUTPUT(ReadAxisTree3D,lstData6,"vector of data",std::vector<std::string>,"");
55         BBTK_OUTPUT(ReadAxisTree3D,lstData7,"vector of data",std::vector<std::string>,"");
56         BBTK_OUTPUT(ReadAxisTree3D,lstData8,"vector of data",std::vector<std::string>,"");
57         BBTK_OUTPUT(ReadAxisTree3D,lstData9,"vector of data",std::vector<std::string>,"");
58
59 BBTK_END_DESCRIBE_BLACK_BOX(ReadAxisTree3D);
60 //===== 
61 // Don't edit this file. This file is generated from xml description.. 
62 //===== 
63 }
64 // EO namespace bbcreaMaracasVisu
65
66 #endif // __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__
67