4 lines
59 KiB
XML
4 lines
59 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!-- Do not edit this file with editors other than draw.io -->
|
||
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg" style="background: #ffffff; background-color: light-dark(#ffffff, var(--ge-dark-color, #121212)); color-scheme: light dark;" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="1271px" height="432px" viewBox="0 0 1271 432" content="<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (X11; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0" version="29.3.1" scale="1" border="0">
 <diagram name="Page-1" id="4ajKueOi00sYVpd6LPC8">
 <mxGraphModel dx="1143" dy="727" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
 <root>
 <mxCell id="0" />
 <mxCell id="1" parent="0" />
 <mxCell id="MfzeZEFhQ-2HEEGgDQ4m-5" parent="1" style="swimlane;whiteSpace=wrap;html=1;" value="&quot;integrate.h&quot;" vertex="1">
 <mxGeometry height="200" width="200" x="10" y="10" as="geometry" />
 </mxCell>
 <mxCell id="MfzeZEFhQ-2HEEGgDQ4m-4" parent="MfzeZEFhQ-2HEEGgDQ4m-5" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" value="declaration of integrant function pointer" vertex="1">
 <mxGeometry height="30" width="180" x="10" y="30" as="geometry" />
 </mxCell>
 <mxCell id="MfzeZEFhQ-2HEEGgDQ4m-7" parent="MfzeZEFhQ-2HEEGgDQ4m-5" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" value="&lt;div&gt;enum for function return values&lt;/div&gt;" vertex="1">
 <mxGeometry height="30" width="180" x="10" y="60" as="geometry" />
 </mxCell>
 <mxCell id="MfzeZEFhQ-2HEEGgDQ4m-8" parent="MfzeZEFhQ-2HEEGgDQ4m-5" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" value="deklaration function midpoint" vertex="1">
 <mxGeometry height="30" width="170" x="20" y="90" as="geometry" />
 </mxCell>
 <mxCell id="MfzeZEFhQ-2HEEGgDQ4m-9" parent="MfzeZEFhQ-2HEEGgDQ4m-5" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" value="deklaration function trapezoid" vertex="1">
 <mxGeometry height="30" width="180" x="10" y="120" as="geometry" />
 </mxCell>
 <mxCell id="MfzeZEFhQ-2HEEGgDQ4m-10" parent="MfzeZEFhQ-2HEEGgDQ4m-5" style="text;html=1;whiteSpace=wrap;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;rounded=0;" value="deklaration function simpson" vertex="1">
 <mxGeometry height="30" width="180" x="10" y="150" as="geometry" />
 </mxCell>
 <mxCell id="MfzeZEFhQ-2HEEGgDQ4m-11" parent="1" style="swimlane;whiteSpace=wrap;html=1;" value="&quot;integrate.c&quot;" vertex="1">
 <mxGeometry height="180" width="330"
|