]> Creatis software - bbtk.git/blob - packages/std/src/bbstdMultipleInputs.xml
fc1146016d29c75c9f2f2fcc1b10272d812037cd
[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   <output name="Out" type="bbtk::Void" description="Output"/>
15
16 </blackbox>
17