mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
52 lines
2.5 KiB
XML
52 lines
2.5 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: operator== Pages: 1 -->
|
|
<svg width="191pt" height="64pt"
|
|
viewBox="0.00 0.00 191.00 64.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 60)">
|
|
<title>operator==</title>
|
|
<!-- 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="#999999" stroke="#666666" points="64,-37 0,-37 0,-18 64,-18 64,-37"/>
|
|
<text text-anchor="middle" x="32" y="-25" 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="#666666" points="183,-56 100,-56 100,-37 183,-37 183,-56"/>
|
|
<text text-anchor="middle" x="141.5" y="-44" 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="#63b8ff" d="M64.09,-33C72.2,-34.43 81.16,-36.01 89.99,-37.57"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="89.41,-41.02 99.86,-39.32 90.63,-34.13 89.41,-41.02"/>
|
|
</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="#666666" points="180,-19 103,-19 103,0 180,0 180,-19"/>
|
|
<text text-anchor="middle" x="141.5" y="-7" 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="#63b8ff" d="M64.09,-22.29C73.02,-20.8 82.97,-19.13 92.66,-17.51"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.33,-20.95 102.61,-15.84 92.17,-14.04 93.33,-20.95"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|