mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
53 lines
2.6 KiB
XML
53 lines
2.6 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 2.44.1 (20200629.0846)
|
|
-->
|
|
<!-- Title: operator== Pages: 1 -->
|
|
<svg width="191pt" height="66pt"
|
|
viewBox="0.00 0.00 191.00 66.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 62)">
|
|
<title>operator==</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 187,-62 187,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Operator overload of '==' on Complex class. Logical Equal overload for our Complex class.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 64,-38.5 64,-19.5 0,-19.5"/>
|
|
<text text-anchor="middle" x="32" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">operator==</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../da/d5a/class_complex.html#af8aacf982e2e6c142921bc850f6dc974" target="_top" xlink:title="Member function to get imaginary value of our complex number. Member function (getter) to access the ...">
|
|
<polygon fill="white" stroke="black" points="100,-38.5 100,-57.5 183,-57.5 183,-38.5 100,-38.5"/>
|
|
<text text-anchor="middle" x="141.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">Complex::imag</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M64.09,-34.5C72.2,-35.93 81.16,-37.51 89.99,-39.07"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="89.41,-42.52 99.86,-40.82 90.63,-35.63 89.41,-42.52"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="../../da/d5a/class_complex.html#a312e4b19146128408fb06e0150b0faf6" target="_top" xlink:title="Member function to get real value of our complex number. Member function (getter) to access the class...">
|
|
<polygon fill="white" stroke="black" points="103,-0.5 103,-19.5 180,-19.5 180,-0.5 103,-0.5"/>
|
|
<text text-anchor="middle" x="141.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">Complex::real</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M64.09,-23.5C73.02,-21.93 82.97,-20.17 92.66,-18.46"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="93.37,-21.88 102.61,-16.7 92.15,-14.99 93.37,-21.88"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|