]> Creatis software - bbtk.git/blob - packages/std/src/bbstdMultipleInputs.xml
a02d054a7fa0bb83c984ebdcc7da6526816a0c62
[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">Input 1</input>
10   <input name="In2" type="bbtk::Void">Input 2</input>
11   <input name="In3" type="bbtk::Void">Input 3</input>
12   <input name="In4" type="bbtk::Void">Input 4</input>
13   <input name="In5" type="bbtk::Void">Input 5</input>
14
15   <output name="Out" type="bbtk::Void">Output</output>
16
17 </blackbox>
18