]> Creatis software - bbtk.git/commitdiff
9 entries should be usefull
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 6 Jun 2011 17:06:35 +0000 (17:06 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 6 Jun 2011 17:06:35 +0000 (17:06 +0000)
packages/std/src/bbstdMultipleInputs.xml

index fc1146016d29c75c9f2f2fcc1b10272d812037cd..bf7143843e0b7ea0d68c933e842a1145febffc40 100644 (file)
@@ -6,11 +6,15 @@
   <description>This box has multiple Void inputs and one Void output. Hence it relays any input modification to its output. It is usefull to plug different BoxChange outputs into the same BoxExecute input.</description>
   <category>misc</category>
 
-  <input name="In1" type="bbtk::Void" description="Input 1"/>
-  <input name="In2" type="bbtk::Void" description="Input 2"/>
-  <input name="In3" type="bbtk::Void" description="Input 3"/>
-  <input name="In4" type="bbtk::Void" description="Input 4"/>
-  <input name="In5" type="bbtk::Void" description="Input 5"/>
+  <input name="In1"  type="bbtk::Void" description="Input 1"/>
+  <input name="In2"  type="bbtk::Void" description="Input 2"/>
+  <input name="In3"  type="bbtk::Void" description="Input 3"/>
+  <input name="In4"  type="bbtk::Void" description="Input 4"/>
+  <input name="In5"  type="bbtk::Void" description="Input 5"/>
+  <input name="In6"  type="bbtk::Void" description="Input 6"/>   
+  <input name="In7"  type="bbtk::Void" description="Input 7"/>  
+  <input name="In8"  type="bbtk::Void" description="Input 8"/>  
+  <input name="In9"  type="bbtk::Void" description="Input 9"/>
   <output name="Out" type="bbtk::Void" description="Output"/>
 
 </blackbox>