2025-11-06 09:16:40 -05:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
< !DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 13.0.1 (20250615.1724)
-->
<!-- Title: src/lib/screening/screening_bare.cpp Pages: 1 -->
<!-- zoomable 293 -->
<svg id= "main" version= "1.1" xmlns= "http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink" xml:space= "preserve" onload= "init(evt)" >
<style type= "text/css" > < ![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<defs >
<circle id= "rim" cx= "0" cy= "0" r= "7" />
<circle id= "rim2" cx= "0" cy= "0" r= "3.5" />
<g id= "zoomPlus" >
<use xlink:href= "#rim" fill= "#404040" > <set attributeName= "fill" to= "#808080" begin= "zoomplus.mouseover" end= "zoomplus.mouseout" /> </use>
<path d= "M-4,0h8M0,-4v8" fill= "none" stroke= "white" stroke-width= "1.5" pointer-events= "none" />
</g>
<g id= "zoomMin" >
<use xlink:href= "#rim" fill= "#404040" > <set attributeName= "fill" to= "#808080" begin= "zoomminus.mouseover" end= "zoomminus.mouseout" /> </use>
<path d= "M-4,0h8" fill= "none" stroke= "white" stroke-width= "1.5" pointer-events= "none" />
</g>
<g id= "arrowUp" transform= "translate(30 24)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowRight" transform= "rotate(90) translate(36 -43)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowDown" transform= "rotate(180) translate(-30 -48)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowLeft" transform= "rotate(270) translate(-36 17)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "resetDef" >
<use xlink:href= "#rim2" fill= "#404040" > <set attributeName= "fill" to= "#808080" begin= "reset.mouseover" end= "reset.mouseout" /> </use>
</g>
</defs>
<script type= "application/ecmascript" >
2025-11-24 09:08:28 -05:00
var viewWidth = 1024;
2025-11-06 09:16:40 -05:00
var viewHeight = 293;
var sectionId = 'dynsection-0';
</script>
<script type= "application/ecmascript" xlink:href= "svg.min.js" />
<svg id= "graph" class= "graph" >
<g id= "viewport" >
<title > src/lib/screening/screening_bare.cpp</title>
<!-- Node1 -->
<g id= "Node000001" class= "node" >
<title > Node1</title>
<g id= "a_Node000001" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#999999" stroke= "#666666" points= "914.12,-285.25 781.88,-285.25 781.88,-254.75 914.12,-254.75 914.12,-285.25" />
<text xml:space= "preserve" text-anchor= "start" x= "789.88" y= "-271.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/screening/screening</text>
<text xml:space= "preserve" text-anchor= "middle" x= "848" y= "-260.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _bare.cpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2 -->
<g id= "Node000002" class= "node" >
<title > Node2</title>
<g id= "a_Node000002" > <a xlink:href= "screening__bare_8h.html" target= "_top" xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "white" stroke= "#666666" points= "834.62,-218.75 741.38,-218.75 741.38,-188.25 834.62,-188.25 834.62,-218.75" />
<text xml:space= "preserve" text-anchor= "start" x= "749.38" y= "-205.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/screening</text>
<text xml:space= "preserve" text-anchor= "middle" x= "788" y= "-194" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /screening_bare.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1_Node000001_Node000002" class= "edge" >
<title > Node1- > Node2</title>
<g id= "a_edge1_Node000001_Node000002" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M834.39,-254.36C826.94,-246.36 817.56,-236.28 809.19,-227.28" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "811.97,-225.12 802.59,-220.19 806.84,-229.89 811.97,-225.12" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node7 -->
<g id= "Node000007" class= "node" >
<title > Node7</title>
<g id= "a_Node000007" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "154,-24.88 0,-24.88 0,-5.63 154,-5.63 154,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "77" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > fourdst/atomic/atomicSpecies.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node7 -->
<g id= "edge19_Node000001_Node000007" class= "edge" >
<title > Node1- > Node7</title>
<g id= "a_edge19_Node000001_Node000007" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M803.22,-254.32C664.7,-208.91 244.79,-71.26 115.38,-28.83" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "116.51,-25.52 105.91,-25.73 114.33,-32.17 116.51,-25.52" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node11 -->
<g id= "Node000011" class= "node" >
<title > Node11</title>
<g id= "a_Node000011" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "907.5,-24.88 864.5,-24.88 864.5,-5.63 907.5,-5.63 907.5,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "886" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > vector</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node11 -->
<g id= "edge21_Node000001_Node000011" class= "edge" >
<title > Node1- > Node11</title>
<g id= "a_edge21_Node000001_Node000011" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M850.21,-254.32C856.66,-211.38 875.52,-85.94 882.95,-36.56" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "886.4,-37.16 884.42,-26.75 879.47,-36.12 886.4,-37.16" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node13 -->
<g id= "Node000013" class= "node" >
<title > Node13</title>
<g id= "a_Node000013" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "1016.12,-24.88 925.88,-24.88 925.88,-5.63 1016.12,-5.63 1016.12,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "971" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > cppad/cppad.hpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node1->Node13 -->
<g id= "edge20_Node000001_Node000013" class= "edge" >
<title > Node1- > Node13</title>
<g id= "a_edge20_Node000001_Node000013" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M855.14,-254.32C876.22,-211.01 938.13,-83.8 961.72,-35.32" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "964.73,-37.14 965.95,-26.62 958.43,-34.08 964.73,-37.14" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node3 -->
<g id= "Node000003" class= "node" >
<title > Node3</title>
<g id= "a_Node000003" > <a xlink:href= "screening__abstract_8h.html" target= "_top" xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "white" stroke= "#666666" points= "819.88,-152.25 710.12,-152.25 710.12,-121.75 819.88,-121.75 819.88,-152.25" />
<text xml:space= "preserve" text-anchor= "start" x= "718.12" y= "-138.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/screening</text>
<text xml:space= "preserve" text-anchor= "middle" x= "765" y= "-127.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /screening_abstract.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node3 -->
<g id= "edge2_Node000002_Node000003" class= "edge" >
<title > Node2- > Node3</title>
<g id= "a_edge2_Node000002_Node000003" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M782.78,-187.86C780.19,-180.61 776.99,-171.63 774.02,-163.31" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "777.36,-162.25 770.71,-154 770.77,-164.6 777.36,-162.25" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4 -->
<g id= "Node000004" class= "node" >
<title > Node4</title>
<g id= "a_Node000004" > <a xlink:href= "reaction_8h.html" target= "_top" xlink:title= "Defines classes for representing and managing nuclear reactions." >
2025-11-24 09:08:28 -05:00
<polygon fill= "white" stroke= "#666666" points= "722.25,-85.75 593.75,-85.75 593.75,-66.5 722.25,-66.5 722.25,-85.75" />
<text xml:space= "preserve" text-anchor= "middle" x= "658" y= "-72.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > gridfire/reaction/reaction.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node2->Node4 -->
2025-11-24 09:08:28 -05:00
<g id= "edge17_Node000002_Node000004" class= "edge" >
2025-11-06 09:16:40 -05:00
<title > Node2- > Node4</title>
2025-11-24 09:08:28 -05:00
<g id= "a_edge17_Node000002_Node000004" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M753.36,-187.79C736.15,-179.25 715.89,-167.2 701,-152.25 684.96,-136.14 672.86,-112.84 665.64,-96.47" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "668.93,-95.25 661.85,-87.37 662.47,-97.95 668.93,-95.25" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node2->Node13 -->
<g id= "edge18_Node000002_Node000013" class= "edge" >
<title > Node2- > Node13</title>
<g id= "a_edge18_Node000002_Node000013" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M802.36,-187.89C835.76,-153.89 918.53,-69.65 954.2,-33.35" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "956.62,-35.88 961.14,-26.29 951.63,-30.97 956.62,-35.88" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node3->Node4 -->
<g id= "edge3_Node000003_Node000004" class= "edge" >
<title > Node3- > Node4</title>
<g id= "a_edge3_Node000003_Node000004" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M738.28,-121.3C721.82,-112.24 700.82,-100.69 684.42,-91.66" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "686.18,-88.64 675.74,-86.88 682.81,-94.77 686.18,-88.64" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node3->Node7 -->
<g id= "edge14_Node000003_Node000007" class= "edge" >
<title > Node3- > Node7</title>
<g id= "a_edge14_Node000003_Node000007" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M709.86,-126.4C583.6,-104.43 274.13,-50.56 140.33,-27.27" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "141.03,-23.84 130.58,-25.58 139.83,-30.74 141.03,-23.84" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node3->Node11 -->
<g id= "edge16_Node000003_Node000011" class= "edge" >
<title > Node3- > Node11</title>
<g id= "a_edge16_Node000003_Node000011" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M768.05,-121.42C771.88,-106.18 779.74,-82.34 794,-66.5 798.8,-61.17 832.51,-43.38 857.75,-30.48" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "859.26,-33.64 866.59,-25.98 856.09,-27.4 859.26,-33.64" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-24 09:08:28 -05:00
<!-- Node3->Node13 -->
<g id= "edge15_Node000003_Node000013" class= "edge" >
<title > Node3- > Node13</title>
<g id= "a_edge15_Node000003_Node000013" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M776.23,-121.36C788.81,-105.84 810.53,-81.55 834,-66.5 850.45,-55.95 896.84,-39.86 931.1,-28.74" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "931.86,-32.18 940.31,-25.79 929.72,-25.51 931.86,-32.18" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node5 -->
<g id= "Node000005" class= "node" >
<title > Node5</title>
<g id= "a_Node000005" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "763.62,-24.88 718.38,-24.88 718.38,-5.63 763.62,-5.63 763.62,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "741" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > ranges</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node5 -->
<g id= "edge4_Node000004_Node000005" class= "edge" >
<title > Node4- > Node5</title>
<g id= "a_edge4_Node000004_Node000005" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M670.61,-66.18C683.4,-57.11 703.48,-42.87 718.92,-31.91" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "720.91,-34.79 727.04,-26.15 716.86,-29.08 720.91,-34.79" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node6 -->
<g id= "Node000006" class= "node" >
<title > Node6</title>
<g id= "a_Node000006" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "846.75,-24.88 781.25,-24.88 781.25,-5.63 846.75,-5.63 846.75,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "814" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > string_view</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node6 -->
<g id= "edge5_Node000004_Node000006" class= "edge" >
<title > Node4- > Node6</title>
<g id= "a_edge5_Node000004_Node000006" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M682.03,-66.05C708.03,-56.24 749.71,-40.51 779.26,-29.36" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "780.4,-32.67 788.52,-25.86 777.93,-26.12 780.4,-32.67" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node7 -->
<g id= "edge6_Node000004_Node000007" class= "edge" >
<title > Node4- > Node7</title>
<g id= "a_edge6_Node000004_Node000007" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M593.36,-70.84C498.69,-64.21 316.85,-50.15 163,-30.5 155.25,-29.51 147.12,-28.34 139.09,-27.1" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "139.76,-23.66 129.33,-25.55 138.66,-30.58 139.76,-23.66" />
</a>
</g>
</g>
<!-- Node8 -->
<g id= "Node000008" class= "node" >
<title > Node8</title>
<g id= "a_Node000008" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "293.88,-24.88 172.12,-24.88 172.12,-5.63 293.88,-5.63 293.88,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "233" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > fourdst/logging/logging.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node8 -->
<g id= "edge7_Node000004_Node000008" class= "edge" >
<title > Node4- > Node8</title>
<g id= "a_edge7_Node000004_Node000008" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M593.47,-68.59C521.98,-60.98 403.4,-47.3 302,-30.5 296.7,-29.62 291.18,-28.62 285.69,-27.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "286.47,-24.16 275.98,-25.67 285.12,-31.03 286.47,-24.16" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node9 -->
<g id= "Node000009" class= "node" >
<title > Node9</title>
<g id= "a_Node000009" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "384.5,-24.88 311.5,-24.88 311.5,-5.63 384.5,-5.63 384.5,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "348" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > quill/Logger.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node9 -->
<g id= "edge8_Node000004_Node000009" class= "edge" >
<title > Node4- > Node9</title>
<g id= "a_edge8_Node000004_Node000009" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M593.5,-66.67C539.75,-59.04 461.37,-46.55 394,-30.5 391.39,-29.88 388.72,-29.19 386.03,-28.46" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "387.11,-25.13 376.53,-25.71 385.17,-31.85 387.11,-25.13" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node10 -->
<g id= "Node000010" class= "node" >
<title > Node10</title>
<g id= "a_Node000010" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "485.38,-24.88 402.62,-24.88 402.62,-5.63 485.38,-5.63 485.38,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "444" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > unordered_map</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node10 -->
<g id= "edge9_Node000004_Node000010" class= "edge" >
<title > Node4- > Node10</title>
<g id= "a_edge9_Node000004_Node000010" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M624.05,-66.01C590.86,-57.08 538.91,-43.01 494,-30.5 491.6,-29.83 489.13,-29.14 486.64,-28.44" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "487.76,-25.12 477.18,-25.77 485.85,-31.85 487.76,-25.12" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node11 -->
<g id= "edge10_Node000004_Node000011" class= "edge" >
<title > Node4- > Node11</title>
<g id= "a_edge10_Node000004_Node000011" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M713.54,-66.02C753.74,-58.61 809.04,-46.72 856,-30.5 856.65,-30.28 857.3,-30.04 857.95,-29.8" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "859.25,-33.05 867.11,-25.94 856.54,-26.6 859.25,-33.05" />
</a>
</g>
</g>
<!-- Node12 -->
<g id= "Node000012" class= "node" >
<title > Node12</title>
<g id= "a_Node000012" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "580.75,-24.88 503.25,-24.88 503.25,-5.63 580.75,-5.63 580.75,-24.88" />
<text xml:space= "preserve" text-anchor= "middle" x= "542" y= "-11.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > unordered_set</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node12 -->
<g id= "edge11_Node000004_Node000012" class= "edge" >
<title > Node4- > Node12</title>
<g id= "a_edge11_Node000004_Node000012" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M640.13,-66.05C621.34,-56.52 591.54,-41.39 569.7,-30.31" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "571.55,-27.32 561.05,-25.92 568.38,-33.57 571.55,-27.32" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node13 -->
<g id= "edge12_Node000004_Node000013" class= "edge" >
<title > Node4- > Node13</title>
<g id= "a_edge12_Node000004_Node000013" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M719.78,-66.04C772.44,-57.92 850.01,-45.08 917,-30.5 920.4,-29.76 923.9,-28.95 927.41,-28.1" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "928.24,-31.5 937.09,-25.67 926.54,-24.71 928.24,-31.5" />
</a>
</g>
</g>
<!-- Node14 -->
<g id= "Node000014" class= "node" >
<title > Node14</title>
<g id= "a_Node000014" > <a xlink:title= " " >
<polygon fill= "#e0e0e0" stroke= "#999999" points= "700.75,-30.5 599.25,-30.5 599.25,0 700.75,0 700.75,-30.5" />
<text xml:space= "preserve" text-anchor= "start" x= "607.25" y= "-17" font-family= "Helvetica,sans-Serif" font-size= "10.00" > fourdst/composition</text>
<text xml:space= "preserve" text-anchor= "middle" x= "650" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /composition.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4->Node14 -->
<g id= "edge13_Node000004_Node000014" class= "edge" >
<title > Node4- > Node14</title>
<g id= "a_edge13_Node000004_Node000014" > <a xlink:title= " " >
2025-11-24 09:08:28 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M656.78,-66.18C655.91,-59.73 654.68,-50.66 653.5,-42.01" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "656.99,-41.72 652.18,-32.28 650.06,-42.66 656.99,-41.72" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
</g>
</svg>
<g id= "navigator" transform= "translate(0 0)" fill= "#404254" >
<rect fill= "#f2f5e9" fill-opacity= "0.5" stroke= "#606060" stroke-width= ".5" x= "0" y= "0" width= "60" height= "60" />
<use id= "zoomplus" xlink:href= "#zoomPlus" x= "17" y= "9" onmousedown= "handleZoom(evt,'in')" />
<use id= "zoomminus" xlink:href= "#zoomMin" x= "42" y= "9" onmousedown= "handleZoom(evt,'out')" />
<use id= "reset" xlink:href= "#resetDef" x= "30" y= "36" onmousedown= "handleReset()" />
<use id= "arrowup" xlink:href= "#arrowUp" x= "0" y= "0" onmousedown= "handlePan(0,-1)" />
<use id= "arrowright" xlink:href= "#arrowRight" x= "0" y= "0" onmousedown= "handlePan(1,0)" />
<use id= "arrowdown" xlink:href= "#arrowDown" x= "0" y= "0" onmousedown= "handlePan(0,1)" />
<use id= "arrowleft" xlink:href= "#arrowLeft" x= "0" y= "0" onmousedown= "handlePan(-1,0)" />
</g>
<svg viewBox= "0 0 15 15" width= "100%" height= "30px" preserveAspectRatio= "xMaxYMin meet" >
<g id= "arrow_out" transform= "scale(0.3 0.3)" >
<a xlink:href= "screening__bare_8cpp__incl_org.svg" target= "_base" >
<rect id= "button" ry= "5" rx= "5" y= "6" x= "6" height= "38" width= "38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id= "arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
</svg>
<style type= 'text/css' >
< ![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type= "application/ecmascript" > < ![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>