Documentation for 6376bf46af
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: geometry::jarvis::Convexhull Class Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -113,22 +113,22 @@ Collaboration diagram for geometry::jarvis::Convexhull:</div>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a8306e48040a8570e164c58d1c530f870"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dde/classgeometry_1_1jarvis_1_1_convexhull.html#a8306e48040a8570e164c58d1c530f870">Convexhull</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> > &pointList)</td></tr>
|
||||
<tr class="memitem:a8306e48040a8570e164c58d1c530f870" id="r_a8306e48040a8570e164c58d1c530f870"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dde/classgeometry_1_1jarvis_1_1_convexhull.html#a8306e48040a8570e164c58d1c530f870">Convexhull</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> > &pointList)</td></tr>
|
||||
<tr class="separator:a8306e48040a8570e164c58d1c530f870"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aeec46e86786ddd461464b07a77c4d5f1"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dde/classgeometry_1_1jarvis_1_1_convexhull.html#aeec46e86786ddd461464b07a77c4d5f1">getConvexHull</a> () const</td></tr>
|
||||
<tr class="memitem:aeec46e86786ddd461464b07a77c4d5f1" id="r_aeec46e86786ddd461464b07a77c4d5f1"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dde/classgeometry_1_1jarvis_1_1_convexhull.html#aeec46e86786ddd461464b07a77c4d5f1">getConvexHull</a> () const</td></tr>
|
||||
<tr class="separator:aeec46e86786ddd461464b07a77c4d5f1"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-static-methods" name="pub-static-methods"></a>
|
||||
Static Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a54df5f9a8f37170bd97c91127664655c"><td class="memItemLeft" align="right" valign="top">static int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dde/classgeometry_1_1jarvis_1_1_convexhull.html#a54df5f9a8f37170bd97c91127664655c">orientation</a> (const <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> &p, const <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> &q, const <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> &r)</td></tr>
|
||||
<tr class="memitem:a54df5f9a8f37170bd97c91127664655c" id="r_a54df5f9a8f37170bd97c91127664655c"><td class="memItemLeft" align="right" valign="top">static int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/dde/classgeometry_1_1jarvis_1_1_convexhull.html#a54df5f9a8f37170bd97c91127664655c">orientation</a> (const <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> &p, const <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> &q, const <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> &r)</td></tr>
|
||||
<tr class="separator:a54df5f9a8f37170bd97c91127664655c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-attribs" name="pri-attribs"></a>
|
||||
Private Attributes</h2></td></tr>
|
||||
<tr class="memitem:a835cd4cdc5a644abb84535197d753b02"><td class="memItemLeft" align="right" valign="top"><a id="a835cd4cdc5a644abb84535197d753b02" name="a835cd4cdc5a644abb84535197d753b02"></a>
|
||||
<tr class="memitem:a835cd4cdc5a644abb84535197d753b02" id="r_a835cd4cdc5a644abb84535197d753b02"><td class="memItemLeft" align="right" valign="top"><a id="a835cd4cdc5a644abb84535197d753b02" name="a835cd4cdc5a644abb84535197d753b02"></a>
|
||||
<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< <a class="el" href="../../d9/d5a/structgeometry_1_1jarvis_1_1_point.html">Point</a> > </td><td class="memItemRight" valign="bottom"><b>points</b></td></tr>
|
||||
<tr class="separator:a835cd4cdc5a644abb84535197d753b02"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a2272bb62c35af959953b0ea06b010036"><td class="memItemLeft" align="right" valign="top"><a id="a2272bb62c35af959953b0ea06b010036" name="a2272bb62c35af959953b0ea06b010036"></a>
|
||||
<tr class="memitem:a2272bb62c35af959953b0ea06b010036" id="r_a2272bb62c35af959953b0ea06b010036"><td class="memItemLeft" align="right" valign="top"><a id="a2272bb62c35af959953b0ea06b010036" name="a2272bb62c35af959953b0ea06b010036"></a>
|
||||
int </td><td class="memItemRight" valign="bottom"><b>size</b></td></tr>
|
||||
<tr class="separator:a2272bb62c35af959953b0ea06b010036"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
@@ -329,7 +329,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="../../d5/d5f/namespacegeometry.html">geometry</a></li><li class="navelem"><b>jarvis</b></li><li class="navelem"><a class="el" href="../../d4/dde/classgeometry_1_1jarvis_1_1_convexhull.html">Convexhull</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<map id="geometry::jarvis::Convexhull::Convexhull" name="geometry::jarvis::Convexhull::Convexhull">
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,193,46"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="241,13,356,39"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="193,23,226,23,226,28,193,28"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="193,23,225,23,225,28,193,28"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: geometry::jarvis::Convexhull::Convexhull Pages: 1 -->
|
||||
<svg width="271pt" height="39pt"
|
||||
@@ -41,8 +41,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M140.68,-15.25C148.91,-15.25 157.21,-15.25 165.17,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.15,-18.75 175.15,-15.25 165.15,-11.75 165.15,-18.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M140.68,-15.25C148.81,-15.25 157.02,-15.25 164.89,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.64,-18.75 174.64,-15.25 164.64,-11.75 164.64,-18.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: geometry::jarvis::Convexhull::Convexhull Pages: 1 -->
|
||||
<svg width="271pt" height="39pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M140.68,-15.25C148.91,-15.25 157.21,-15.25 165.17,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="165.15,-18.75 175.15,-15.25 165.15,-11.75 165.15,-18.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M140.68,-15.25C148.81,-15.25 157.02,-15.25 164.89,-15.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.64,-18.75 174.64,-15.25 164.64,-11.75 164.64,-18.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,7 +1,7 @@
|
||||
<map id="geometry::jarvis::Convexhull::getConvexHull" name="geometry::jarvis::Convexhull::getConvexHull">
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,35,193,75"/>
|
||||
<area shape="rect" id="Node000002" href="$d4/dde/classgeometry_1_1jarvis_1_1_convexhull.html#a54df5f9a8f37170bd97c91127664655c" title=" " alt="" coords="241,5,428,46"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="193,41,226,37,226,42,194,46"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="193,41,225,37,226,42,194,46"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/push_back.html#" title=" " alt="" coords="257,70,412,96"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="194,64,242,69,242,75,193,69"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="194,64,242,69,241,75,193,69"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: geometry::jarvis::Convexhull::getConvexHull Pages: 1 -->
|
||||
<svg width="325pt" height="76pt"
|
||||
@@ -42,8 +42,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M140.97,-39.41C149.02,-40.43 157.28,-41.47 165.46,-42.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.78,-46.07 175.14,-43.85 165.66,-39.13 164.78,-46.07"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M140.97,-39.41C148.84,-40.41 156.91,-41.42 164.91,-42.43"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.28,-45.88 174.64,-43.66 165.16,-38.94 164.28,-45.88"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -60,8 +60,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M140.97,-22.23C153.03,-20.78 165.57,-19.27 177.59,-17.83"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.95,-21.19 187.46,-16.52 177.11,-14.24 177.95,-21.19"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M140.97,-22.23C152.91,-20.8 165.31,-19.31 177.22,-17.87"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.45,-21.37 186.96,-16.7 176.61,-14.42 177.45,-21.37"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: geometry::jarvis::Convexhull::getConvexHull Pages: 1 -->
|
||||
<svg width="325pt" height="76pt"
|
||||
@@ -32,8 +32,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M140.97,-39.41C149.02,-40.43 157.28,-41.47 165.46,-42.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.78,-46.07 175.14,-43.85 165.66,-39.13 164.78,-46.07"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M140.97,-39.41C148.84,-40.41 156.91,-41.42 164.91,-42.43"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.28,-45.88 174.64,-43.66 165.16,-38.94 164.28,-45.88"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -50,8 +50,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M140.97,-22.23C153.03,-20.78 165.57,-19.27 177.59,-17.83"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.95,-21.19 187.46,-16.52 177.11,-14.24 177.95,-21.19"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M140.97,-22.23C152.91,-20.8 165.31,-19.31 177.22,-17.87"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.45,-21.37 186.96,-16.7 176.61,-14.42 177.45,-21.37"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |