Documentation for 0953376d31

This commit is contained in:
github-actions
2023-06-16 21:18:14 +00:00
parent 26f1eee566
commit 14deeecd50
7241 changed files with 234176 additions and 54779 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.6"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: math/volume.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.6 -->
<!-- Generated by Doxygen 1.9.7 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -113,8 +113,7 @@ $(document).ready(function(){initNavTree('da/d39/volume_8cpp.html','../../'); in
</div><div class="textblock"><div class="dynheader">
Include dependency graph for volume.cpp:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dd/d5e/volume_8cpp__incl.svg" width="336" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dd/d5e/volume_8cpp__incl.svg" width="336" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
@@ -187,12 +186,11 @@ Functions</h2></td></tr>
<div class="line"><span class="lineno"> 236</span> <a class="code hl_function" href="../../da/d39/volume_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(); <span class="comment">// run self-test implementations</span></div>
<div class="line"><span class="lineno"> 237</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><span class="lineno"> 238</span>}</div>
<div class="ttc" id="avolume_8cpp_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../da/d39/volume_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Self-test implementations.</div><div class="ttdef"><b>Definition:</b> volume.cpp:112</div></div>
<div class="ttc" id="avolume_8cpp_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../da/d39/volume_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Self-test implementations.</div><div class="ttdef"><b>Definition</b> volume.cpp:112</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../da/d39/volume_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="487" height="398"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../da/d39/volume_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="487" height="398"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -342,18 +340,17 @@ Here is the call graph for this function:</div>
<div class="line"><span class="lineno"> 229</span>}</div>
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a></div></div>
<div class="ttc" id="aendl_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a></div><div class="ttdeci">T endl(T... args)</div></div>
<div class="ttc" id="anamespacemath_html_a2d704a7b72a6b2db8b76c8581b577b2c"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c">math::triangle_prism_volume</a></div><div class="ttdeci">T triangle_prism_volume(T base, T height, T depth)</div><div class="ttdoc">The volume of a triangular prism.</div><div class="ttdef"><b>Definition:</b> volume.cpp:67</div></div>
<div class="ttc" id="anamespacemath_html_a34d66a77c19ce9b8b3a3d14352b34551"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551">math::sphere_volume</a></div><div class="ttdeci">T sphere_volume(T radius, double PI=3.14)</div><div class="ttdoc">The volume of a sphere</div><div class="ttdef"><b>Definition:</b> volume.cpp:91</div></div>
<div class="ttc" id="anamespacemath_html_a3fdc74c24697ec5bb5c3698c96117c12"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12">math::rect_prism_volume</a></div><div class="ttdeci">T rect_prism_volume(T length, T width, T height)</div><div class="ttdoc">The volume of a rectangular prism.</div><div class="ttdef"><b>Definition:</b> volume.cpp:41</div></div>
<div class="ttc" id="anamespacemath_html_a3fe35440c27758ecc2287e08217d63a7"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7">math::cone_volume</a></div><div class="ttdeci">T cone_volume(T radius, T height, double PI=3.14)</div><div class="ttdoc">The volume of a cone</div><div class="ttdef"><b>Definition:</b> volume.cpp:53</div></div>
<div class="ttc" id="anamespacemath_html_a94db02b3c9e55a69ac1696f30e2f761c"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c">math::pyramid_volume</a></div><div class="ttdeci">T pyramid_volume(T length, T width, T height)</div><div class="ttdoc">The volume of a pyramid</div><div class="ttdef"><b>Definition:</b> volume.cpp:80</div></div>
<div class="ttc" id="anamespacemath_html_abde24398be43538c62e4a496968e60ca"><div class="ttname"><a href="../../dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca">math::cylinder_volume</a></div><div class="ttdeci">T cylinder_volume(T radius, T height, double PI=3.14)</div><div class="ttdoc">The volume of a cylinder</div><div class="ttdef"><b>Definition:</b> volume.cpp:103</div></div>
<div class="ttc" id="anamespacemath_html_ae413098478fa38acaac887b7654f0725"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725">math::cube_volume</a></div><div class="ttdeci">T cube_volume(T length)</div><div class="ttdoc">The volume of a cube</div><div class="ttdef"><b>Definition:</b> volume.cpp:28</div></div>
<div class="ttc" id="anamespacemath_html_a2d704a7b72a6b2db8b76c8581b577b2c"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c">math::triangle_prism_volume</a></div><div class="ttdeci">T triangle_prism_volume(T base, T height, T depth)</div><div class="ttdoc">The volume of a triangular prism.</div><div class="ttdef"><b>Definition</b> volume.cpp:67</div></div>
<div class="ttc" id="anamespacemath_html_a34d66a77c19ce9b8b3a3d14352b34551"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551">math::sphere_volume</a></div><div class="ttdeci">T sphere_volume(T radius, double PI=3.14)</div><div class="ttdoc">The volume of a sphere</div><div class="ttdef"><b>Definition</b> volume.cpp:91</div></div>
<div class="ttc" id="anamespacemath_html_a3fdc74c24697ec5bb5c3698c96117c12"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12">math::rect_prism_volume</a></div><div class="ttdeci">T rect_prism_volume(T length, T width, T height)</div><div class="ttdoc">The volume of a rectangular prism.</div><div class="ttdef"><b>Definition</b> volume.cpp:41</div></div>
<div class="ttc" id="anamespacemath_html_a3fe35440c27758ecc2287e08217d63a7"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7">math::cone_volume</a></div><div class="ttdeci">T cone_volume(T radius, T height, double PI=3.14)</div><div class="ttdoc">The volume of a cone</div><div class="ttdef"><b>Definition</b> volume.cpp:53</div></div>
<div class="ttc" id="anamespacemath_html_a94db02b3c9e55a69ac1696f30e2f761c"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c">math::pyramid_volume</a></div><div class="ttdeci">T pyramid_volume(T length, T width, T height)</div><div class="ttdoc">The volume of a pyramid</div><div class="ttdef"><b>Definition</b> volume.cpp:80</div></div>
<div class="ttc" id="anamespacemath_html_abde24398be43538c62e4a496968e60ca"><div class="ttname"><a href="../../dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca">math::cylinder_volume</a></div><div class="ttdeci">T cylinder_volume(T radius, T height, double PI=3.14)</div><div class="ttdoc">The volume of a cylinder</div><div class="ttdef"><b>Definition</b> volume.cpp:103</div></div>
<div class="ttc" id="anamespacemath_html_ae413098478fa38acaac887b7654f0725"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725">math::cube_volume</a></div><div class="ttdeci">T cube_volume(T length)</div><div class="ttdoc">The volume of a cube</div><div class="ttdef"><b>Definition</b> volume.cpp:28</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../da/d39/volume_8cpp_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg" width="390" height="398"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../da/d39/volume_8cpp_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg" width="390" height="398"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -364,7 +361,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_296d53ceaeaa7e099814a6def439fe8a.html">math</a></li><li class="navelem"><a class="el" href="../../da/d39/volume_8cpp.html">volume.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.6 </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>
</ul>
</div>
</body>

View File

@@ -1,12 +1,24 @@
<map id="test" name="test">
<area shape="rect" id="node1" title="Self&#45;test implementations." alt="" coords="5,179,49,204"/>
<area shape="rect" id="node2" href="$dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" title="The volume of a cone" alt="" coords="113,5,249,31"/>
<area shape="rect" id="node4" href="$dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" title="The volume of a cube" alt="" coords="113,55,249,80"/>
<area shape="rect" id="node5" href="$dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" title="The volume of a cylinder" alt="" coords="105,104,257,130"/>
<area shape="rect" id="node6" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="145,153,217,179"/>
<area shape="rect" id="node7" href="$dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" title="The volume of a pyramid" alt="" coords="104,203,258,228"/>
<area shape="rect" id="node8" href="$dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" title="The volume of a rectangular prism." alt="" coords="97,252,265,278"/>
<area shape="rect" id="node9" href="$dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" title="The volume of a sphere" alt="" coords="108,301,254,327"/>
<area shape="rect" id="node10" href="$dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" title="The volume of a triangular prism." alt="" coords="111,351,251,392"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="313,80,384,106"/>
<area shape="rect" id="Node000001" title="Self&#45;test implementations." alt="" coords="5,179,49,204"/>
<area shape="rect" id="Node000002" href="$dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" title="The volume of a cone" alt="" coords="113,5,249,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="28,177,35,149,47,112,67,73,95,40,99,37,102,41,99,44,71,76,52,114,40,150,33,179"/>
<area shape="rect" id="Node000004" href="$dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" title="The volume of a cube" alt="" coords="113,55,249,80"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="31,177,55,134,73,110,95,89,101,85,104,90,98,94,77,114,59,137,36,180"/>
<area shape="rect" id="Node000005" href="$dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" title="The volume of a cylinder" alt="" coords="105,104,257,130"/>
<area shape="poly" id="edge5_Node000001_Node000005" title=" " alt="" coords="41,176,66,157,95,138,109,133,111,138,98,143,69,161,45,180"/>
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="145,153,217,179"/>
<area shape="poly" id="edge7_Node000001_Node000006" title=" " alt="" coords="48,185,130,172,131,177,49,191"/>
<area shape="rect" id="Node000007" href="$dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" title="The volume of a pyramid" alt="" coords="104,203,258,228"/>
<area shape="poly" id="edge8_Node000001_Node000007" title=" " alt="" coords="49,192,90,199,89,204,48,197"/>
<area shape="rect" id="Node000008" href="$dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" title="The volume of a rectangular prism." alt="" coords="97,252,265,278"/>
<area shape="poly" id="edge9_Node000001_Node000008" title=" " alt="" coords="45,203,69,221,98,238,111,244,109,249,95,243,66,226,42,207"/>
<area shape="rect" id="Node000009" href="$dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" title="The volume of a sphere" alt="" coords="108,301,254,327"/>
<area shape="poly" id="edge10_Node000001_Node000009" title=" " alt="" coords="36,204,59,246,77,269,98,288,104,292,101,296,95,292,73,272,55,249,32,206"/>
<area shape="rect" id="Node000010" href="$dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" title="The volume of a triangular prism." alt="" coords="111,351,251,392"/>
<area shape="poly" id="edge12_Node000001_Node000010" title=" " alt="" coords="34,204,53,268,72,305,99,338,101,340,98,344,95,341,68,308,48,270,28,206"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="313,80,384,106"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="237,29,266,40,319,69,316,74,264,45,235,34"/>
<area shape="poly" id="edge4_Node000004_Node000003" title=" " alt="" coords="249,75,299,83,298,88,248,80"/>
<area shape="poly" id="edge6_Node000005_Node000003" title=" " alt="" coords="257,103,298,97,299,103,258,109"/>
<area shape="poly" id="edge11_Node000009_Node000003" title=" " alt="" coords="248,298,263,288,295,249,318,203,333,158,341,120,346,121,338,159,323,205,300,252,267,292,251,303"/>
</map>

View File

@@ -1 +1 @@
758f0cbcf2c2fe268569971d52107916
2dff8a46e90bc7792fd9c5d6263dd9d4

View File

@@ -6,126 +6,157 @@
<!-- Title: test Pages: 1 -->
<svg width="292pt" height="298pt"
viewBox="0.00 0.00 292.25 297.88" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 293.88)">
<title>test</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Self&#45;test implementations.">
<g id="a_Node000001"><a xlink:title="Self&#45;test implementations.">
<polygon fill="#999999" stroke="#666666" points="32.5,-159.88 0,-159.88 0,-140.62 32.5,-140.62 32.5,-159.88"/>
<text text-anchor="middle" x="16.25" y="-146.38" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" target="_top" xlink:title="The volume of a cone">
<g id="a_Node000002"><a xlink:href="../../dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" target="_top" xlink:title="The volume of a cone">
<polygon fill="white" stroke="#666666" points="182.38,-289.88 80.88,-289.88 80.88,-270.62 182.38,-270.62 182.38,-289.88"/>
<text text-anchor="middle" x="131.62" y="-276.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cone_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M18.95,-160.3C23.18,-182.19 36.28,-234.45 68.5,-262.25 69.41,-263.04 70.36,-263.79 71.34,-264.51"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.38,-268.02 79.76,-270.15 72.98,-262.02 69.38,-268.02"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" target="_top" xlink:title="The volume of a cube">
<g id="a_Node000004"><a xlink:href="../../dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" target="_top" xlink:title="The volume of a cube">
<polygon fill="white" stroke="#666666" points="182.38,-252.88 80.88,-252.88 80.88,-233.62 182.38,-233.62 182.38,-252.88"/>
<text text-anchor="middle" x="131.62" y="-239.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cube_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M21.32,-160.15C28.45,-176.25 44.74,-208.05 68.5,-225.25 70,-226.34 71.57,-227.36 73.18,-228.32"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="71.37,-231.83 81.88,-233.17 74.5,-225.57 71.37,-231.83"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" target="_top" xlink:title="The volume of a cylinder">
<g id="a_Node000005"><a xlink:href="../../dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" target="_top" xlink:title="The volume of a cylinder">
<polygon fill="white" stroke="#666666" points="188.75,-215.88 74.5,-215.88 74.5,-196.62 188.75,-196.62 188.75,-215.88"/>
<text text-anchor="middle" x="131.62" y="-202.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cylinder_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge5" class="edge">
<g id="edge5_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge5_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M28.28,-160.27C38.17,-168.78 53.41,-180.78 68.5,-188.25 71.62,-189.8 74.89,-191.23 78.24,-192.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.82,-196.13 87.41,-196.23 79.2,-189.54 76.82,-196.13"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="158.38,-178.88 104.88,-178.88 104.88,-159.62 158.38,-159.62 158.38,-178.88"/>
<text text-anchor="middle" x="131.62" y="-165.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge7" class="edge">
<g id="edge7_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;Node6</title>
<g id="a_edge7_Node000001_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.54,-152.81C48.22,-155.44 73.18,-159.62 94,-163.11"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.31,-166.71 103.75,-164.91 94.47,-159.81 93.31,-166.71"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="../../dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" target="_top" xlink:title="The volume of a pyramid">
<g id="a_Node000007"><a xlink:href="../../dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" target="_top" xlink:title="The volume of a pyramid">
<polygon fill="white" stroke="#666666" points="189.12,-141.88 74.12,-141.88 74.12,-122.62 189.12,-122.62 189.12,-141.88"/>
<text text-anchor="middle" x="131.62" y="-128.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::pyramid_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node7 -->
<g id="edge8" class="edge">
<g id="edge8_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;Node7</title>
<g id="a_edge8_Node000001_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.54,-147.82C40.82,-146.51 51.7,-144.78 63.19,-142.96"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.53,-146.29 72.85,-141.26 62.43,-139.37 63.53,-146.29"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_node8"><a xlink:href="../../dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" target="_top" xlink:title="The volume of a rectangular prism.">
<g id="a_Node000008"><a xlink:href="../../dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" target="_top" xlink:title="The volume of a rectangular prism.">
<polygon fill="white" stroke="#666666" points="194.75,-104.88 68.5,-104.88 68.5,-85.62 194.75,-85.62 194.75,-104.88"/>
<text text-anchor="middle" x="131.62" y="-91.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::rect_prism_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge9" class="edge">
<g id="edge9_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;Node8</title>
<g id="a_edge9_Node000001_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M28.72,-140.18C38.65,-131.93 53.7,-120.46 68.5,-113.25 71.63,-111.72 74.91,-110.3 78.26,-108.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.21,-112.01 87.45,-105.34 76.85,-105.42 79.21,-112.01"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="../../dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" target="_top" xlink:title="The volume of a sphere">
<g id="a_Node000009"><a xlink:href="../../dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" target="_top" xlink:title="The volume of a sphere">
<polygon fill="white" stroke="#666666" points="186.5,-67.88 76.75,-67.88 76.75,-48.62 186.5,-48.62 186.5,-67.88"/>
<text text-anchor="middle" x="131.62" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::sphere_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node9 -->
<g id="edge10" class="edge">
<g id="edge10_Node000001_Node000009" class="edge">
<title>Node1&#45;&gt;Node9</title>
<g id="a_edge10_Node000001_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M21.47,-140.23C28.72,-124.26 45.03,-93.13 68.5,-76.25 70,-75.17 71.57,-74.15 73.19,-73.19"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.51,-75.95 81.9,-68.36 71.39,-69.68 74.51,-75.95"/>
</a>
</g>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<g id="Node000010" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="../../dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" target="_top" xlink:title="The volume of a triangular prism.">
<g id="a_Node000010"><a xlink:href="../../dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" target="_top" xlink:title="The volume of a triangular prism.">
<polygon fill="white" stroke="#666666" points="183.88,-30.5 79.38,-30.5 79.38,0 183.88,0 183.88,-30.5"/>
<text text-anchor="start" x="87.38" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">math::triangle_prism</text>
<text text-anchor="middle" x="131.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_volume</text>
@@ -133,43 +164,73 @@
</g>
</g>
<!-- Node1&#45;&gt;Node10 -->
<g id="edge12" class="edge">
<g id="edge12_Node000001_Node000010" class="edge">
<title>Node1&#45;&gt;Node10</title>
<g id="a_edge12_Node000001_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M19.23,-140.17C23.95,-118.68 37.85,-68 68.5,-39.25 69.24,-38.56 70,-37.88 70.78,-37.23"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.6,-39.52 78.78,-30.92 68.58,-33.79 72.6,-39.52"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="284.25,-233.88 230.75,-233.88 230.75,-214.62 284.25,-214.62 284.25,-233.88"/>
<text text-anchor="middle" x="257.5" y="-220.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M173.29,-270.18C180.56,-267.9 187.97,-265.25 194.75,-262.25 208.42,-256.2 222.69,-247.58 234.07,-240.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.55,-242.64 241.87,-234.13 231.63,-236.84 235.55,-242.64"/>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge4" class="edge">
<g id="edge4_Node000004_Node000003" class="edge">
<title>Node4&#45;&gt;Node3</title>
<g id="a_edge4_Node000004_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M182.65,-235.58C195.07,-233.67 208.15,-231.67 219.79,-229.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="220.1,-233.22 229.45,-228.25 219.03,-226.3 220.1,-233.22"/>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node3 -->
<g id="edge6" class="edge">
<g id="edge6_Node000005_Node000003" class="edge">
<title>Node5&#45;&gt;Node3</title>
<g id="a_edge6_Node000005_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M189.13,-214.46C199.49,-215.97 210.06,-217.5 219.66,-218.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="219.02,-222.49 229.42,-220.46 220.02,-215.56 219.02,-222.49"/>
</a>
</g>
</g>
<!-- Node9&#45;&gt;Node3 -->
<g id="edge11" class="edge">
<g id="edge11_Node000009_Node000003" class="edge">
<title>Node9&#45;&gt;Node3</title>
<g id="a_edge11_Node000009_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M182.91,-68.37C187.2,-70.51 191.23,-73.11 194.75,-76.25 232.87,-110.28 248.07,-171.6 253.62,-203.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="250.29,-203.94 255.3,-213.28 257.21,-202.86 250.29,-203.94"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,211 @@
<?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.0.5 (20230430.1635)
-->
<!-- Title: test Pages: 1 -->
<svg width="292pt" height="298pt"
viewBox="0.00 0.00 292.25 297.88" 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 293.88)">
<title>test</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Self&#45;test implementations.">
<polygon fill="#999999" stroke="#666666" points="32.5,-159.88 0,-159.88 0,-140.62 32.5,-140.62 32.5,-159.88"/>
<text text-anchor="middle" x="16.25" y="-146.38" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" target="_top" xlink:title="The volume of a cone">
<polygon fill="white" stroke="#666666" points="182.38,-289.88 80.88,-289.88 80.88,-270.62 182.38,-270.62 182.38,-289.88"/>
<text text-anchor="middle" x="131.62" y="-276.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cone_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M18.95,-160.3C23.18,-182.19 36.28,-234.45 68.5,-262.25 69.41,-263.04 70.36,-263.79 71.34,-264.51"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.38,-268.02 79.76,-270.15 72.98,-262.02 69.38,-268.02"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="../../dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" target="_top" xlink:title="The volume of a cube">
<polygon fill="white" stroke="#666666" points="182.38,-252.88 80.88,-252.88 80.88,-233.62 182.38,-233.62 182.38,-252.88"/>
<text text-anchor="middle" x="131.62" y="-239.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cube_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M21.32,-160.15C28.45,-176.25 44.74,-208.05 68.5,-225.25 70,-226.34 71.57,-227.36 73.18,-228.32"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="71.37,-231.83 81.88,-233.17 74.5,-225.57 71.37,-231.83"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="../../dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" target="_top" xlink:title="The volume of a cylinder">
<polygon fill="white" stroke="#666666" points="188.75,-215.88 74.5,-215.88 74.5,-196.62 188.75,-196.62 188.75,-215.88"/>
<text text-anchor="middle" x="131.62" y="-202.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cylinder_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge5_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge5_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M28.28,-160.27C38.17,-168.78 53.41,-180.78 68.5,-188.25 71.62,-189.8 74.89,-191.23 78.24,-192.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.82,-196.13 87.41,-196.23 79.2,-189.54 76.82,-196.13"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="158.38,-178.88 104.88,-178.88 104.88,-159.62 158.38,-159.62 158.38,-178.88"/>
<text text-anchor="middle" x="131.62" y="-165.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge7_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;Node6</title>
<g id="a_edge7_Node000001_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.54,-152.81C48.22,-155.44 73.18,-159.62 94,-163.11"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.31,-166.71 103.75,-164.91 94.47,-159.81 93.31,-166.71"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_Node000007"><a xlink:href="../../dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" target="_top" xlink:title="The volume of a pyramid">
<polygon fill="white" stroke="#666666" points="189.12,-141.88 74.12,-141.88 74.12,-122.62 189.12,-122.62 189.12,-141.88"/>
<text text-anchor="middle" x="131.62" y="-128.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::pyramid_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node7 -->
<g id="edge8_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;Node7</title>
<g id="a_edge8_Node000001_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.54,-147.82C40.82,-146.51 51.7,-144.78 63.19,-142.96"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.53,-146.29 72.85,-141.26 62.43,-139.37 63.53,-146.29"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_Node000008"><a xlink:href="../../dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" target="_top" xlink:title="The volume of a rectangular prism.">
<polygon fill="white" stroke="#666666" points="194.75,-104.88 68.5,-104.88 68.5,-85.62 194.75,-85.62 194.75,-104.88"/>
<text text-anchor="middle" x="131.62" y="-91.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::rect_prism_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge9_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;Node8</title>
<g id="a_edge9_Node000001_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M28.72,-140.18C38.65,-131.93 53.7,-120.46 68.5,-113.25 71.63,-111.72 74.91,-110.3 78.26,-108.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.21,-112.01 87.45,-105.34 76.85,-105.42 79.21,-112.01"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_Node000009"><a xlink:href="../../dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" target="_top" xlink:title="The volume of a sphere">
<polygon fill="white" stroke="#666666" points="186.5,-67.88 76.75,-67.88 76.75,-48.62 186.5,-48.62 186.5,-67.88"/>
<text text-anchor="middle" x="131.62" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::sphere_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node9 -->
<g id="edge10_Node000001_Node000009" class="edge">
<title>Node1&#45;&gt;Node9</title>
<g id="a_edge10_Node000001_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M21.47,-140.23C28.72,-124.26 45.03,-93.13 68.5,-76.25 70,-75.17 71.57,-74.15 73.19,-73.19"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.51,-75.95 81.9,-68.36 71.39,-69.68 74.51,-75.95"/>
</a>
</g>
</g>
<!-- Node10 -->
<g id="Node000010" class="node">
<title>Node10</title>
<g id="a_Node000010"><a xlink:href="../../dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" target="_top" xlink:title="The volume of a triangular prism.">
<polygon fill="white" stroke="#666666" points="183.88,-30.5 79.38,-30.5 79.38,0 183.88,0 183.88,-30.5"/>
<text text-anchor="start" x="87.38" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">math::triangle_prism</text>
<text text-anchor="middle" x="131.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_volume</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node10 -->
<g id="edge12_Node000001_Node000010" class="edge">
<title>Node1&#45;&gt;Node10</title>
<g id="a_edge12_Node000001_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M19.23,-140.17C23.95,-118.68 37.85,-68 68.5,-39.25 69.24,-38.56 70,-37.88 70.78,-37.23"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.6,-39.52 78.78,-30.92 68.58,-33.79 72.6,-39.52"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="284.25,-233.88 230.75,-233.88 230.75,-214.62 284.25,-214.62 284.25,-233.88"/>
<text text-anchor="middle" x="257.5" y="-220.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M173.29,-270.18C180.56,-267.9 187.97,-265.25 194.75,-262.25 208.42,-256.2 222.69,-247.58 234.07,-240.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.55,-242.64 241.87,-234.13 231.63,-236.84 235.55,-242.64"/>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge4_Node000004_Node000003" class="edge">
<title>Node4&#45;&gt;Node3</title>
<g id="a_edge4_Node000004_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M182.65,-235.58C195.07,-233.67 208.15,-231.67 219.79,-229.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="220.1,-233.22 229.45,-228.25 219.03,-226.3 220.1,-233.22"/>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node3 -->
<g id="edge6_Node000005_Node000003" class="edge">
<title>Node5&#45;&gt;Node3</title>
<g id="a_edge6_Node000005_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M189.13,-214.46C199.49,-215.97 210.06,-217.5 219.66,-218.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="219.02,-222.49 229.42,-220.46 220.02,-215.56 219.02,-222.49"/>
</a>
</g>
</g>
<!-- Node9&#45;&gt;Node3 -->
<g id="edge11_Node000009_Node000003" class="edge">
<title>Node9&#45;&gt;Node3</title>
<g id="a_edge11_Node000009_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M182.91,-68.37C187.2,-70.51 191.23,-73.11 194.75,-76.25 232.87,-110.28 248.07,-171.6 253.62,-203.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="250.29,-203.94 255.3,-213.28 257.21,-202.86 250.29,-203.94"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,13 +1,26 @@
<map id="main" name="main">
<area shape="rect" id="node1" title="Main function." alt="" coords="5,179,55,204"/>
<area shape="rect" id="node2" href="$da/d39/volume_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="103,179,146,204"/>
<area shape="rect" id="node3" href="$dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" title="The volume of a cone" alt="" coords="211,5,346,31"/>
<area shape="rect" id="node5" href="$dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" title="The volume of a cube" alt="" coords="211,55,346,80"/>
<area shape="rect" id="node6" href="$dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" title="The volume of a cylinder" alt="" coords="202,104,354,130"/>
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="243,153,314,179"/>
<area shape="rect" id="node8" href="$dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" title="The volume of a pyramid" alt="" coords="202,203,355,228"/>
<area shape="rect" id="node9" href="$dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" title="The volume of a rectangular prism." alt="" coords="194,252,362,278"/>
<area shape="rect" id="node10" href="$dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" title="The volume of a sphere" alt="" coords="205,301,351,327"/>
<area shape="rect" id="node11" href="$dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" title="The volume of a triangular prism." alt="" coords="209,351,348,392"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="410,80,482,106"/>
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,179,55,204"/>
<area shape="rect" id="Node000002" href="$da/d39/volume_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations." alt="" coords="103,179,146,204"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,189,88,189,88,194,55,194"/>
<area shape="rect" id="Node000003" href="$dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" title="The volume of a cone" alt="" coords="211,5,346,31"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="125,177,132,149,145,112,164,73,192,40,196,37,199,41,196,44,169,76,149,114,137,150,131,179"/>
<area shape="rect" id="Node000005" href="$dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" title="The volume of a cube" alt="" coords="211,55,346,80"/>
<area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="129,177,152,134,170,110,192,89,199,85,202,90,196,94,174,114,156,137,133,180"/>
<area shape="rect" id="Node000006" href="$dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" title="The volume of a cylinder" alt="" coords="202,104,354,130"/>
<area shape="poly" id="edge6_Node000002_Node000006" title=" " alt="" coords="139,176,163,157,193,138,206,133,208,138,195,143,166,161,142,180"/>
<area shape="rect" id="Node000007" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="243,153,314,179"/>
<area shape="poly" id="edge8_Node000002_Node000007" title=" " alt="" coords="146,185,228,172,228,177,146,191"/>
<area shape="rect" id="Node000008" href="$dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" title="The volume of a pyramid" alt="" coords="202,203,355,228"/>
<area shape="poly" id="edge9_Node000002_Node000008" title=" " alt="" coords="146,192,187,199,186,204,146,197"/>
<area shape="rect" id="Node000009" href="$dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" title="The volume of a rectangular prism." alt="" coords="194,252,362,278"/>
<area shape="poly" id="edge10_Node000002_Node000009" title=" " alt="" coords="143,203,167,221,195,238,208,244,206,249,193,243,164,226,139,207"/>
<area shape="rect" id="Node000010" href="$dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" title="The volume of a sphere" alt="" coords="205,301,351,327"/>
<area shape="poly" id="edge11_Node000002_Node000010" title=" " alt="" coords="134,204,157,246,174,269,196,288,202,292,199,296,192,292,170,272,152,249,129,206"/>
<area shape="rect" id="Node000011" href="$dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" title="The volume of a triangular prism." alt="" coords="209,351,348,392"/>
<area shape="poly" id="edge13_Node000002_Node000011" title=" " alt="" coords="131,204,151,268,170,305,196,338,199,340,195,344,192,341,165,308,146,270,126,206"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="410,80,482,106"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="335,29,363,40,416,69,413,74,361,45,333,34"/>
<area shape="poly" id="edge5_Node000005_Node000004" title=" " alt="" coords="347,75,396,83,395,88,346,80"/>
<area shape="poly" id="edge7_Node000006_Node000004" title=" " alt="" coords="354,103,395,97,396,103,355,109"/>
<area shape="poly" id="edge12_Node000010_Node000004" title=" " alt="" coords="345,298,361,288,393,249,415,203,430,158,438,120,443,121,435,159,420,205,397,252,364,292,348,303"/>
</map>

View File

@@ -1 +1 @@
f2da4c4949d6628704b516096db607bb
3e11eabc0642f070195c5ca8e878cbee

View File

@@ -6,141 +6,175 @@
<!-- Title: main Pages: 1 -->
<svg width="365pt" height="298pt"
viewBox="0.00 0.00 365.25 297.88" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 293.88)">
<title>main</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Main function.">
<g id="a_Node000001"><a xlink:title="Main function.">
<polygon fill="#999999" stroke="#666666" points="37,-159.88 0,-159.88 0,-140.62 37,-140.62 37,-159.88"/>
<text text-anchor="middle" x="18.5" y="-146.38" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../da/d39/volume_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<g id="a_Node000002"><a xlink:href="../../da/d39/volume_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<polygon fill="white" stroke="#666666" points="105.5,-159.88 73,-159.88 73,-140.62 105.5,-140.62 105.5,-159.88"/>
<text text-anchor="middle" x="89.25" y="-146.38" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.2,-150.25C44.67,-150.25 53.52,-150.25 61.73,-150.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-153.75 71.71,-150.25 61.71,-146.75 61.71,-153.75"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" target="_top" xlink:title="The volume of a cone">
<g id="a_Node000003"><a xlink:href="../../dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" target="_top" xlink:title="The volume of a cone">
<polygon fill="white" stroke="#666666" points="255.38,-289.88 153.88,-289.88 153.88,-270.62 255.38,-270.62 255.38,-289.88"/>
<text text-anchor="middle" x="204.62" y="-276.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cone_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M91.95,-160.3C96.18,-182.19 109.28,-234.45 141.5,-262.25 142.41,-263.04 143.36,-263.79 144.34,-264.51"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.38,-268.02 152.76,-270.15 145.98,-262.02 142.38,-268.02"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" target="_top" xlink:title="The volume of a cube">
<g id="a_Node000005"><a xlink:href="../../dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" target="_top" xlink:title="The volume of a cube">
<polygon fill="white" stroke="#666666" points="255.38,-252.88 153.88,-252.88 153.88,-233.62 255.38,-233.62 255.38,-252.88"/>
<text text-anchor="middle" x="204.62" y="-239.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cube_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<g id="edge4_Node000002_Node000005" class="edge">
<title>Node2&#45;&gt;Node5</title>
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M94.32,-160.15C101.45,-176.25 117.74,-208.05 141.5,-225.25 143,-226.34 144.57,-227.36 146.18,-228.32"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="144.37,-231.83 154.88,-233.17 147.5,-225.57 144.37,-231.83"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" target="_top" xlink:title="The volume of a cylinder">
<g id="a_Node000006"><a xlink:href="../../dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" target="_top" xlink:title="The volume of a cylinder">
<polygon fill="white" stroke="#666666" points="261.75,-215.88 147.5,-215.88 147.5,-196.62 261.75,-196.62 261.75,-215.88"/>
<text text-anchor="middle" x="204.62" y="-202.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cylinder_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node6 -->
<g id="edge6" class="edge">
<g id="edge6_Node000002_Node000006" class="edge">
<title>Node2&#45;&gt;Node6</title>
<g id="a_edge6_Node000002_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M101.28,-160.27C111.17,-168.78 126.41,-180.78 141.5,-188.25 144.62,-189.8 147.89,-191.23 151.24,-192.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.82,-196.13 160.41,-196.23 152.2,-189.54 149.82,-196.13"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="231.38,-178.88 177.88,-178.88 177.88,-159.62 231.38,-159.62 231.38,-178.88"/>
<text text-anchor="middle" x="204.62" y="-165.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node7 -->
<g id="edge8" class="edge">
<g id="edge8_Node000002_Node000007" class="edge">
<title>Node2&#45;&gt;Node7</title>
<g id="a_edge8_Node000002_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M105.54,-152.81C121.22,-155.44 146.18,-159.62 167,-163.11"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.31,-166.71 176.75,-164.91 167.47,-159.81 166.31,-166.71"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_node8"><a xlink:href="../../dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" target="_top" xlink:title="The volume of a pyramid">
<g id="a_Node000008"><a xlink:href="../../dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" target="_top" xlink:title="The volume of a pyramid">
<polygon fill="white" stroke="#666666" points="262.12,-141.88 147.12,-141.88 147.12,-122.62 262.12,-122.62 262.12,-141.88"/>
<text text-anchor="middle" x="204.62" y="-128.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::pyramid_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node8 -->
<g id="edge9" class="edge">
<g id="edge9_Node000002_Node000008" class="edge">
<title>Node2&#45;&gt;Node8</title>
<g id="a_edge9_Node000002_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M105.54,-147.82C113.82,-146.51 124.7,-144.78 136.19,-142.96"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.53,-146.29 145.85,-141.26 135.43,-139.37 136.53,-146.29"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="../../dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" target="_top" xlink:title="The volume of a rectangular prism.">
<g id="a_Node000009"><a xlink:href="../../dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" target="_top" xlink:title="The volume of a rectangular prism.">
<polygon fill="white" stroke="#666666" points="267.75,-104.88 141.5,-104.88 141.5,-85.62 267.75,-85.62 267.75,-104.88"/>
<text text-anchor="middle" x="204.62" y="-91.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::rect_prism_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node9 -->
<g id="edge10" class="edge">
<g id="edge10_Node000002_Node000009" class="edge">
<title>Node2&#45;&gt;Node9</title>
<g id="a_edge10_Node000002_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M101.72,-140.18C111.65,-131.93 126.7,-120.46 141.5,-113.25 144.63,-111.72 147.91,-110.3 151.26,-108.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.21,-112.01 160.45,-105.34 149.85,-105.42 152.21,-112.01"/>
</a>
</g>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<g id="Node000010" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="../../dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" target="_top" xlink:title="The volume of a sphere">
<g id="a_Node000010"><a xlink:href="../../dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" target="_top" xlink:title="The volume of a sphere">
<polygon fill="white" stroke="#666666" points="259.5,-67.88 149.75,-67.88 149.75,-48.62 259.5,-48.62 259.5,-67.88"/>
<text text-anchor="middle" x="204.62" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::sphere_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node10 -->
<g id="edge11" class="edge">
<g id="edge11_Node000002_Node000010" class="edge">
<title>Node2&#45;&gt;Node10</title>
<g id="a_edge11_Node000002_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M94.47,-140.23C101.72,-124.26 118.03,-93.13 141.5,-76.25 143,-75.17 144.57,-74.15 146.19,-73.19"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.51,-75.95 154.9,-68.36 144.39,-69.68 147.51,-75.95"/>
</a>
</g>
</g>
<!-- Node11 -->
<g id="node11" class="node">
<g id="Node000011" class="node">
<title>Node11</title>
<g id="a_node11"><a xlink:href="../../dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" target="_top" xlink:title="The volume of a triangular prism.">
<g id="a_Node000011"><a xlink:href="../../dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" target="_top" xlink:title="The volume of a triangular prism.">
<polygon fill="white" stroke="#666666" points="256.88,-30.5 152.38,-30.5 152.38,0 256.88,0 256.88,-30.5"/>
<text text-anchor="start" x="160.38" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">math::triangle_prism</text>
<text text-anchor="middle" x="204.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_volume</text>
@@ -148,43 +182,73 @@
</g>
</g>
<!-- Node2&#45;&gt;Node11 -->
<g id="edge13" class="edge">
<g id="edge13_Node000002_Node000011" class="edge">
<title>Node2&#45;&gt;Node11</title>
<g id="a_edge13_Node000002_Node000011"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M92.23,-140.17C96.95,-118.68 110.85,-68 141.5,-39.25 142.24,-38.56 143,-37.88 143.78,-37.23"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.6,-39.52 151.78,-30.92 141.58,-33.79 145.6,-39.52"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="357.25,-233.88 303.75,-233.88 303.75,-214.62 357.25,-214.62 357.25,-233.88"/>
<text text-anchor="middle" x="330.5" y="-220.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M246.29,-270.18C253.56,-267.9 260.97,-265.25 267.75,-262.25 281.42,-256.2 295.69,-247.58 307.07,-240.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="308.55,-242.64 314.87,-234.13 304.63,-236.84 308.55,-242.64"/>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node4 -->
<g id="edge5" class="edge">
<g id="edge5_Node000005_Node000004" class="edge">
<title>Node5&#45;&gt;Node4</title>
<g id="a_edge5_Node000005_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M255.65,-235.58C268.07,-233.67 281.15,-231.67 292.79,-229.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="293.1,-233.22 302.45,-228.25 292.03,-226.3 293.1,-233.22"/>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node4 -->
<g id="edge7" class="edge">
<g id="edge7_Node000006_Node000004" class="edge">
<title>Node6&#45;&gt;Node4</title>
<g id="a_edge7_Node000006_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M262.13,-214.46C272.49,-215.97 283.06,-217.5 292.66,-218.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="292.02,-222.49 302.42,-220.46 293.02,-215.56 292.02,-222.49"/>
</a>
</g>
</g>
<!-- Node10&#45;&gt;Node4 -->
<g id="edge12" class="edge">
<g id="edge12_Node000010_Node000004" class="edge">
<title>Node10&#45;&gt;Node4</title>
<g id="a_edge12_Node000010_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M255.91,-68.37C260.2,-70.51 264.23,-73.11 267.75,-76.25 305.87,-110.28 321.07,-171.6 326.62,-203.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="323.29,-203.94 328.3,-213.28 330.21,-202.86 323.29,-203.94"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,229 @@
<?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.0.5 (20230430.1635)
-->
<!-- Title: main Pages: 1 -->
<svg width="365pt" height="298pt"
viewBox="0.00 0.00 365.25 297.88" 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 293.88)">
<title>main</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Main function.">
<polygon fill="#999999" stroke="#666666" points="37,-159.88 0,-159.88 0,-140.62 37,-140.62 37,-159.88"/>
<text text-anchor="middle" x="18.5" y="-146.38" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../da/d39/volume_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self&#45;test implementations.">
<polygon fill="white" stroke="#666666" points="105.5,-159.88 73,-159.88 73,-140.62 105.5,-140.62 105.5,-159.88"/>
<text text-anchor="middle" x="89.25" y="-146.38" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.2,-150.25C44.67,-150.25 53.52,-150.25 61.73,-150.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-153.75 71.71,-150.25 61.71,-146.75 61.71,-153.75"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../dd/d47/namespacemath.html#a3fe35440c27758ecc2287e08217d63a7" target="_top" xlink:title="The volume of a cone">
<polygon fill="white" stroke="#666666" points="255.38,-289.88 153.88,-289.88 153.88,-270.62 255.38,-270.62 255.38,-289.88"/>
<text text-anchor="middle" x="204.62" y="-276.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cone_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M91.95,-160.3C96.18,-182.19 109.28,-234.45 141.5,-262.25 142.41,-263.04 143.36,-263.79 144.34,-264.51"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.38,-268.02 152.76,-270.15 145.98,-262.02 142.38,-268.02"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="../../dd/d47/namespacemath.html#ae413098478fa38acaac887b7654f0725" target="_top" xlink:title="The volume of a cube">
<polygon fill="white" stroke="#666666" points="255.38,-252.88 153.88,-252.88 153.88,-233.62 255.38,-233.62 255.38,-252.88"/>
<text text-anchor="middle" x="204.62" y="-239.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cube_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node5 -->
<g id="edge4_Node000002_Node000005" class="edge">
<title>Node2&#45;&gt;Node5</title>
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M94.32,-160.15C101.45,-176.25 117.74,-208.05 141.5,-225.25 143,-226.34 144.57,-227.36 146.18,-228.32"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="144.37,-231.83 154.88,-233.17 147.5,-225.57 144.37,-231.83"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a xlink:href="../../dd/d47/namespacemath.html#abde24398be43538c62e4a496968e60ca" target="_top" xlink:title="The volume of a cylinder">
<polygon fill="white" stroke="#666666" points="261.75,-215.88 147.5,-215.88 147.5,-196.62 261.75,-196.62 261.75,-215.88"/>
<text text-anchor="middle" x="204.62" y="-202.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::cylinder_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node6 -->
<g id="edge6_Node000002_Node000006" class="edge">
<title>Node2&#45;&gt;Node6</title>
<g id="a_edge6_Node000002_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M101.28,-160.27C111.17,-168.78 126.41,-180.78 141.5,-188.25 144.62,-189.8 147.89,-191.23 151.24,-192.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.82,-196.13 160.41,-196.23 152.2,-189.54 149.82,-196.13"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="231.38,-178.88 177.88,-178.88 177.88,-159.62 231.38,-159.62 231.38,-178.88"/>
<text text-anchor="middle" x="204.62" y="-165.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node7 -->
<g id="edge8_Node000002_Node000007" class="edge">
<title>Node2&#45;&gt;Node7</title>
<g id="a_edge8_Node000002_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M105.54,-152.81C121.22,-155.44 146.18,-159.62 167,-163.11"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.31,-166.71 176.75,-164.91 167.47,-159.81 166.31,-166.71"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_Node000008"><a xlink:href="../../dd/d47/namespacemath.html#a94db02b3c9e55a69ac1696f30e2f761c" target="_top" xlink:title="The volume of a pyramid">
<polygon fill="white" stroke="#666666" points="262.12,-141.88 147.12,-141.88 147.12,-122.62 262.12,-122.62 262.12,-141.88"/>
<text text-anchor="middle" x="204.62" y="-128.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::pyramid_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node8 -->
<g id="edge9_Node000002_Node000008" class="edge">
<title>Node2&#45;&gt;Node8</title>
<g id="a_edge9_Node000002_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M105.54,-147.82C113.82,-146.51 124.7,-144.78 136.19,-142.96"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.53,-146.29 145.85,-141.26 135.43,-139.37 136.53,-146.29"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_Node000009"><a xlink:href="../../dd/d47/namespacemath.html#a3fdc74c24697ec5bb5c3698c96117c12" target="_top" xlink:title="The volume of a rectangular prism.">
<polygon fill="white" stroke="#666666" points="267.75,-104.88 141.5,-104.88 141.5,-85.62 267.75,-85.62 267.75,-104.88"/>
<text text-anchor="middle" x="204.62" y="-91.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::rect_prism_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node9 -->
<g id="edge10_Node000002_Node000009" class="edge">
<title>Node2&#45;&gt;Node9</title>
<g id="a_edge10_Node000002_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M101.72,-140.18C111.65,-131.93 126.7,-120.46 141.5,-113.25 144.63,-111.72 147.91,-110.3 151.26,-108.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.21,-112.01 160.45,-105.34 149.85,-105.42 152.21,-112.01"/>
</a>
</g>
</g>
<!-- Node10 -->
<g id="Node000010" class="node">
<title>Node10</title>
<g id="a_Node000010"><a xlink:href="../../dd/d47/namespacemath.html#a34d66a77c19ce9b8b3a3d14352b34551" target="_top" xlink:title="The volume of a sphere">
<polygon fill="white" stroke="#666666" points="259.5,-67.88 149.75,-67.88 149.75,-48.62 259.5,-48.62 259.5,-67.88"/>
<text text-anchor="middle" x="204.62" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">math::sphere_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node10 -->
<g id="edge11_Node000002_Node000010" class="edge">
<title>Node2&#45;&gt;Node10</title>
<g id="a_edge11_Node000002_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M94.47,-140.23C101.72,-124.26 118.03,-93.13 141.5,-76.25 143,-75.17 144.57,-74.15 146.19,-73.19"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.51,-75.95 154.9,-68.36 144.39,-69.68 147.51,-75.95"/>
</a>
</g>
</g>
<!-- Node11 -->
<g id="Node000011" class="node">
<title>Node11</title>
<g id="a_Node000011"><a xlink:href="../../dd/d47/namespacemath.html#a2d704a7b72a6b2db8b76c8581b577b2c" target="_top" xlink:title="The volume of a triangular prism.">
<polygon fill="white" stroke="#666666" points="256.88,-30.5 152.38,-30.5 152.38,0 256.88,0 256.88,-30.5"/>
<text text-anchor="start" x="160.38" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">math::triangle_prism</text>
<text text-anchor="middle" x="204.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_volume</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node11 -->
<g id="edge13_Node000002_Node000011" class="edge">
<title>Node2&#45;&gt;Node11</title>
<g id="a_edge13_Node000002_Node000011"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M92.23,-140.17C96.95,-118.68 110.85,-68 141.5,-39.25 142.24,-38.56 143,-37.88 143.78,-37.23"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.6,-39.52 151.78,-30.92 141.58,-33.79 145.6,-39.52"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="357.25,-233.88 303.75,-233.88 303.75,-214.62 357.25,-214.62 357.25,-233.88"/>
<text text-anchor="middle" x="330.5" y="-220.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M246.29,-270.18C253.56,-267.9 260.97,-265.25 267.75,-262.25 281.42,-256.2 295.69,-247.58 307.07,-240.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="308.55,-242.64 314.87,-234.13 304.63,-236.84 308.55,-242.64"/>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node4 -->
<g id="edge5_Node000005_Node000004" class="edge">
<title>Node5&#45;&gt;Node4</title>
<g id="a_edge5_Node000005_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M255.65,-235.58C268.07,-233.67 281.15,-231.67 292.79,-229.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="293.1,-233.22 302.45,-228.25 292.03,-226.3 293.1,-233.22"/>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node4 -->
<g id="edge7_Node000006_Node000004" class="edge">
<title>Node6&#45;&gt;Node4</title>
<g id="a_edge7_Node000006_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M262.13,-214.46C272.49,-215.97 283.06,-217.5 292.66,-218.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="292.02,-222.49 302.42,-220.46 293.02,-215.56 292.02,-222.49"/>
</a>
</g>
</g>
<!-- Node10&#45;&gt;Node4 -->
<g id="edge12_Node000010_Node000004" class="edge">
<title>Node10&#45;&gt;Node4</title>
<g id="a_edge12_Node000010_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M255.91,-68.37C260.2,-70.51 264.23,-73.11 267.75,-76.25 305.87,-110.28 321.07,-171.6 326.62,-203.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="323.29,-203.94 328.3,-213.28 330.21,-202.86 323.29,-203.94"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB