X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdWriteColumnsString.h;fp=packages%2Fstd%2Fsrc%2FbbstdWriteColumnsString.h;h=0000000000000000000000000000000000000000;hb=b324b7e01f19042425f979066aeada6ec4529e98;hp=c0bee7140ddbc4e6cc6fd71eed49d4fa688275fe;hpb=ddc1c107ea96a276a16d47be309d81ca516e132c;p=bbtk.git diff --git a/packages/std/src/bbstdWriteColumnsString.h b/packages/std/src/bbstdWriteColumnsString.h deleted file mode 100644 index c0bee71..0000000 --- a/packages/std/src/bbstdWriteColumnsString.h +++ /dev/null @@ -1,69 +0,0 @@ -//===== -// 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 __bbstdWriteColumnsString_h_INCLUDED__ -#define __bbstdWriteColumnsString_h_INCLUDED__ -#include "bbstd_EXPORT.h" -#include "bbtkAtomicBlackBox.h" -#include "iostream" - -namespace bbstd -{ - -class bbstd_EXPORT WriteColumnsString : - public bbtk::AtomicBlackBox -{ - BBTK_BLACK_BOX_INTERFACE(WriteColumnsString,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(FileName,std::string); - BBTK_DECLARE_INPUT(Headers,std::vector); - - BBTK_DECLARE_INPUT(lstData1,std::vector ); - BBTK_DECLARE_INPUT(lstData2,std::vector ); - BBTK_DECLARE_INPUT(lstData3,std::vector ); - BBTK_DECLARE_INPUT(lstData4,std::vector ); - BBTK_DECLARE_INPUT(lstData5,std::vector ); - BBTK_DECLARE_INPUT(lstData6,std::vector ); - BBTK_DECLARE_INPUT(lstData7,std::vector ); - BBTK_DECLARE_INPUT(lstData8,std::vector ); - BBTK_DECLARE_INPUT(lstData9,std::vector ); - - BBTK_DECLARE_OUTPUT(OutFileName,std::string); - 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(WriteColumnsString,bbtk::AtomicBlackBox); -BBTK_NAME("WriteColumnsString"); -BBTK_AUTHOR("Monica ESPINOSA"); -BBTK_DESCRIPTION("Write Columns to file"); -BBTK_CATEGORY("read/write"); - -BBTK_INPUT(WriteColumnsString,FileName,"File name",std::string,""); -BBTK_INPUT(WriteColumnsString,Headers,"Headers of Columns",std::vector,""); - -BBTK_INPUT(WriteColumnsString,lstData1,"vector of data",std::vector,""); -BBTK_INPUT(WriteColumnsString,lstData2,"vector of data",std::vector,""); -BBTK_INPUT(WriteColumnsString,lstData3,"vector of data",std::vector,""); -BBTK_INPUT(WriteColumnsString,lstData4,"vector of data",std::vector,""); -BBTK_INPUT(WriteColumnsString,lstData5,"vector of data",std::vector,""); -BBTK_INPUT(WriteColumnsString,lstData6,"vector of data",std::vector,""); -BBTK_INPUT(WriteColumnsString,lstData7,"vector of data",std::vector,""); -BBTK_INPUT(WriteColumnsString,lstData8,"vector of data",std::vector,""); -BBTK_INPUT(WriteColumnsString,lstData9,"vector of data",std::vector,""); - -BBTK_OUTPUT(WriteColumnsString,OutFileName,"File Name",std::string,""); -BBTK_END_DESCRIBE_BLACK_BOX(WriteColumnsString); -//===== -// 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 bbstd - -#endif // __bbstdWriteColumnsString_h_INCLUDED__ -