]> Creatis software - bbtk.git/blob - packages/std/src/bbstdMultipleInputs.xml
#2853 BBTK Feature New Normal - std:FilesFromDirectory box add option to create...
[bbtk.git] / packages / std / src / bbstdMultipleInputs.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2
3 <blackbox name="MultipleInputs">
4
5   <author>laurent.guigues@creatis.insa-lyon.fr</author>
6   <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>
7   <category>misc</category>
8
9   <input name="In1"  type="bbtk::Void" description="Input 1"/>
10   <input name="In2"  type="bbtk::Void" description="Input 2"/>
11   <input name="In3"  type="bbtk::Void" description="Input 3"/>
12   <input name="In4"  type="bbtk::Void" description="Input 4"/>
13   <input name="In5"  type="bbtk::Void" description="Input 5"/>
14   <input name="In6"  type="bbtk::Void" description="Input 6"/>   
15   <input name="In7"  type="bbtk::Void" description="Input 7"/>  
16   <input name="In8"  type="bbtk::Void" description="Input 8"/>  
17   <input name="In9"  type="bbtk::Void" description="Input 9"/>
18   <output name="Out" type="bbtk::Void" description="Output"/>
19
20 </blackbox>
21