1 <?xml version="1.0" encoding="iso-8859-1"?>
5 <author>laurent.guigues@creatis.insa-lyon.fr </author>
6 <description>Adds its inputs </description>
7 <category>math </category>
9 <input name="In1" type="double" description="First number to add"/>
10 <input name="In2" type="double" description="Second number to add"/>
11 <output name="Out" type="double" description="Result"/>
14 bbSetOutputOut( bbGetInputIn1() + bbGetInputIn2() );
21 </PRE></defaultValues>