Documentation for 6376bf46af
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: range_queries/segtree.cpp File Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -117,19 +117,19 @@ Include dependency graph for segtree.cpp:</div>
|
||||
</div><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
|
||||
Functions</h2></td></tr>
|
||||
<tr class="memitem:ae752659b7c1719d68fdb2ca538a93696"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#ae752659b7c1719d68fdb2ca538a93696">ConsTree</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > &arr, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *segtree, uint64_t low, uint64_t high, uint64_t pos)</td></tr>
|
||||
<tr class="memitem:ae752659b7c1719d68fdb2ca538a93696" id="r_ae752659b7c1719d68fdb2ca538a93696"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#ae752659b7c1719d68fdb2ca538a93696">ConsTree</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > &arr, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *segtree, uint64_t low, uint64_t high, uint64_t pos)</td></tr>
|
||||
<tr class="memdesc:ae752659b7c1719d68fdb2ca538a93696"><td class="mdescLeft"> </td><td class="mdescRight">for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> <br /></td></tr>
|
||||
<tr class="separator:ae752659b7c1719d68fdb2ca538a93696"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a423a97ea0c7ea6e33b5844a6858d902d"><td class="memItemLeft" align="right" valign="top">int64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#a423a97ea0c7ea6e33b5844a6858d902d">query</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *segtree, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *lazy, uint64_t qlow, uint64_t qhigh, uint64_t low, uint64_t high, uint64_t pos)</td></tr>
|
||||
<tr class="memitem:a423a97ea0c7ea6e33b5844a6858d902d" id="r_a423a97ea0c7ea6e33b5844a6858d902d"><td class="memItemLeft" align="right" valign="top">int64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#a423a97ea0c7ea6e33b5844a6858d902d">query</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *segtree, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *lazy, uint64_t qlow, uint64_t qhigh, uint64_t low, uint64_t high, uint64_t pos)</td></tr>
|
||||
<tr class="memdesc:a423a97ea0c7ea6e33b5844a6858d902d"><td class="mdescLeft"> </td><td class="mdescRight">Returns the sum of all elements in a range. <br /></td></tr>
|
||||
<tr class="separator:a423a97ea0c7ea6e33b5844a6858d902d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:abd3e818681fb2e29cf08f4f60f82c8e0"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#abd3e818681fb2e29cf08f4f60f82c8e0">update</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *segtree, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *lazy, int64_t start, int64_t end, int64_t delta, uint64_t low, uint64_t high, uint64_t pos)</td></tr>
|
||||
<tr class="memitem:abd3e818681fb2e29cf08f4f60f82c8e0" id="r_abd3e818681fb2e29cf08f4f60f82c8e0"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#abd3e818681fb2e29cf08f4f60f82c8e0">update</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *segtree, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< int64_t > *lazy, int64_t start, int64_t end, int64_t delta, uint64_t low, uint64_t high, uint64_t pos)</td></tr>
|
||||
<tr class="memdesc:abd3e818681fb2e29cf08f4f60f82c8e0"><td class="mdescLeft"> </td><td class="mdescRight">Updates a range of the segment tree. <br /></td></tr>
|
||||
<tr class="separator:abd3e818681fb2e29cf08f4f60f82c8e0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
|
||||
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d" id="r_aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
|
||||
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft"> </td><td class="mdescRight">Self-test implementation. <br /></td></tr>
|
||||
<tr class="separator:aa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d45/segtree_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft"> </td><td class="mdescRight">Main function. <br /></td></tr>
|
||||
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
@@ -585,7 +585,7 @@ Here is the call graph for this function:</div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="../../dir_074119ce3a874b57120c49a0cc4bb5ad.html">range_queries</a></li><li class="navelem"><a class="el" href="../../d2/d45/segtree_8cpp.html">segtree.cpp</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<map id="test" name="test">
|
||||
<area shape="rect" id="Node000001" title="Self-test implementation." alt="" coords="5,67,49,92"/>
|
||||
<area shape="rect" id="Node000002" href="$d2/d45/segtree_8cpp.html#ae752659b7c1719d68fdb2ca538a93696" title="for std::vector" alt="" coords="97,29,175,55"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="48,70,82,58,84,63,50,75"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="48,70,81,58,83,63,50,75"/>
|
||||
<area shape="rect" id="Node000003" href="$d2/d45/segtree_8cpp.html#abd3e818681fb2e29cf08f4f60f82c8e0" title="Updates a range of the segment tree." alt="" coords="106,103,166,128"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="50,84,92,98,91,103,48,89"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="116,30,113,21,115,11,123,5,136,3,150,6,157,13,153,16,148,10,136,8,125,10,119,14,118,20,121,28"/>
|
||||
<area shape="poly" id="edge4_Node000003_Node000003" title=" " alt="" coords="116,103,113,94,115,85,123,78,136,76,150,79,157,86,153,90,148,84,136,81,125,83,119,88,118,94,121,101"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="50,84,92,98,90,103,48,89"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="116,30,113,21,115,11,123,5,136,3,150,5,157,12,153,16,147,10,136,8,125,10,119,14,118,20,121,28"/>
|
||||
<area shape="poly" id="edge4_Node000003_Node000003" title=" " alt="" coords="116,103,113,94,115,85,123,78,136,76,150,79,157,86,153,89,147,83,136,81,125,83,119,88,118,94,121,101"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: test Pages: 1 -->
|
||||
<svg width="135pt" height="100pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-42.16C40.21,-44.7 49.14,-47.84 58.01,-50.96"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.69,-54.56 67.28,-54.57 59.01,-47.95 56.69,-54.56"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-42.16C40.06,-44.64 48.76,-47.7 57.43,-50.75"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.26,-54.05 66.86,-54.07 58.58,-47.45 56.26,-54.05"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,8 +58,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-31.29C42.05,-28.22 53.79,-24.24 64.72,-20.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.5,-23.62 73.85,-17.09 63.25,-16.99 65.5,-23.62"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-31.29C41.86,-28.28 53.3,-24.4 64.04,-20.76"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.07,-24.11 73.41,-17.58 62.82,-17.48 65.07,-24.11"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -67,8 +67,8 @@
|
||||
<g id="edge2_Node000002_Node000002" class="edge">
|
||||
<title>Node2->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M85.1,-74.54C79.27,-83.15 83.53,-92.25 97.88,-92.25 105.95,-92.25 110.82,-89.37 112.51,-85.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.8,-84.8 110.65,-75.54 108.9,-85.99 115.8,-84.8"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M85.1,-74.54C79.27,-83.15 83.53,-92.25 97.88,-92.25 105.72,-92.25 110.55,-89.53 112.36,-85.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.86,-85.39 110.88,-76.03 108.95,-86.45 115.86,-85.39"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -76,8 +76,8 @@
|
||||
<g id="edge4_Node000003_Node000003" class="edge">
|
||||
<title>Node3->Node3</title>
|
||||
<g id="a_edge4_Node000003_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M85.1,-19.54C79.27,-28.15 83.53,-37.25 97.88,-37.25 105.95,-37.25 110.82,-34.37 112.51,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.8,-29.8 110.65,-20.54 108.9,-30.99 115.8,-29.8"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M85.1,-19.54C79.27,-28.15 83.53,-37.25 97.88,-37.25 105.72,-37.25 110.55,-34.53 112.36,-30.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.86,-30.39 110.88,-21.03 108.95,-31.45 115.86,-30.39"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: test Pages: 1 -->
|
||||
<svg width="135pt" height="100pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-42.16C40.21,-44.7 49.14,-47.84 58.01,-50.96"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.69,-54.56 67.28,-54.57 59.01,-47.95 56.69,-54.56"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-42.16C40.06,-44.64 48.76,-47.7 57.43,-50.75"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.26,-54.05 66.86,-54.07 58.58,-47.45 56.26,-54.05"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -48,8 +48,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-31.29C42.05,-28.22 53.79,-24.24 64.72,-20.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.5,-23.62 73.85,-17.09 63.25,-16.99 65.5,-23.62"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.98,-31.29C41.86,-28.28 53.3,-24.4 64.04,-20.76"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.07,-24.11 73.41,-17.58 62.82,-17.48 65.07,-24.11"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -57,8 +57,8 @@
|
||||
<g id="edge2_Node000002_Node000002" class="edge">
|
||||
<title>Node2->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M85.1,-74.54C79.27,-83.15 83.53,-92.25 97.88,-92.25 105.95,-92.25 110.82,-89.37 112.51,-85.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.8,-84.8 110.65,-75.54 108.9,-85.99 115.8,-84.8"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M85.1,-74.54C79.27,-83.15 83.53,-92.25 97.88,-92.25 105.72,-92.25 110.55,-89.53 112.36,-85.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.86,-85.39 110.88,-76.03 108.95,-86.45 115.86,-85.39"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -66,8 +66,8 @@
|
||||
<g id="edge4_Node000003_Node000003" class="edge">
|
||||
<title>Node3->Node3</title>
|
||||
<g id="a_edge4_Node000003_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M85.1,-19.54C79.27,-28.15 83.53,-37.25 97.88,-37.25 105.95,-37.25 110.82,-34.37 112.51,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.8,-29.8 110.65,-20.54 108.9,-30.99 115.8,-29.8"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M85.1,-19.54C79.27,-28.15 83.53,-37.25 97.88,-37.25 105.72,-37.25 110.55,-34.53 112.36,-30.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.86,-30.39 110.88,-21.03 108.95,-31.45 115.86,-30.39"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.4 KiB |
@@ -1,4 +1,4 @@
|
||||
<map id="update" name="update">
|
||||
<area shape="rect" id="Node000001" title="Updates a range of the segment tree." alt="" coords="5,29,66,55"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="23,29,23,12,27,5,36,3,44,6,49,13,44,16,41,10,35,8,31,10,28,14,29,29"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="23,29,23,12,27,5,36,3,44,6,48,12,44,15,41,10,35,8,31,10,28,14,29,29"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: update Pages: 1 -->
|
||||
<svg width="53pt" height="45pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M15.54,-19.54C12.31,-28.15 14.67,-37.25 22.62,-37.25 27.1,-37.25 29.8,-34.37 30.74,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="34.14,-30.16 29.71,-20.54 27.18,-30.83 34.14,-30.16"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M15.54,-19.54C12.31,-28.15 14.67,-37.25 22.62,-37.25 26.85,-37.25 29.5,-34.68 30.57,-30.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="34.06,-30.76 29.82,-21.05 27.08,-31.28 34.06,-30.76"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: update Pages: 1 -->
|
||||
<svg width="53pt" height="45pt"
|
||||
@@ -21,8 +21,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M15.54,-19.54C12.31,-28.15 14.67,-37.25 22.62,-37.25 27.1,-37.25 29.8,-34.37 30.74,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="34.14,-30.16 29.71,-20.54 27.18,-30.83 34.14,-30.16"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M15.54,-19.54C12.31,-28.15 14.67,-37.25 22.62,-37.25 26.85,-37.25 29.5,-34.68 30.57,-30.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="34.06,-30.76 29.82,-21.05 27.08,-31.28 34.06,-30.76"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@@ -1,13 +1,13 @@
|
||||
<map id="main" name="main">
|
||||
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,72,55,98"/>
|
||||
<area shape="rect" id="Node000002" href="$d2/d45/segtree_8cpp.html#ae752659b7c1719d68fdb2ca538a93696" title="for std::vector" alt="" coords="194,29,272,55"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,73,102,57,179,44,180,49,103,62,56,78"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,73,102,57,178,44,179,49,103,62,56,78"/>
|
||||
<area shape="rect" id="Node000003" href="$d2/d45/segtree_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self-test implementation." alt="" coords="103,72,146,98"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="55,82,88,82,88,88,55,88"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="55,82,87,82,87,88,55,88"/>
|
||||
<area shape="rect" id="Node000004" href="$d2/d45/segtree_8cpp.html#abd3e818681fb2e29cf08f4f60f82c8e0" title="Updates a range of the segment tree." alt="" coords="203,109,263,135"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000004" title=" " alt="" coords="56,92,103,108,147,115,189,118,188,123,146,120,102,113,55,98"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="214,30,210,21,212,11,220,5,233,3,247,6,255,13,251,16,245,10,233,8,222,10,217,14,215,20,219,28"/>
|
||||
<area shape="poly" id="edge4_Node000003_Node000002" title=" " alt="" coords="146,74,184,59,186,64,148,79"/>
|
||||
<area shape="poly" id="edge5_Node000003_Node000004" title=" " alt="" coords="148,90,190,105,188,110,146,95"/>
|
||||
<area shape="poly" id="edge6_Node000004_Node000004" title=" " alt="" coords="214,110,210,101,212,91,220,85,233,83,247,86,255,93,251,96,245,90,233,88,222,90,217,94,215,100,219,108"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000004" title=" " alt="" coords="56,92,103,108,188,118,187,123,102,113,55,98"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="214,30,210,21,212,11,220,5,233,3,247,5,254,12,251,16,245,10,233,8,222,10,217,14,215,20,219,28"/>
|
||||
<area shape="poly" id="edge4_Node000003_Node000002" title=" " alt="" coords="146,74,183,59,185,64,148,79"/>
|
||||
<area shape="poly" id="edge5_Node000003_Node000004" title=" " alt="" coords="148,90,189,104,187,109,146,95"/>
|
||||
<area shape="poly" id="edge6_Node000004_Node000004" title=" " alt="" coords="214,110,210,101,212,91,220,85,233,83,247,85,254,92,251,96,245,90,233,88,222,90,217,94,215,100,219,108"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="208pt" height="105pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.05,-44.9C47.36,-48.91 60.74,-53.66 73,-56.62 91.62,-61.13 112.67,-64.19 130.37,-66.2"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.87,-69.78 140.19,-67.35 130.61,-62.82 129.87,-69.78"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.05,-44.9C47.36,-48.91 60.74,-53.66 73,-56.62 91.45,-61.09 112.27,-64.13 129.87,-66.15"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.37,-69.61 139.68,-67.19 130.11,-62.65 129.37,-69.61"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,8 +58,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-37.62C44.67,-37.62 53.52,-37.62 61.73,-37.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-41.13 71.71,-37.62 61.71,-34.13 61.71,-41.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-37.62C44.58,-37.62 53.31,-37.62 61.45,-37.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-41.13 71.2,-37.63 61.2,-34.13 61.2,-41.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -76,8 +76,8 @@
|
||||
<g id="edge7_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge7_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.49,-29.97C47.72,-25.94 60.87,-21.3 73,-18.62 94.14,-13.97 118.38,-11.72 137.33,-10.63"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.27,-14.09 147.09,-10.11 136.93,-7.1 137.27,-14.09"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.49,-29.97C47.72,-25.94 60.87,-21.3 73,-18.62 93.94,-14.01 117.93,-11.76 136.8,-10.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.76,-14.17 146.58,-10.18 136.42,-7.18 136.76,-14.17"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -85,8 +85,8 @@
|
||||
<g id="edge2_Node000002_Node000002" class="edge">
|
||||
<title>Node2->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M158.1,-79.54C152.27,-88.15 156.53,-97.25 170.88,-97.25 178.95,-97.25 183.82,-94.37 185.51,-90.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="188.8,-89.8 183.65,-80.54 181.9,-90.99 188.8,-89.8"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M158.1,-79.54C152.27,-88.15 156.53,-97.25 170.88,-97.25 178.72,-97.25 183.55,-94.53 185.36,-90.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="188.86,-90.39 183.88,-81.03 181.95,-91.45 188.86,-90.39"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -94,8 +94,8 @@
|
||||
<g id="edge4_Node000003_Node000002" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<g id="a_edge4_Node000003_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-43.95C114.19,-47.25 124.58,-51.42 134.59,-55.45"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.19,-59.06 143.77,-59.54 135.8,-52.56 133.19,-59.06"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-43.95C114.1,-47.21 124.37,-51.34 134.28,-55.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.79,-58.49 143.37,-58.97 135.4,-52 132.79,-58.49"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -103,8 +103,8 @@
|
||||
<g id="edge5_Node000003_Node000004" class="edge">
|
||||
<title>Node3->Node4</title>
|
||||
<g id="a_edge5_Node000003_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-32.09C115.05,-28.9 126.79,-24.78 137.72,-20.93"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.57,-23.99 146.85,-17.37 136.25,-17.39 138.57,-23.99"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-32.09C114.86,-28.97 126.3,-24.95 137.04,-21.17"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.15,-24.49 146.42,-17.87 135.82,-17.89 138.15,-24.49"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -112,8 +112,8 @@
|
||||
<g id="edge6_Node000004_Node000004" class="edge">
|
||||
<title>Node4->Node4</title>
|
||||
<g id="a_edge6_Node000004_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M158.1,-19.54C152.27,-28.15 156.53,-37.25 170.88,-37.25 178.95,-37.25 183.82,-34.37 185.51,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="188.8,-29.8 183.65,-20.54 181.9,-30.99 188.8,-29.8"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M158.1,-19.54C152.27,-28.15 156.53,-37.25 170.88,-37.25 178.72,-37.25 183.55,-34.53 185.36,-30.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="188.86,-30.39 183.88,-21.03 181.95,-31.45 188.86,-30.39"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="208pt" height="105pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.05,-44.9C47.36,-48.91 60.74,-53.66 73,-56.62 91.62,-61.13 112.67,-64.19 130.37,-66.2"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.87,-69.78 140.19,-67.35 130.61,-62.82 129.87,-69.78"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.05,-44.9C47.36,-48.91 60.74,-53.66 73,-56.62 91.45,-61.09 112.27,-64.13 129.87,-66.15"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.37,-69.61 139.68,-67.19 130.11,-62.65 129.37,-69.61"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -48,8 +48,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-37.62C44.67,-37.62 53.52,-37.62 61.73,-37.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-41.13 71.71,-37.62 61.71,-34.13 61.71,-41.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-37.62C44.58,-37.62 53.31,-37.62 61.45,-37.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-41.13 71.2,-37.63 61.2,-34.13 61.2,-41.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -66,8 +66,8 @@
|
||||
<g id="edge7_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge7_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.49,-29.97C47.72,-25.94 60.87,-21.3 73,-18.62 94.14,-13.97 118.38,-11.72 137.33,-10.63"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.27,-14.09 147.09,-10.11 136.93,-7.1 137.27,-14.09"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.49,-29.97C47.72,-25.94 60.87,-21.3 73,-18.62 93.94,-14.01 117.93,-11.76 136.8,-10.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.76,-14.17 146.58,-10.18 136.42,-7.18 136.76,-14.17"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -75,8 +75,8 @@
|
||||
<g id="edge2_Node000002_Node000002" class="edge">
|
||||
<title>Node2->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M158.1,-79.54C152.27,-88.15 156.53,-97.25 170.88,-97.25 178.95,-97.25 183.82,-94.37 185.51,-90.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="188.8,-89.8 183.65,-80.54 181.9,-90.99 188.8,-89.8"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M158.1,-79.54C152.27,-88.15 156.53,-97.25 170.88,-97.25 178.72,-97.25 183.55,-94.53 185.36,-90.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="188.86,-90.39 183.88,-81.03 181.95,-91.45 188.86,-90.39"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -84,8 +84,8 @@
|
||||
<g id="edge4_Node000003_Node000002" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<g id="a_edge4_Node000003_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-43.95C114.19,-47.25 124.58,-51.42 134.59,-55.45"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.19,-59.06 143.77,-59.54 135.8,-52.56 133.19,-59.06"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-43.95C114.1,-47.21 124.37,-51.34 134.28,-55.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.79,-58.49 143.37,-58.97 135.4,-52 132.79,-58.49"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -93,8 +93,8 @@
|
||||
<g id="edge5_Node000003_Node000004" class="edge">
|
||||
<title>Node3->Node4</title>
|
||||
<g id="a_edge5_Node000003_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-32.09C115.05,-28.9 126.79,-24.78 137.72,-20.93"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.57,-23.99 146.85,-17.37 136.25,-17.39 138.57,-23.99"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.98,-32.09C114.86,-28.97 126.3,-24.95 137.04,-21.17"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="138.15,-24.49 146.42,-17.87 135.82,-17.89 138.15,-24.49"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -102,8 +102,8 @@
|
||||
<g id="edge6_Node000004_Node000004" class="edge">
|
||||
<title>Node4->Node4</title>
|
||||
<g id="a_edge6_Node000004_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M158.1,-19.54C152.27,-28.15 156.53,-37.25 170.88,-37.25 178.95,-37.25 183.82,-34.37 185.51,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="188.8,-29.8 183.65,-20.54 181.9,-30.99 188.8,-29.8"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M158.1,-19.54C152.27,-28.15 156.53,-37.25 170.88,-37.25 178.72,-37.25 183.55,-34.53 185.36,-30.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="188.86,-30.39 183.88,-21.03 181.95,-31.45 188.86,-30.39"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -1,4 +1,4 @@
|
||||
<map id="ConsTree" name="ConsTree">
|
||||
<area shape="rect" id="Node000001" title="for std::vector" alt="" coords="5,29,84,55"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="30,29,29,12,35,5,45,3,55,6,61,13,56,16,52,10,44,8,37,10,34,14,35,29"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="30,29,29,12,35,5,45,3,55,5,60,12,56,15,52,10,44,8,37,10,34,14,35,29"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: ConsTree Pages: 1 -->
|
||||
<svg width="67pt" height="45pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M20.18,-19.54C15.98,-28.15 19.05,-37.25 29.38,-37.25 35.18,-37.25 38.7,-34.37 39.91,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="43.28,-30.03 38.57,-20.54 36.33,-30.89 43.28,-30.03"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M20.18,-19.54C15.98,-28.15 19.05,-37.25 29.38,-37.25 34.86,-37.25 38.3,-34.68 39.69,-30.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="43.17,-30.66 38.72,-21.04 36.2,-31.34 43.17,-30.66"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: ConsTree Pages: 1 -->
|
||||
<svg width="67pt" height="45pt"
|
||||
@@ -21,8 +21,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M20.18,-19.54C15.98,-28.15 19.05,-37.25 29.38,-37.25 35.18,-37.25 38.7,-34.37 39.91,-30.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="43.28,-30.03 38.57,-20.54 36.33,-30.89 43.28,-30.03"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M20.18,-19.54C15.98,-28.15 19.05,-37.25 29.38,-37.25 34.86,-37.25 38.3,-34.68 39.69,-30.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="43.17,-30.66 38.72,-21.04 36.2,-31.34 43.17,-30.66"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |