mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-03 23:42:55 +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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- 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.38,-33.05C71.97,-34.39 80.27,-35.86 88.52,-37.31"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.72,-40.73 98.18,-39.02 88.94,-33.83 87.72,-40.73"/>
|
|
</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.38,-22.25C72.93,-20.81 82.4,-19.23 91.67,-17.68"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.02,-21.17 101.31,-16.06 90.87,-14.26 92.02,-21.17"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|