]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/src/bbcreaMiniToolsCreateReport01.h
#3421 template_creaPatientsSystem
[creaMiniTools.git] / bbtk_package_creaMiniTools / src / bbcreaMiniToolsCreateReport01.h
index b2897430405c4b7ab3d2b206f5e5d842e8acb9cd..3d581544b20df1930be6cca7d9e61ec7e6b51a66 100644 (file)
@@ -37,6 +37,11 @@ class bbcreaMiniTools_EXPORT CreateReport01
     BBTK_DECLARE_OUTPUT(Out08,std::vector<std::string>);
     BBTK_DECLARE_OUTPUT(Out09,std::vector<std::string>);
     BBTK_DECLARE_OUTPUT(Out10,std::vector<std::string>);
+    BBTK_DECLARE_OUTPUT(Out11,std::vector<std::string>);
+    BBTK_DECLARE_OUTPUT(Out12,std::vector<std::string>);
+    BBTK_DECLARE_OUTPUT(Out13,std::vector<std::string>);
+    BBTK_DECLARE_OUTPUT(Out14,std::vector<std::string>);
+    BBTK_DECLARE_OUTPUT(Out15,std::vector<std::string>);
   BBTK_PROCESS(Process);
   void Process();
 //===== 
@@ -67,6 +72,11 @@ BBTK_OUTPUT(CreateReport01,Out07,"Steps and then comments",std::vector<std::stri
 BBTK_OUTPUT(CreateReport01,Out08,"Steps and then comments",std::vector<std::string>,"");
 BBTK_OUTPUT(CreateReport01,Out09,"Steps and then comments",std::vector<std::string>,"");
 BBTK_OUTPUT(CreateReport01,Out10,"Steps and then comments",std::vector<std::string>,"");
+BBTK_OUTPUT(CreateReport01,Out11,"Steps and then comments",std::vector<std::string>,"");
+BBTK_OUTPUT(CreateReport01,Out12,"Steps and then comments",std::vector<std::string>,"");
+BBTK_OUTPUT(CreateReport01,Out13,"Steps and then comments",std::vector<std::string>,"");
+BBTK_OUTPUT(CreateReport01,Out14,"Steps and then comments",std::vector<std::string>,"");
+BBTK_OUTPUT(CreateReport01,Out15,"Steps and then comments",std::vector<std::string>,"");
 
 BBTK_END_DESCRIBE_BLACK_BOX(CreateReport01);
 //=====