Documentation for 53a6c16730

This commit is contained in:
github-actions
2022-01-16 16:05:19 +00:00
parent 778f1be9e5
commit 2cab28c905
3620 changed files with 52045 additions and 41188 deletions

View File

@@ -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.2"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: graphics/spirograph.cpp File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
@@ -30,8 +30,8 @@ MathJax.Hub.Config({
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Algorithms_in_C++<span id="projectnumber">&#160;1.0.0</span>
</div>
<div id="projectbrief">Set of algorithms implemented in C++.</div>
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.2 -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search",'Search','.html');
@@ -184,23 +184,23 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p >Main function </p>
<div class="fragment"><div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> {</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <a class="code hl_function" href="../../da/dd3/namespacespirograph.html#a8e83a64e8443fff1e5ffdc1c299c1e99">spirograph::test</a>();</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> </div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span><span class="preprocessor">#ifdef USE_GLUT</span></div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> glutInit(&amp;argc, argv);</div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE);</div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> glutCreateWindow(<span class="stringliteral">&quot;Spirograph&quot;</span>);</div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> glutInitWindowSize(400, 400);</div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <span class="comment">// glutIdleFunc(glutPostRedisplay);</span></div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> glutTimerFunc(spirograph::animation_speed, spirograph::timer_cb, 0);</div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> glutKeyboardFunc(spirograph::keyboard_cb);</div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> glutDisplayFunc(<a class="code hl_function" href="../../d7/db9/hill__cipher_8cpp.html#a04391124480d2a49f2dec900237b0712">spirograph::test2</a>);</div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> glutMainLoop();</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> </div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span>}</div>
<div class="fragment"><div class="line"><span class="lineno"> 268</span> {</div>
<div class="line"><span class="lineno"> 269</span> <a class="code hl_function" href="../../da/dd3/namespacespirograph.html#a8e83a64e8443fff1e5ffdc1c299c1e99">spirograph::test</a>();</div>
<div class="line"><span class="lineno"> 270</span> </div>
<div class="line"><span class="lineno"> 271</span><span class="preprocessor">#ifdef USE_GLUT</span></div>
<div class="line"><span class="lineno"> 272</span> glutInit(&amp;argc, argv);</div>
<div class="line"><span class="lineno"> 273</span> glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE);</div>
<div class="line"><span class="lineno"> 274</span> glutCreateWindow(<span class="stringliteral">&quot;Spirograph&quot;</span>);</div>
<div class="line"><span class="lineno"> 275</span> glutInitWindowSize(400, 400);</div>
<div class="line"><span class="lineno"> 276</span> <span class="comment">// glutIdleFunc(glutPostRedisplay);</span></div>
<div class="line"><span class="lineno"> 277</span> glutTimerFunc(spirograph::animation_speed, spirograph::timer_cb, 0);</div>
<div class="line"><span class="lineno"> 278</span> glutKeyboardFunc(spirograph::keyboard_cb);</div>
<div class="line"><span class="lineno"> 279</span> glutDisplayFunc(<a class="code hl_function" href="../../d7/db9/hill__cipher_8cpp.html#a04391124480d2a49f2dec900237b0712">spirograph::test2</a>);</div>
<div class="line"><span class="lineno"> 280</span> glutMainLoop();</div>
<div class="line"><span class="lineno"> 281</span><span class="preprocessor">#endif</span></div>
<div class="line"><span class="lineno"> 282</span> </div>
<div class="line"><span class="lineno"> 283</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><span class="lineno"> 284</span>}</div>
<div class="ttc" id="ahill__cipher_8cpp_html_a04391124480d2a49f2dec900237b0712"><div class="ttname"><a href="../../d7/db9/hill__cipher_8cpp.html#a04391124480d2a49f2dec900237b0712">test2</a></div><div class="ttdeci">void test2(const std::string &amp;text)</div><div class="ttdoc">Self test 2 - using 8x8 randomly generated key.</div><div class="ttdef"><b>Definition:</b> hill_cipher.cpp:505</div></div>
<div class="ttc" id="anamespacespirograph_html_a8e83a64e8443fff1e5ffdc1c299c1e99"><div class="ttname"><a href="../../da/dd3/namespacespirograph.html#a8e83a64e8443fff1e5ffdc1c299c1e99">spirograph::test</a></div><div class="ttdeci">void test()</div><div class="ttdoc">Test function to save resulting points to a CSV file.</div><div class="ttdef"><b>Definition:</b> spirograph.cpp:93</div></div>
</div><!-- fragment --><div class="dynheader">
@@ -218,7 +218,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_e79632891301b850df87e9c0030293fa.html">graphics</a></li><li class="navelem"><a class="el" href="../../da/d77/spirograph_8cpp.html">spirograph.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.2 </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.3 </li>
</ul>
</div>
</body>

View File

@@ -2,22 +2,22 @@
<area shape="rect" id="node1" title=" " alt="" coords="5,271,56,297"/>
<area shape="rect" id="node2" href="$da/dd3/namespacespirograph.html#a8e83a64e8443fff1e5ffdc1c299c1e99" title="Test function to save resulting points to a CSV file." alt="" coords="104,132,216,159"/>
<area shape="rect" id="node10" href="$d7/db9/hill__cipher_8cpp.html#a04391124480d2a49f2dec900237b0712" title="Self test 2 &#45; using 8x8 randomly generated key." alt="" coords="135,383,185,409"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/close.html#" title=" " alt="" coords="271,208,409,235"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/is_open.html#" title=" " alt="" coords="264,5,416,32"/>
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/setw.html#" title=" " alt="" coords="302,56,378,83"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/close#" title=" " alt="" coords="271,208,409,235"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/is_open#" title=" " alt="" coords="264,5,416,32"/>
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/setw#" title=" " alt="" coords="302,56,378,83"/>
<area shape="rect" id="node6" href="$da/dd3/namespacespirograph.html#aeca22dbe4563358960e907a40cd3e1ac" title=" " alt="" coords="265,107,415,133"/>
<area shape="rect" id="node9" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_stringstream/str.html#" title=" " alt="" coords="269,157,411,184"/>
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/cos.html#" title=" " alt="" coords="494,81,563,108"/>
<area shape="rect" id="node8" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sin.html#" title=" " alt="" coords="496,132,561,159"/>
<area shape="rect" id="node11" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/compare.html#" title=" " alt="" coords="271,259,409,285"/>
<area shape="rect" id="node9" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_stringstream/str#" title=" " alt="" coords="269,157,411,184"/>
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/cos#" title=" " alt="" coords="494,81,563,108"/>
<area shape="rect" id="node8" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sin#" title=" " alt="" coords="496,132,561,159"/>
<area shape="rect" id="node11" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/compare#" title=" " alt="" coords="271,259,409,285"/>
<area shape="rect" id="node12" href="$d6/d26/classciphers_1_1_hill_cipher.html#a427acfac1dbff3f48a2b071d449d965b" title="Decrypt a given text using a given key." alt="" coords="275,310,405,351"/>
<area shape="rect" id="node16" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/size.html#" title=" " alt="" coords="645,441,767,468"/>
<area shape="rect" id="node18" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="819,391,935,417"/>
<area shape="rect" id="node16" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/size#" title=" " alt="" coords="645,441,767,468"/>
<area shape="rect" id="node18" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size#" title=" " alt="" coords="819,391,935,417"/>
<area shape="rect" id="node19" href="$d6/d26/classciphers_1_1_hill_cipher.html#aa8bbb6e4a5749f6008b06602d5103917" title="Encrypt a given text using a given key." alt="" coords="275,375,405,417"/>
<area shape="rect" id="node20" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="304,543,376,569"/>
<area shape="rect" id="node20" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl#" title=" " alt="" coords="304,543,376,569"/>
<area shape="rect" id="node21" href="$d6/d26/classciphers_1_1_hill_cipher.html#a405b0a28d66a61239d3565d5256f9cb5" title="Generate encryption and decryption key pair." alt="" coords="275,594,405,635"/>
<area shape="rect" id="node13" href="$d6/d26/classciphers_1_1_hill_cipher.html#ad667fa0860977f6d6d443fa1dbcd80aa" title="Convenience function to perform block cipher operations. The operations are identical for both encryp..." alt="" coords="464,350,593,391"/>
<area shape="rect" id="node14" href="$d6/d26/classciphers_1_1_hill_cipher.html#ae77cad522fa44b8c985779a7188d2f41" title="Get the index of a character in the STRKEY." alt="" coords="641,259,771,301"/>
<area shape="rect" id="node17" href="$d6/d26/classciphers_1_1_hill_cipher.html#ad36cbcc7a458b3f3a2af0c4aa1126590" title="helper function to perform vector multiplication with encryption or decryption matrix" alt="" coords="641,325,771,366"/>
<area shape="rect" id="node15" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/byte/strlen.html#" title=" " alt="" coords="837,300,917,327"/>
<area shape="rect" id="node15" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/byte/strlen#" title=" " alt="" coords="837,300,917,327"/>
</map>

View File

@@ -1 +1 @@
e75e85332ca9412b3dcdd122146119f2
d3f05f995271868c80ecf7377aa5c596

View File

@@ -97,7 +97,7 @@ var sectionId = 'dynsection-1';
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close#" xlink:title=" ">
<polygon fill="white" stroke="black" points="199,-301 199,-320 303,-320 303,-301 199,-301"/>
<text text-anchor="middle" x="251" y="-308" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::close</text>
</a>
@@ -112,7 +112,7 @@ var sectionId = 'dynsection-1';
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open#" xlink:title=" ">
<polygon fill="white" stroke="black" points="194,-453 194,-472 308,-472 308,-453 194,-453"/>
<text text-anchor="middle" x="251" y="-460" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::is_open</text>
</a>
@@ -127,7 +127,7 @@ var sectionId = 'dynsection-1';
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/setw.html#" xlink:title=" ">
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/setw#" xlink:title=" ">
<polygon fill="white" stroke="black" points="222.5,-415 222.5,-434 279.5,-434 279.5,-415 222.5,-415"/>
<text text-anchor="middle" x="251" y="-422" font-family="Helvetica,sans-Serif" font-size="10.00">std::setw</text>
</a>
@@ -157,7 +157,7 @@ var sectionId = 'dynsection-1';
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_stringstream/str.html#" xlink:title=" ">
<g id="a_node9"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_stringstream/str#" xlink:title=" ">
<polygon fill="white" stroke="black" points="197.5,-339 197.5,-358 304.5,-358 304.5,-339 197.5,-339"/>
<text text-anchor="middle" x="251" y="-346" font-family="Helvetica,sans-Serif" font-size="10.00">std::stringstream::str</text>
</a>
@@ -172,7 +172,7 @@ var sectionId = 'dynsection-1';
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/cos.html#" xlink:title=" ">
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/cos#" xlink:title=" ">
<polygon fill="white" stroke="black" points="366.5,-396 366.5,-415 418.5,-415 418.5,-396 366.5,-396"/>
<text text-anchor="middle" x="392.5" y="-403" font-family="Helvetica,sans-Serif" font-size="10.00">std::cos</text>
</a>
@@ -187,7 +187,7 @@ var sectionId = 'dynsection-1';
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/sin.html#" xlink:title=" ">
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/sin#" xlink:title=" ">
<polygon fill="white" stroke="black" points="368,-358 368,-377 417,-377 417,-358 368,-358"/>
<text text-anchor="middle" x="392.5" y="-365" font-family="Helvetica,sans-Serif" font-size="10.00">std::sin</text>
</a>
@@ -208,7 +208,7 @@ var sectionId = 'dynsection-1';
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/compare.html#" xlink:title=" ">
<g id="a_node11"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/compare#" xlink:title=" ">
<polygon fill="white" stroke="black" points="199,-263 199,-282 303,-282 303,-263 199,-263"/>
<text text-anchor="middle" x="251" y="-270" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::compare</text>
</a>
@@ -239,7 +239,7 @@ var sectionId = 'dynsection-1';
<!-- Node16 -->
<g id="node16" class="node">
<title>Node16</title>
<g id="a_node16"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
<g id="a_node16"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size#" xlink:title=" ">
<polygon fill="white" stroke="black" points="479.5,-126 479.5,-145 571.5,-145 571.5,-126 479.5,-126"/>
<text text-anchor="middle" x="525.5" y="-133" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
</a>
@@ -254,7 +254,7 @@ var sectionId = 'dynsection-1';
<!-- Node18 -->
<g id="node18" class="node">
<title>Node18</title>
<g id="a_node18"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<g id="a_node18"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size#" xlink:title=" ">
<polygon fill="white" stroke="black" points="610,-164 610,-183 697,-183 697,-164 610,-164"/>
<text text-anchor="middle" x="653.5" y="-171" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
@@ -285,7 +285,7 @@ var sectionId = 'dynsection-1';
<!-- Node20 -->
<g id="node20" class="node">
<title>Node20</title>
<g id="a_node20"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<g id="a_node20"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl#" xlink:title=" ">
<polygon fill="white" stroke="black" points="224,-50 224,-69 278,-69 278,-50 224,-50"/>
<text text-anchor="middle" x="251" y="-57" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
@@ -376,7 +376,7 @@ var sectionId = 'dynsection-1';
<!-- Node15 -->
<g id="node15" class="node">
<title>Node15</title>
<g id="a_node15"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/byte/strlen.html#" xlink:title=" ">
<g id="a_node15"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/byte/strlen#" xlink:title=" ">
<polygon fill="white" stroke="black" points="623.5,-232 623.5,-251 683.5,-251 683.5,-232 623.5,-232"/>
<text text-anchor="middle" x="653.5" y="-239" font-family="Helvetica,sans-Serif" font-size="10.00">std::strlen</text>
</a>

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -51,7 +51,7 @@
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close#" xlink:title=" ">
<polygon fill="white" stroke="black" points="199,-301 199,-320 303,-320 303,-301 199,-301"/>
<text text-anchor="middle" x="251" y="-308" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::close</text>
</a>
@@ -66,7 +66,7 @@
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open#" xlink:title=" ">
<polygon fill="white" stroke="black" points="194,-453 194,-472 308,-472 308,-453 194,-453"/>
<text text-anchor="middle" x="251" y="-460" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::is_open</text>
</a>
@@ -81,7 +81,7 @@
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/setw.html#" xlink:title=" ">
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/setw#" xlink:title=" ">
<polygon fill="white" stroke="black" points="222.5,-415 222.5,-434 279.5,-434 279.5,-415 222.5,-415"/>
<text text-anchor="middle" x="251" y="-422" font-family="Helvetica,sans-Serif" font-size="10.00">std::setw</text>
</a>
@@ -111,7 +111,7 @@
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_stringstream/str.html#" xlink:title=" ">
<g id="a_node9"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_stringstream/str#" xlink:title=" ">
<polygon fill="white" stroke="black" points="197.5,-339 197.5,-358 304.5,-358 304.5,-339 197.5,-339"/>
<text text-anchor="middle" x="251" y="-346" font-family="Helvetica,sans-Serif" font-size="10.00">std::stringstream::str</text>
</a>
@@ -126,7 +126,7 @@
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/cos.html#" xlink:title=" ">
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/cos#" xlink:title=" ">
<polygon fill="white" stroke="black" points="366.5,-396 366.5,-415 418.5,-415 418.5,-396 366.5,-396"/>
<text text-anchor="middle" x="392.5" y="-403" font-family="Helvetica,sans-Serif" font-size="10.00">std::cos</text>
</a>
@@ -141,7 +141,7 @@
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/sin.html#" xlink:title=" ">
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/sin#" xlink:title=" ">
<polygon fill="white" stroke="black" points="368,-358 368,-377 417,-377 417,-358 368,-358"/>
<text text-anchor="middle" x="392.5" y="-365" font-family="Helvetica,sans-Serif" font-size="10.00">std::sin</text>
</a>
@@ -162,7 +162,7 @@
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/compare.html#" xlink:title=" ">
<g id="a_node11"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/compare#" xlink:title=" ">
<polygon fill="white" stroke="black" points="199,-263 199,-282 303,-282 303,-263 199,-263"/>
<text text-anchor="middle" x="251" y="-270" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::compare</text>
</a>
@@ -193,7 +193,7 @@
<!-- Node16 -->
<g id="node16" class="node">
<title>Node16</title>
<g id="a_node16"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size.html#" xlink:title=" ">
<g id="a_node16"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/size#" xlink:title=" ">
<polygon fill="white" stroke="black" points="479.5,-126 479.5,-145 571.5,-145 571.5,-126 479.5,-126"/>
<text text-anchor="middle" x="525.5" y="-133" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
</a>
@@ -208,7 +208,7 @@
<!-- Node18 -->
<g id="node18" class="node">
<title>Node18</title>
<g id="a_node18"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<g id="a_node18"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size#" xlink:title=" ">
<polygon fill="white" stroke="black" points="610,-164 610,-183 697,-183 697,-164 610,-164"/>
<text text-anchor="middle" x="653.5" y="-171" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
@@ -239,7 +239,7 @@
<!-- Node20 -->
<g id="node20" class="node">
<title>Node20</title>
<g id="a_node20"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<g id="a_node20"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl#" xlink:title=" ">
<polygon fill="white" stroke="black" points="224,-50 224,-69 278,-69 278,-50 224,-50"/>
<text text-anchor="middle" x="251" y="-57" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
@@ -330,7 +330,7 @@
<!-- Node15 -->
<g id="node15" class="node">
<title>Node15</title>
<g id="a_node15"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/byte/strlen.html#" xlink:title=" ">
<g id="a_node15"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/byte/strlen#" xlink:title=" ">
<polygon fill="white" stroke="black" points="623.5,-232 623.5,-251 683.5,-251 683.5,-232 623.5,-232"/>
<text text-anchor="middle" x="653.5" y="-239" font-family="Helvetica,sans-Serif" font-size="10.00">std::strlen</text>
</a>

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB