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">
2026-04-20 12:45:31 -04:00
<!-- Generated by graphviz version 14.1.2 (20260124.0452)
2025-11-06 09:16:40 -05:00
-->
<!-- Title: src/include/gridfire/engine/views/engine_view_abstract.h Pages: 1 -->
2026-04-20 12:45:31 -04:00
<!-- zoomable 693 -->
2025-11-06 09:16:40 -05:00
<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" >
2026-06-14 08:36:52 -04:00
var viewWidth = 1058;
2026-04-20 12:45:31 -04:00
var viewHeight = 693;
2025-11-06 09:16:40 -05:00
var sectionId = 'dynsection-1';
</script>
<script type= "application/ecmascript" xlink:href= "svg.min.js" />
<svg id= "graph" class= "graph" >
<g id= "viewport" >
<title > src/include/gridfire/engine/views/engine_view_abstract.h</title>
<!-- Node1 -->
<g id= "Node000001" class= "node" >
<title > Node1</title>
<g id= "a_Node000001" > <a xlink:title= "Abstract interfaces for engine "views" in GridFire." >
2026-06-14 08:36:52 -04:00
<polygon fill= "#999999" stroke= "#666666" points= "575,-685.25 467.5,-685.25 467.5,-643.5 575,-643.5 575,-685.25" />
<text xml:space= "preserve" text-anchor= "start" x= "475.5" y= "-671.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "start" x= "475.5" y= "-660.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/views/engine</text>
<text xml:space= "preserve" text-anchor= "middle" x= "521.25" y= "-649.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _view_abstract.h</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= "engine__adaptive_8h.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "443,-529.75 335.5,-529.75 335.5,-488 443,-488 443,-529.75" />
<text xml:space= "preserve" text-anchor= "start" x= "343.5" y= "-516.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "start" x= "343.5" y= "-505" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/views/engine</text>
<text xml:space= "preserve" text-anchor= "middle" x= "389.25" y= "-493.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _adaptive.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= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M492.35,-635.22C483.75,-626.52 474.44,-616.78 466.25,-607.5 443.55,-581.76 419.34,-550.33 404.26,-530.21" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "489.71,-637.53 499.25,-642.12 494.66,-632.58 489.71,-637.53" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node18 -->
<g id= "Node000018" class= "node" >
<title > Node18</title>
<g id= "a_Node000018" > <a xlink:href= "engine__views_8h.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "572,-452 464.5,-452 464.5,-410.25 572,-410.25 572,-452" />
<text xml:space= "preserve" text-anchor= "start" x= "472.5" y= "-438.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "start" x= "472.5" y= "-427.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/views/engine</text>
<text xml:space= "preserve" text-anchor= "middle" x= "518.25" y= "-416" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _views.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node1->Node18 -->
2026-06-14 08:36:52 -04:00
<g id= "edge41_Node000001_Node000018" class= "edge" >
2026-04-20 12:45:31 -04:00
<title > Node1- > Node18</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge41_Node000001_Node000018" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M519.26,-631.77C518.84,-623.85 518.46,-615.37 518.25,-607.5 516.74,-551.35 517.41,-485.04 517.9,-452.38" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "515.76,-631.92 519.82,-641.7 522.75,-631.52 515.76,-631.92" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node19 -->
<g id= "Node000019" class= "node" >
<title > Node19</title>
<g id= "a_Node000019" > <a xlink:href= "engine__defined_8h.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "635,-607.5 527.5,-607.5 527.5,-565.75 635,-565.75 635,-607.5" />
<text xml:space= "preserve" text-anchor= "start" x= "535.5" y= "-594" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "start" x= "535.5" y= "-582.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/views/engine</text>
<text xml:space= "preserve" text-anchor= "middle" x= "581.25" y= "-571.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _defined.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node1->Node19 -->
<g id= "edge25_Node000001_Node000019" class= "edge" >
<title > Node1- > Node19</title>
<g id= "a_edge25_Node000001_Node000019" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M544.31,-634.26C551.26,-625.49 558.73,-616.05 565.13,-607.98" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "541.73,-631.88 538.27,-641.89 547.22,-636.22 541.73,-631.88" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node23 -->
<g id= "Node000023" class= "node" >
<title > Node23</title>
<g id= "a_Node000023" > <a xlink:href= "engine__multiscale_8h.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "900,-529.75 792.5,-529.75 792.5,-488 900,-488 900,-529.75" />
<text xml:space= "preserve" text-anchor= "start" x= "800.5" y= "-516.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "start" x= "800.5" y= "-505" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/views/engine</text>
<text xml:space= "preserve" text-anchor= "middle" x= "846.25" y= "-493.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _multiscale.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node1->Node23 -->
<g id= "edge31_Node000001_Node000023" class= "edge" >
<title > Node1- > Node23</title>
<g id= "a_edge31_Node000001_Node000023" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M577.05,-638.37C598.15,-628.82 622.36,-617.76 644.25,-607.5 700.15,-581.3 764.26,-550.12 804.99,-530.17" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "575.69,-635.14 568.02,-642.44 578.57,-641.52 575.69,-635.14" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node3 -->
<g id= "Node000003" class= "node" >
<title > Node3</title>
<g id= "a_Node000003" > <a xlink:href= "engine__adaptive__scratchpad_8h.html" target= "_top" xlink:title= "Scratchpad implementation for the AdaptiveEngineView." >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "446.88,-452 311.62,-452 311.62,-410.25 446.88,-410.25 446.88,-452" />
<text xml:space= "preserve" text-anchor= "start" x= "319.62" y= "-438.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "start" x= "319.62" y= "-427.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/scratchpads/engine</text>
<text xml:space= "preserve" text-anchor= "middle" x= "379.25" y= "-416" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _adaptive_scratchpad.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= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M385.08,-476.25C384.01,-468.21 382.9,-459.79 381.94,-452.48" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "381.59,-476.62 386.37,-486.07 388.53,-475.7 381.59,-476.62" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node16 -->
<g id= "Node000016" class= "node" >
<title > Node16</title>
<g id= "a_Node000016" > <a xlink:href= "engine__adaptive_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "319.38,-374.25 211.12,-374.25 211.12,-343.75 319.38,-343.75 319.38,-374.25" />
<text xml:space= "preserve" text-anchor= "start" x= "219.12" y= "-360.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/engine/views</text>
<text xml:space= "preserve" text-anchor= "middle" x= "265.25" y= "-349.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine_adaptive.cpp</text>
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node2->Node16 -->
<g id= "edge24_Node000002_Node000016" class= "edge" >
<title > Node2- > Node16</title>
<g id= "a_edge24_Node000002_Node000016" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M337.07,-481.74C324.43,-473.55 311.82,-463.57 302.25,-452 282.94,-428.65 272.69,-393.92 268.17,-374.5" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "335.05,-484.6 345.4,-486.85 338.71,-478.64 335.05,-484.6" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node2->Node18 -->
<g id= "edge21_Node000002_Node000018" class= "edge" >
<title > Node2- > Node18</title>
<g id= "a_edge21_Node000002_Node000018" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M433.69,-481.78C450.02,-472.19 468.25,-461.49 483.58,-452.48" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "431.98,-478.73 425.12,-486.81 435.52,-484.76 431.98,-478.73" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
<!-- Node4 -->
<g id= "Node000004" class= "node" >
<title > Node4</title>
2026-04-20 12:45:31 -04:00
<g id= "a_Node000004" > <a xlink:href= "engine_2scratchpads_2formatters_8h.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "572.88,-374.25 413.62,-374.25 413.62,-343.75 572.88,-343.75 572.88,-374.25" />
<text xml:space= "preserve" text-anchor= "start" x= "421.62" y= "-360.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "493.25" y= "-349.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/scratchpads/formatters.h</text>
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= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M421.96,-403.85C438.01,-393.98 455.67,-383.12 469.4,-374.67" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "420.2,-400.83 413.51,-409.05 423.86,-406.79 420.2,-400.83" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node5 -->
<g id= "Node000005" class= "node" >
<title > Node5</title>
<g id= "a_Node000005" > <a xlink:href= "scratchpads_8h.html" target= "_top" xlink:title= "Unified header for the scratchpad memory management system." >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "575.38,-307.75 407.12,-307.75 407.12,-277.25 575.38,-277.25 575.38,-307.75" />
<text xml:space= "preserve" text-anchor= "start" x= "415.12" y= "-294.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "491.25" y= "-283" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/scratchpads/scratchpads.h</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node3->Node5 -->
<g id= "edge18_Node000003_Node000005" class= "edge" >
<title > Node3- > Node5</title>
<g id= "a_edge18_Node000003_Node000005" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M382.5,-398.81C385.66,-381.14 391.91,-359.5 404.25,-343.75 416.62,-327.96 435.43,-316.21 452.4,-308.07" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "379.06,-398.11 381.02,-408.52 385.98,-399.16 379.06,-398.11" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node3->Node16 -->
<g id= "edge19_Node000003_Node000016" class= "edge" >
<title > Node3- > Node16</title>
<g id= "a_edge19_Node000003_Node000016" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M336.54,-403.85C320.49,-393.98 302.83,-383.12 289.1,-374.67" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "334.64,-406.79 344.99,-409.05 338.3,-400.83 334.64,-406.79" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node17 -->
<g id= "Node000017" class= "node" >
<title > Node17</title>
<g id= "a_Node000017" > <a xlink:href= "stellar__policy_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "691.25,-374.25 591.25,-374.25 591.25,-343.75 691.25,-343.75 691.25,-374.25" />
<text xml:space= "preserve" text-anchor= "start" x= "599.25" y= "-360.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/policy/stellar</text>
<text xml:space= "preserve" text-anchor= "middle" x= "641.25" y= "-349.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _policy.cpp</text>
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node3->Node17 -->
<g id= "edge20_Node000003_Node000017" class= "edge" >
<title > Node3- > Node17</title>
<g id= "a_edge20_Node000003_Node000017" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M458.12,-409.02C501.29,-397.46 553.5,-383.49 591.1,-373.42" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "457.28,-405.62 448.52,-411.58 459.09,-412.38 457.28,-405.62" />
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= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M492.45,-332.06C492.19,-323.89 491.92,-315.16 491.7,-308.08" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "488.94,-331.96 492.75,-341.85 495.94,-331.75 488.94,-331.96" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node6 -->
<g id= "Node000006" class= "node" >
<title > Node6</title>
<g id= "a_Node000006" > <a xlink:href= "engine_8h.html" target= "_top" xlink:title= "Core header for the GridFire reaction network engine module." >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "397,-241.25 301.5,-241.25 301.5,-210.75 397,-210.75 397,-241.25" />
<text xml:space= "preserve" text-anchor= "start" x= "309.5" y= "-227.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "349.25" y= "-216.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/engine.h</text>
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node5->Node6 -->
<g id= "edge5_Node000005_Node000006" class= "edge" >
<title > Node5- > Node6</title>
<g id= "a_edge5_Node000005_Node000006" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M448.79,-272.22C427.16,-262.39 401.29,-250.64 381.34,-241.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "447.1,-275.29 457.65,-276.24 449.99,-268.92 447.1,-275.29" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node15 -->
<g id= "Node000015" class= "node" >
<title > Node15</title>
<g id= "a_Node000015" > <a xlink:href= "engine_2scratchpads_2bindings_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "566,-241.25 416.5,-241.25 416.5,-210.75 566,-210.75 566,-241.25" />
<text xml:space= "preserve" text-anchor= "start" x= "424.5" y= "-227.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/python/engine/scratchpads</text>
<text xml:space= "preserve" text-anchor= "middle" x= "491.25" y= "-216.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /bindings.cpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node5->Node15 -->
<g id= "edge17_Node000005_Node000015" class= "edge" >
<title > Node5- > Node15</title>
<g id= "a_edge17_Node000005_Node000015" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M491.25,-265.56C491.25,-257.39 491.25,-248.66 491.25,-241.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "487.75,-265.35 491.25,-275.35 494.75,-265.35 487.75,-265.35" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node7 -->
<g id= "Node000007" class= "node" >
<title > Node7</title>
<g id= "a_Node000007" > <a xlink:href= "gridfire_8h.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "222,-174.75 126.5,-174.75 126.5,-144.25 222,-144.25 222,-174.75" />
<text xml:space= "preserve" text-anchor= "start" x= "134.5" y= "-161.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "174.25" y= "-150" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /gridfire.h</text>
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node6->Node7 -->
<g id= "edge6_Node000006_Node000007" class= "edge" >
<title > Node6- > Node7</title>
<g id= "a_edge6_Node000006_Node000007" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M298.78,-206.4C271.86,-196.48 239.22,-184.45 214.11,-175.19" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "297.53,-209.67 308.12,-209.84 299.95,-203.1 297.53,-209.67" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node11 -->
<g id= "Node000011" class= "node" >
<title > Node11</title>
2026-04-20 12:45:31 -04:00
<g id= "a_Node000011" > <a xlink:href= "engine_2bindings_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "357.75,-97 206.75,-97 206.75,-77.75 357.75,-77.75 357.75,-97" />
<text xml:space= "preserve" text-anchor= "middle" x= "282.25" y= "-83.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/python/engine/bindings.cpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node6->Node11 -->
<g id= "edge11_Node000006_Node000011" class= "edge" >
<title > Node6- > Node11</title>
<g id= "a_edge11_Node000006_Node000011" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M300.29,-204.9C287.97,-197.35 276.26,-187.44 269.25,-174.75 255.24,-149.4 269.37,-113.8 277.45,-97.35" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "298.47,-207.89 308.9,-209.71 301.88,-201.78 298.47,-207.89" />
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node12 -->
<g id= "Node000012" class= "node" >
<title > Node12</title>
2026-04-20 12:45:31 -04:00
<g id= "a_Node000012" > <a xlink:href= "py__engine_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "517.88,-102.62 376.62,-102.62 376.62,-72.12 517.88,-72.12 517.88,-102.62" />
<text xml:space= "preserve" text-anchor= "start" x= "384.62" y= "-89.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/python/engine/trampoline</text>
<text xml:space= "preserve" text-anchor= "middle" x= "447.25" y= "-77.88" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /py_engine.cpp</text>
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node6->Node12 -->
<g id= "edge12_Node000006_Node000012" class= "edge" >
<title > Node6- > Node12</title>
<g id= "a_edge12_Node000006_Node000012" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M394.89,-204.92C407.76,-197.21 420.59,-187.2 429.25,-174.75 444.38,-152.99 447.28,-121.2 447.57,-102.87" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "393.46,-201.7 386.43,-209.63 396.87,-207.82 393.46,-201.7" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node13 -->
<g id= "Node000013" class= "node" >
<title > Node13</title>
<g id= "a_Node000013" > <a xlink:href= "py__engine_8h.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "419.88,-174.75 278.62,-174.75 278.62,-144.25 419.88,-144.25 419.88,-174.75" />
<text xml:space= "preserve" text-anchor= "start" x= "286.62" y= "-161.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/python/engine/trampoline</text>
<text xml:space= "preserve" text-anchor= "middle" x= "349.25" y= "-150" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /py_engine.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node6->Node13 -->
<g id= "edge13_Node000006_Node000013" class= "edge" >
<title > Node6- > Node13</title>
<g id= "a_edge13_Node000006_Node000013" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M349.25,-199.06C349.25,-190.89 349.25,-182.16 349.25,-175.08" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "345.75,-198.85 349.25,-208.85 352.75,-198.85 345.75,-198.85" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node14 -->
<g id= "Node000014" class= "node" >
<title > Node14</title>
<g id= "a_Node000014" > <a xlink:href= "py__policy_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "614.38,-174.75 476.12,-174.75 476.12,-144.25 614.38,-144.25 614.38,-174.75" />
<text xml:space= "preserve" text-anchor= "start" x= "484.12" y= "-161.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/python/policy/trampoline</text>
<text xml:space= "preserve" text-anchor= "middle" x= "545.25" y= "-150" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /py_policy.cpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node6->Node14 -->
<g id= "edge16_Node000006_Node000014" class= "edge" >
<title > Node6- > Node14</title>
<g id= "a_edge16_Node000006_Node000014" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M404.58,-206.79C434.95,-196.8 472.11,-184.57 500.61,-175.19" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "403.57,-203.44 395.16,-209.89 405.76,-210.09 403.57,-203.44" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node8 -->
<g id= "Node000008" class= "node" >
<title > Node8</title>
<g id= "a_Node000008" > <a xlink:href= "gridfire__context_8h.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "147.5,-108.25 37,-108.25 37,-66.5 147.5,-66.5 147.5,-108.25" />
<text xml:space= "preserve" text-anchor= "start" x= "45" y= "-94.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/extern/include</text>
<text xml:space= "preserve" text-anchor= "start" x= "45" y= "-83.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /gridfire/extern/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "92.25" y= "-72.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _context.h</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node7->Node8 -->
<g id= "edge7_Node000007_Node000008" class= "edge" >
<title > Node7- > Node8</title>
<g id= "a_edge7_Node000007_Node000008" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M148.6,-136.56C138.2,-127.67 126.26,-117.46 116.06,-108.74" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "146.23,-139.15 156.11,-142.99 150.78,-133.83 146.23,-139.15" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node10 -->
<g id= "Node000010" class= "node" >
<title > Node10</title>
<g id= "a_Node000010" > <a xlink:href= "gridfire__extern_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "227.5,-30.5 123,-30.5 123,0 227.5,0 227.5,-30.5" />
<text xml:space= "preserve" text-anchor= "start" x= "131" y= "-17" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/extern/lib/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "175.25" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _extern.cpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node7->Node10 -->
<g id= "edge10_Node000007_Node000010" class= "edge" >
<title > Node7- > Node10</title>
<g id= "a_edge10_Node000007_Node000010" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M174.43,-132.6C174.64,-102.68 174.98,-54.53 175.15,-30.65" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "170.93,-132.27 174.36,-142.3 177.93,-132.32 170.93,-132.27" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node9 -->
<g id= "Node000009" class= "node" >
<title > Node9</title>
<g id= "a_Node000009" > <a xlink:href= "gridfire__context_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "104.5,-30.5 0,-30.5 0,0 104.5,0 104.5,-30.5" />
<text xml:space= "preserve" text-anchor= "start" x= "8" y= "-17" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/extern/lib/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "52.25" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _context.cpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node8->Node9 -->
<g id= "edge8_Node000008_Node000009" class= "edge" >
<title > Node8- > Node9</title>
<g id= "a_edge8_Node000008_Node000009" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M75.13,-56.36C70.06,-47.47 64.73,-38.13 60.49,-30.7" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "71.94,-57.83 79.93,-64.78 78.02,-54.36 71.94,-57.83" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node8->Node10 -->
<g id= "edge9_Node000008_Node000010" class= "edge" >
<title > Node8- > Node10</title>
<g id= "a_edge9_Node000008_Node000010" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M125.01,-58.7C136.24,-49.21 148.36,-38.97 157.89,-30.92" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "122.79,-55.99 117.41,-65.12 127.31,-61.33 122.79,-55.99" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node13->Node11 -->
<g id= "edge14_Node000013_Node000011" class= "edge" >
<title > Node13- > Node11</title>
<g id= "a_edge14_Node000013_Node000011" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M327.55,-135.79C314.96,-122.61 299.81,-106.76 290.62,-97.13" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "324.88,-138.06 334.32,-142.88 329.94,-133.23 324.88,-138.06" />
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node13->Node12 -->
<g id= "edge15_Node000013_Node000012" class= "edge" >
<title > Node13- > Node12</title>
<g id= "a_edge15_Node000013_Node000012" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M378.77,-137.37C394.34,-126.23 413.05,-112.85 426.97,-102.89" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "376.88,-134.42 370.79,-143.09 380.96,-140.12 376.88,-134.42" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node18->Node6 -->
<g id= "edge22_Node000018_Node000006" class= "edge" >
<title > Node18- > Node6</title>
<g id= "a_edge22_Node000018_Node000006" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M453.58,-408.73C435.73,-400.29 417.61,-388.99 404.25,-374.25 368.52,-334.82 355.31,-270.02 351.04,-241.38" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "452.09,-411.9 462.64,-412.76 454.93,-405.5 452.09,-411.9" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node18->Node17 -->
<g id= "edge23_Node000018_Node000017" class= "edge" >
<title > Node18- > Node17</title>
<g id= "a_edge23_Node000018_Node000017" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M563.35,-404.41C580.92,-394.39 600.42,-383.28 615.52,-374.67" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "562.1,-401.1 555.14,-409.09 565.56,-407.18 562.1,-401.1" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node19->Node18 -->
<g id= "edge29_Node000019_Node000018" class= "edge" >
<title > Node19- > Node18</title>
<g id= "a_edge29_Node000019_Node000018" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M554.27,-556.7C547.83,-548.5 541.58,-539.21 537.25,-529.75 525.74,-504.63 521.2,-472.78 519.41,-452.42" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "551.48,-558.82 560.55,-564.29 556.87,-554.35 551.48,-558.82" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node20 -->
<g id= "Node000020" class= "node" >
<title > Node20</title>
<g id= "a_Node000020" > <a xlink:href= "engine__priming_8h.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "654,-529.75 546.5,-529.75 546.5,-488 654,-488 654,-529.75" />
<text xml:space= "preserve" text-anchor= "start" x= "554.5" y= "-516.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "start" x= "554.5" y= "-505" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/views/engine</text>
<text xml:space= "preserve" text-anchor= "middle" x= "600.25" y= "-493.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _priming.h</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node19->Node20 -->
<g id= "edge26_Node000019_Node000020" class= "edge" >
<title > Node19- > Node20</title>
<g id= "a_edge26_Node000019_Node000020" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M589.11,-554.28C591.15,-546.16 593.29,-537.62 595.14,-530.23" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "585.75,-553.31 586.71,-563.86 592.54,-555.01 585.75,-553.31" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node22 -->
<g id= "Node000022" class= "node" >
<title > Node22</title>
<g id= "a_Node000022" > <a xlink:href= "engine__defined_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "774.75,-524.12 671.75,-524.12 671.75,-493.62 774.75,-493.62 774.75,-524.12" />
<text xml:space= "preserve" text-anchor= "start" x= "679.75" y= "-510.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/engine/views</text>
<text xml:space= "preserve" text-anchor= "middle" x= "723.25" y= "-499.38" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine_defined.cpp</text>
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
2026-04-20 12:45:31 -04:00
<!-- Node19->Node22 -->
<g id= "edge30_Node000019_Node000022" class= "edge" >
<title > Node19- > Node22</title>
<g id= "a_edge30_Node000019_Node000022" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M629.24,-560.03C651.45,-548.18 677.03,-534.53 695.9,-524.46" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "627.81,-556.82 620.64,-564.61 631.11,-562.99 627.81,-556.82" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node20->Node18 -->
<g id= "edge27_Node000020_Node000018" class= "edge" >
<title > Node20- > Node18</title>
<g id= "a_edge27_Node000020_Node000018" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M569.93,-479.86C560.1,-470.78 549.39,-460.89 540.29,-452.48" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "567.44,-482.33 577.16,-486.55 572.19,-477.19 567.44,-482.33" />
2025-11-27 15:06:27 -05:00
</a>
</g>
</g>
<!-- Node21 -->
<g id= "Node000021" class= "node" >
<title > Node21</title>
2026-04-20 12:45:31 -04:00
<g id= "a_Node000021" > <a xlink:href= "engine__priming_8cpp.html" target= "_top" xlink:title= " " >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "692.75,-446.38 589.75,-446.38 589.75,-415.88 692.75,-415.88 692.75,-446.38" />
<text xml:space= "preserve" text-anchor= "start" x= "597.75" y= "-432.88" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/engine/views</text>
<text xml:space= "preserve" text-anchor= "middle" x= "641.25" y= "-421.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine_priming.cpp</text>
2025-11-06 09:16:40 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node20->Node21 -->
2026-04-20 12:45:31 -04:00
<g id= "edge28_Node000020_Node000021" class= "edge" >
2025-11-27 15:06:27 -05:00
<title > Node20- > Node21</title>
2026-04-20 12:45:31 -04:00
<g id= "a_edge28_Node000020_Node000021" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M616.61,-477.65C622.43,-466.89 628.72,-455.28 633.48,-446.48" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "613.64,-475.78 611.96,-486.24 619.8,-479.12 613.64,-475.78" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node23->Node18 -->
2026-06-14 08:36:52 -04:00
<g id= "edge38_Node000023_Node000018" class= "edge" >
2026-04-20 12:45:31 -04:00
<title > Node23- > Node18</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge38_Node000023_Node000018" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M781.23,-487.41C693.25,-466.53 666.77,-472.98 581.25,-452 578.35,-451.29 575.4,-450.52 572.42,-449.71" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "780.26,-490.78 790.8,-489.74 781.91,-483.98 780.26,-490.78" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node24 -->
<g id= "Node000024" class= "node" >
<title > Node24</title>
<g id= "a_Node000024" > <a xlink:href= "engine__multiscale__scratchpad_8h.html" target= "_top" xlink:title= "Scratchpad implementation for the MultiscalePartitioningEngineView." >
2026-06-14 08:36:52 -04:00
<polygon fill= "white" stroke= "#666666" points= "845.88,-452 710.62,-452 710.62,-410.25 845.88,-410.25 845.88,-452" />
<text xml:space= "preserve" text-anchor= "start" x= "718.62" y= "-438.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "start" x= "718.62" y= "-427.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine/scratchpads/engine</text>
<text xml:space= "preserve" text-anchor= "middle" x= "778.25" y= "-416" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _multiscale_scratchpad.h</text>
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node23->Node24 -->
<g id= "edge32_Node000023_Node000024" class= "edge" >
<title > Node23- > Node24</title>
<g id= "a_edge32_Node000023_Node000024" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M820.36,-479.04C812.42,-470.19 803.85,-460.64 796.52,-452.48" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "817.73,-481.35 827.02,-486.45 822.94,-476.67 817.73,-481.35" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node25 -->
<g id= "Node000025" class= "node" >
<title > Node25</title>
2026-06-14 08:36:52 -04:00
<g id= "a_Node000025" > <a xlink:href= "engine__multiscale__scratchpad_8cpp.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "916.75,-374.25 747.75,-374.25 747.75,-343.75 916.75,-343.75 916.75,-374.25" />
<text xml:space= "preserve" text-anchor= "start" x= "755.75" y= "-360.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/engine/scratchpads</text>
<text xml:space= "preserve" text-anchor= "middle" x= "832.25" y= "-349.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine_multiscale_scratchpad.cpp</text>
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node23->Node25 -->
2026-06-14 08:36:52 -04:00
<g id= "edge39_Node000023_Node000025" class= "edge" >
2026-04-20 12:45:31 -04:00
<title > Node23- > Node25</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge39_Node000023_Node000025" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M853.93,-476.66C857.51,-457.35 860.02,-432.15 855.25,-410.25 852.47,-397.5 846.15,-384.12 840.84,-374.37" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "850.53,-475.85 851.94,-486.35 857.38,-477.27 850.53,-475.85" />
</a>
</g>
</g>
<!-- Node26 -->
<g id= "Node000026" class= "node" >
<title > Node26</title>
<g id= "a_Node000026" > <a xlink:href= "engine__multiscale_8cpp.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "1050.12,-374.25 934.38,-374.25 934.38,-343.75 1050.12,-343.75 1050.12,-374.25" />
<text xml:space= "preserve" text-anchor= "start" x= "942.38" y= "-360.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/engine/views</text>
<text xml:space= "preserve" text-anchor= "middle" x= "992.25" y= "-349.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /engine_multiscale.cpp</text>
</a>
</g>
</g>
<!-- Node23->Node26 -->
<g id= "edge40_Node000023_Node000026" class= "edge" >
<title > Node23- > Node26</title>
<g id= "a_edge40_Node000023_Node000026" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M874.07,-479.69C904.98,-448.39 953.69,-399.06 977.77,-374.66" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "871.84,-476.97 867.31,-486.55 876.82,-481.89 871.84,-476.97" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node24->Node4 -->
<g id= "edge33_Node000024_Node000004" class= "edge" >
<title > Node24- > Node4</title>
<g id= "a_edge33_Node000024_Node000004" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M699.29,-409.53C646.09,-396.23 594.85,-383.95 555.98,-374.74" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "698.3,-412.89 708.85,-411.92 700,-406.09 698.3,-412.89" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node24->Node5 -->
<g id= "edge34_Node000024_Node000005" class= "edge" >
<title > Node24- > Node5</title>
<g id= "a_edge34_Node000024_Node000005" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M758.74,-400.6C744.67,-381.59 724.03,-357.88 700.25,-343.75 662.63,-321.4 615.63,-308.98 575.73,-302.09" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "755.75,-402.43 764.41,-408.53 761.45,-398.36 755.75,-402.43" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node24->Node17 -->
2026-06-14 08:36:52 -04:00
<g id= "edge37_Node000024_Node000017" class= "edge" >
2026-04-20 12:45:31 -04:00
<title > Node24- > Node17</title>
2026-06-14 08:36:52 -04:00
<g id= "a_edge37_Node000024_Node000017" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M728.56,-404.69C708.84,-394.6 686.88,-383.36 669.91,-374.67" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "726.78,-407.71 737.28,-409.15 729.97,-401.48 726.78,-407.71" />
2026-04-20 12:45:31 -04:00
</a>
</g>
</g>
<!-- Node24->Node25 -->
<g id= "edge35_Node000024_Node000025" class= "edge" >
<title > Node24- > Node25</title>
<g id= "a_edge35_Node000024_Node000025" > <a xlink:title= " " >
2026-06-14 08:36:52 -04:00
<path fill= "none" stroke= "#63b8ff" d= "M800.7,-400.97C807.75,-391.82 815.22,-382.12 821.12,-374.45" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "798.12,-398.58 794.79,-408.64 803.67,-402.86 798.12,-398.58" />
</a>
</g>
</g>
<!-- Node24->Node26 -->
<g id= "edge36_Node000024_Node000026" class= "edge" >
<title > Node24- > Node26</title>
<g id= "a_edge36_Node000024_Node000026" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M850.82,-406.35C882.86,-395.84 919.52,-383.83 947.48,-374.67" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "850,-402.93 841.59,-409.37 852.18,-409.58 850,-402.93" />
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= "engine__view__abstract_8h__dep__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>