]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuReadAxisTree3D.h
Support #1768 CREATIS Licence insertion
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuReadAxisTree3D.h
1 /*# ---------------------------------------------------------------------
2 #
3 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
4 #                        pour la Sant�)
5 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 # Previous Authors : Laurent Guigues, Jean-Pierre Roux
7 # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
8 #
9 #  This software is governed by the CeCILL-B license under French law and
10 #  abiding by the rules of distribution of free software. You can  use,
11 #  modify and/ or redistribute the software under the terms of the CeCILL-B
12 #  license as circulated by CEA, CNRS and INRIA at the following URL
13 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
14 #  or in the file LICENSE.txt.
15 #
16 #  As a counterpart to the access to the source code and  rights to copy,
17 #  modify and redistribute granted by the license, users are provided only
18 #  with a limited warranty  and the software's author,  the holder of the
19 #  economic rights,  and the successive licensors  have only  limited
20 #  liability.
21 #
22 #  The fact that you are presently reading this means that you have had
23 #  knowledge of the CeCILL-B license and that you accept its terms.
24 # ------------------------------------------------------------------------ */
25
26 //===== 
27 // Don't edit this file. This file is generated from xml description.. 
28 //===== 
29 #ifndef __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__
30 #define __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__
31 #include "bbcreaMaracasVisu_EXPORT.h"
32 #include "bbtkAtomicBlackBox.h"
33 #include "iostream"
34
35 namespace bbcreaMaracasVisu
36 {
37
38 class bbcreaMaracasVisu_EXPORT ReadAxisTree3D
39  : 
40    public bbtk::AtomicBlackBox
41 {
42   BBTK_BLACK_BOX_INTERFACE(ReadAxisTree3D,bbtk::AtomicBlackBox);
43 //===== 
44 // Don't edit this file. This file is generated from xml description.. 
45 //===== 
46         BBTK_DECLARE_INPUT(FileName,std::string);
47         BBTK_DECLARE_INPUT(Dimension,int);      
48         
49         BBTK_DECLARE_OUTPUT(lstData1,std::vector<std::string> );
50         BBTK_DECLARE_OUTPUT(lstData2,std::vector<std::string> );
51         BBTK_DECLARE_OUTPUT(lstData3,std::vector<std::string> );
52         BBTK_DECLARE_OUTPUT(lstData4,std::vector<std::string> );
53         BBTK_DECLARE_OUTPUT(lstData5,std::vector<std::string> );
54         BBTK_DECLARE_OUTPUT(lstData6,std::vector<std::string> );
55         BBTK_DECLARE_OUTPUT(lstData7,std::vector<std::string> );
56         BBTK_DECLARE_OUTPUT(lstData8,std::vector<std::string> );
57         BBTK_DECLARE_OUTPUT(lstData9,std::vector<std::string> );
58          
59   BBTK_PROCESS(Process);
60   void Process();
61 //===== 
62 // Don't edit this file. This file is generated from xml description.. 
63 //===== 
64 };
65
66 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReadAxisTree3D,bbtk::AtomicBlackBox);
67         BBTK_NAME("ReadAxisTree3D");
68         BBTK_AUTHOR("eduardo.davila at creatis.insa-lyon.fr");
69         BBTK_DESCRIPTION("Read txt file with the tree points 3D");
70         BBTK_CATEGORY("read/write");
71         BBTK_INPUT(ReadAxisTree3D,FileName,"File name of Points",std::string,"");
72         BBTK_INPUT(ReadAxisTree3D,Dimension,"(default 1) - The number of columns of the file",int,"");
73
74         BBTK_OUTPUT(ReadAxisTree3D,lstData1,"vector of data",std::vector<std::string>,"");
75         BBTK_OUTPUT(ReadAxisTree3D,lstData2,"vector of data",std::vector<std::string>,"");
76         BBTK_OUTPUT(ReadAxisTree3D,lstData3,"vector of data",std::vector<std::string>,"");
77         BBTK_OUTPUT(ReadAxisTree3D,lstData4,"vector of data",std::vector<std::string>,"");
78         BBTK_OUTPUT(ReadAxisTree3D,lstData5,"vector of data",std::vector<std::string>,"");
79         BBTK_OUTPUT(ReadAxisTree3D,lstData6,"vector of data",std::vector<std::string>,"");
80         BBTK_OUTPUT(ReadAxisTree3D,lstData7,"vector of data",std::vector<std::string>,"");
81         BBTK_OUTPUT(ReadAxisTree3D,lstData8,"vector of data",std::vector<std::string>,"");
82         BBTK_OUTPUT(ReadAxisTree3D,lstData9,"vector of data",std::vector<std::string>,"");
83
84 BBTK_END_DESCRIBE_BLACK_BOX(ReadAxisTree3D);
85 //===== 
86 // Don't edit this file. This file is generated from xml description.. 
87 //===== 
88 }
89 // EO namespace bbcreaMaracasVisu
90
91 #endif // __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__
92