Files
C-Plus-Plus/db/d10/classdsu__coll__graph.svg
2022-09-25 21:21:45 +00:00

58 lines
2.9 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 6.0.1 (20220911.1526)
-->
<!-- Title: dsu Pages: 1 -->
<svg width="124pt" height="203pt"
viewBox="0.00 0.00 124.00 203.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 199)">
<title>dsu</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Disjoint sets union data structure, class based representation.">
<polygon fill="#999999" stroke="#666666" points="74,-19 42,-19 42,0 74,0 74,-19"/>
<text text-anchor="middle" x="58" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">dsu</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="116,-129 0,-129 0,-110 116,-110 116,-129"/>
<text text-anchor="middle" x="58" y="-117" 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" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M58,-99.48C58,-75.84 58,-36.5 58,-19.16"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="54.5,-99.66 58,-109.66 61.5,-99.66 54.5,-99.66"/>
<text text-anchor="middle" x="85.5" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00"> depth</text>
<text text-anchor="middle" x="85.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">maxElement</text>
<text text-anchor="middle" x="85.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">minElement</text>
<text text-anchor="middle" x="85.5" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00">p</text>
<text text-anchor="middle" x="85.5" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00">setSize</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/integer.html" xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="93.5,-195 22.5,-195 22.5,-176 93.5,-176 93.5,-195"/>
<text text-anchor="middle" x="58" y="-183" font-family="Helvetica,sans-Serif" font-size="10.00">std::uint64_t</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M58,-165.58C58,-153.63 58,-138.72 58,-129.41"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="54.5,-165.87 58,-175.87 61.5,-165.87 54.5,-165.87"/>
<text text-anchor="middle" x="79.5" y="-150" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>