//===== // 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) //===== #ifndef __bbcreaMaracasVisuReadCreaContourFile_h_INCLUDED__ #define __bbcreaMaracasVisuReadCreaContourFile_h_INCLUDED__ #include "bbcreaMaracasVisu_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" namespace bbcreaMaracasVisu { class bbcreaMaracasVisu_EXPORT ReadCreaContourFile : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(ReadCreaContourFile,bbtk::AtomicBlackBox); //===== // 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) //===== BBTK_DECLARE_INPUT(FileNameRoi,std::string); BBTK_DECLARE_INPUT(FromDirection,int); BBTK_DECLARE_OUTPUT(LstX,std::vector); BBTK_DECLARE_OUTPUT(LstY,std::vector); BBTK_DECLARE_OUTPUT(LstZ,std::vector); BBTK_DECLARE_OUTPUT(LstIndexs,std::vector); BBTK_PROCESS(Process); void Process(); //===== // 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) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(ReadCreaContourFile,bbtk::AtomicBlackBox); BBTK_NAME("ReadCreaContourFile"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(ReadCreaContourFile,FileNameRoi,"creaContour file (*.roi)",std::string,""); BBTK_INPUT(ReadCreaContourFile,FromDirection,"(default 0) 0:XY 1:YZ 2:XZ",int,""); BBTK_OUTPUT(ReadCreaContourFile,LstX,"Vetor X",std::vector,""); BBTK_OUTPUT(ReadCreaContourFile,LstY,"Vetor Y",std::vector,""); BBTK_OUTPUT(ReadCreaContourFile,LstZ,"Vetor Z",std::vector,""); BBTK_OUTPUT(ReadCreaContourFile,LstIndexs,"List of : number of elements by segments",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(ReadCreaContourFile); //===== // 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) //===== } // EO namespace bbcreaMaracasVisu #endif // __bbcreaMaracasVisuReadCreaContourFile_h_INCLUDED__