Files
C-Plus-Plus/db/d10/classdsu__coll__graph.svg
2024-08-30 17:22:07 +00:00

90 lines
4.0 KiB
XML

<?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 12.1.0 (20240811.2233)
-->
<!-- Title: dsu Pages: 1 -->
<svg width="123pt" height="205pt"
viewBox="0.00 0.00 123.00 205.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
<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>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 201.25)">
<title>dsu</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Disjoint sets union data structure, class based representation.">
<polygon fill="#999999" stroke="#666666" points="73.38,-19.25 41.62,-19.25 41.62,0 73.38,0 73.38,-19.25"/>
<text text-anchor="middle" x="57.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">dsu</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="115,-130.75 0,-130.75 0,-111.5 115,-111.5 115,-130.75"/>
<text text-anchor="middle" x="57.5" y="-117.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; uint64_t &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node2&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57.5,-99.92C57.5,-76 57.5,-37.22 57.5,-19.71"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="54,-99.65 57.5,-109.65 61,-99.65 54,-99.65"/>
</a>
</g>
<text text-anchor="middle" x="84.88" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> depth</text>
<text text-anchor="middle" x="84.88" y="-72.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">maxElement</text>
<text text-anchor="middle" x="84.88" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">minElement</text>
<text text-anchor="middle" x="84.88" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">p</text>
<text text-anchor="middle" x="84.88" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">setSize</text>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/integer.html" xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="92.5,-197.25 22.5,-197.25 22.5,-178 92.5,-178 92.5,-197.25"/>
<text text-anchor="middle" x="57.5" y="-183.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::uint64_t</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node3&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57.5,-166.15C57.5,-154.32 57.5,-140.04 57.5,-131.02"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="54,-166.14 57.5,-176.14 61,-166.14 54,-166.14"/>
</a>
</g>
<text text-anchor="middle" x="78.88" y="-150.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> elements</text>
</g>
</g>
</svg>
</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>