]> Creatis software - bbtk.git/blob - packages/std/src/bbstdMultipleInputs.xml
f2cc3c9cece838493e2b351b8f94803f20a827ab
[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.</description>
7
8   <parentblackbox>bbtk::UserBlackBox</parentblackbox>
9   <package>std</package>
10
11   <namespace>bbstd</namespace>
12
13   <input name="In1" type="bbtk::Void">Input 1</input>
14   <input name="In2" type="bbtk::Void">Input 2</input>
15   <input name="In3" type="bbtk::Void">Input 3</input>
16   <input name="In4" type="bbtk::Void">Input 4</input>
17   <input name="In5" type="bbtk::Void">Input 5</input>
18
19   <output name="Out" type="bbtk::Void">Output</output>
20
21 </blackbox>
22