//===== // Don't edit this file. This file is generated from xml description.. //===== #ifndef __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__ #define __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT ReadAxisTree3D : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ReadAxisTree3D,bbtk::AtomicBlackBox); //===== // Don't edit this file. This file is generated from xml description.. //===== BBTK_DECLARE_INPUT(FileName_Points,std::string); BBTK_DECLARE_INPUT(FileName_Indexs,std::string); BBTK_DECLARE_OUTPUT(lstPointsX,std::vector ); BBTK_DECLARE_OUTPUT(lstPointsY,std::vector ); BBTK_DECLARE_OUTPUT(lstPointsZ,std::vector ); BBTK_DECLARE_OUTPUT(lstIndexs,std::vector ); BBTK_PROCESS(Process); void Process(); //===== // Don't edit this file. This file is generated from xml description.. //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReadAxisTree3D,bbtk::AtomicBlackBox); BBTK_NAME("ReadAxisTree3D"); BBTK_AUTHOR("eduardo.davila at creatis.insa-lyon.fr"); BBTK_DESCRIPTION("Read txt file with the tree points 3D"); BBTK_CATEGORY("read/write"); BBTK_INPUT(ReadAxisTree3D,FileName_Points,"File name of Points",std::string,""); BBTK_INPUT(ReadAxisTree3D,FileName_Indexs,"File name of Index",std::string,""); BBTK_OUTPUT(ReadAxisTree3D,lstPointsX,"lst Points X",std::vector,""); BBTK_OUTPUT(ReadAxisTree3D,lstPointsY,"lst Points Y",std::vector,""); BBTK_OUTPUT(ReadAxisTree3D,lstPointsZ,"lst Points Z",std::vector,""); BBTK_OUTPUT(ReadAxisTree3D,lstIndexs,"Indexs",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(ReadAxisTree3D); //===== // Don't edit this file. This file is generated from xml description.. //===== } // EO namespace bbcreaMaracasVisu #endif // __bbcreaMaracasVisuReadAxisTree3D_h_INCLUDED__