Content-Length: 822101 | pFad | http://github.com/davecom/SwiftGraph/commit/5c43b5b5b024fa57be75e7943f9bb5de230a43e8

17 Generate docs · davecom/SwiftGraph@5c43b5b · GitHub
Skip to content

Commit 5c43b5b

Browse files
Generate docs
1 parent 9f81fd6 commit 5c43b5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+9018
-2827
lines changed

docs/Classes.html

+43-88
Large diffs are not rendered by default.

docs/Classes/CodableUnweightedGraph.html

+70-15
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a title="CodableUnweightedGraph Class Reference"></a>
1515
<header>
1616
<div class="content-wrapper">
17-
<p><a href="../index.html">SwiftGraph Docs</a> (73% documented)</p>
17+
<p><a href="../index.html">SwiftGraph Docs</a> (70% documented)</p>
1818
<p class="header-right"><a href="https://github.com/davecom/SwiftGraph"><img src="../img/gh.png"/>View on GitHub</a></p>
1919
</div>
2020
</header>
@@ -47,36 +47,41 @@
4747
<a href="../Classes/UniqueElementsGraph.html">UniqueElementsGraph</a>
4848
</li>
4949
<li class="nav-group-task">
50-
<a href="../Classes/UnweightedEdge.html">UnweightedEdge</a>
50+
<a href="../Classes/UnweightedGraph.html">UnweightedGraph</a>
5151
</li>
5252
<li class="nav-group-task">
53-
<a href="../Classes/UnweightedGraph.html">UnweightedGraph</a>
53+
<a href="../Classes/WeightedGraph.html">WeightedGraph</a>
5454
</li>
55+
</ul>
56+
</li>
57+
<li class="nav-group-name">
58+
<a href="../Enums.html">Enumerations</a>
59+
<ul class="nav-group-tasks">
5560
<li class="nav-group-task">
56-
<a href="../Classes/WeightedEdge.html">WeightedEdge</a>
61+
<a href="../Enums/CompleteGraph.html">CompleteGraph</a>
5762
</li>
5863
<li class="nav-group-task">
59-
<a href="../Classes/WeightedGraph.html">WeightedGraph</a>
64+
<a href="../Enums/StarGraph.html">StarGraph</a>
6065
</li>
6166
</ul>
6267
</li>
6368
<li class="nav-group-name">
6469
<a href="../Functions.html">Functions</a>
6570
<ul class="nav-group-tasks">
6671
<li class="nav-group-task">
67-
<a href="../Functions.html#/s:10SwiftGraph25distanceArrayToVertexDict9distances5graphSDyxq_SgGSayAEG_AA08WeightedB0Cyxq_GtSHRzSLR_SeR_SER_SjR_r0_lF">distanceArrayToVertexDict(distances:graph:)</a>
72+
<a href="../Functions.html#/s:10SwiftGraph25distanceArrayToVertexDict9distances5graphSDyxq_SgGSayAEG_AA08WeightedB0Cyxq_GtSHRzSQR_r0_lF">distanceArrayToVertexDict(distances:graph:)</a>
6873
</li>
6974
<li class="nav-group-task">
70-
<a href="../Functions.html#/s:10SwiftGraph14pathDictToPath4from2to0cD0SayAA12WeightedEdgeCyxGGSi_SiSDySiAHGtSLRzSeRzSERzSjRzlF">pathDictToPath(from:to:pathDict:)</a>
75+
<a href="../Functions.html#/s:10SwiftGraph14pathDictToPath4from2to0cD0SayAA12WeightedEdgeVyxGGSi_SiSDySiAHGtSQRzlF">pathDictToPath(from:to:pathDict:)</a>
7176
</li>
7277
<li class="nav-group-task">
7378
<a href="../Functions.html#/s:10SwiftGraph14pathDictToPath4from2to0cD0SayAA4Edge_pGSi_SiSDySiAaF_pGtF">pathDictToPath(from:to:pathDict:)</a>
7479
</li>
7580
<li class="nav-group-task">
76-
<a href="../Functions.html#/s:10SwiftGraph8printMST5edges5graphySayAA12WeightedEdgeCyq_GG_AA0gB0Cyxq_GtSQRzSLR_SeR_SER_SjR_r0_lF">printMST(edges:graph:)</a>
81+
<a href="../Functions.html#/s:10SwiftGraph8printMST5edges5graphySayAA12WeightedEdgeVyq_GG_AA0gB0Cyxq_GtSQRzSjR_r0_lF">printMST(edges:graph:)</a>
7782
</li>
7883
<li class="nav-group-task">
79-
<a href="../Functions.html#/s:10SwiftGraph11totalWeightyxSgSayAA12WeightedEdgeCyxGGSLRzSeRzSERzSjRzlF">totalWeight(_:)</a>
84+
<a href="../Functions.html#/s:10SwiftGraph11totalWeightyxSgSayAA12WeightedEdgeVyxGGSjRzlF">totalWeight(_:)</a>
8085
</li>
8186
</ul>
8287
</li>
@@ -89,6 +94,9 @@
8994
<li class="nav-group-task">
9095
<a href="../Protocols/Graph.html">Graph</a>
9196
</li>
97+
<li class="nav-group-task">
98+
<a href="../Protocols/WeightedEdgeProtocol.html">WeightedEdgeProtocol</a>
99+
</li>
92100
</ul>
93101
</li>
94102
<li class="nav-group-name">
@@ -97,6 +105,23 @@
97105
<li class="nav-group-task">
98106
<a href="../Structs/PriorityQueue.html">PriorityQueue</a>
99107
</li>
108+
<li class="nav-group-task">
109+
<a href="../Structs/UnweightedEdge.html">UnweightedEdge</a>
110+
</li>
111+
<li class="nav-group-task">
112+
<a href="../Structs/WeightedEdge.html">WeightedEdge</a>
113+
</li>
114+
</ul>
115+
</li>
116+
<li class="nav-group-name">
117+
<a href="../Typealiases.html">Type Aliases</a>
118+
<ul class="nav-group-tasks">
119+
<li class="nav-group-task">
120+
<a href="../Typealiases.html#/s:10SwiftGraph024UnweightedUniqueElementsB0a">UnweightedUniqueElementsGraph</a>
121+
</li>
122+
<li class="nav-group-task">
123+
<a href="../Typealiases.html#/s:10SwiftGraph022WeightedUniqueElementsB0a">WeightedUniqueElementsGraph</a>
124+
</li>
100125
</ul>
101126
</li>
102127
</ul>
@@ -142,7 +167,7 @@ <h4>Declaration</h4>
142167
</div>
143168
</div>
144169
<div class="slightly-smaller">
145-
<a href="https://github.com/davecom/SwiftGraph/tree/2.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L116-L118">Show on GitHub</a>
170+
<a href="https://github.com/davecom/SwiftGraph/tree/2.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L137-L139">Show on GitHub</a>
146171
</div>
147172
</section>
148173
</div>
@@ -167,12 +192,42 @@ <h4>Declaration</h4>
167192
<h4>Declaration</h4>
168193
<div class="language">
169194
<p class="aside-title">Swift</p>
170-
<pre class="highlight swift"><code><span class="k">override</span> <span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">vertices</span><span class="p">:</span> <span class="p">[</span><span class="kt">V</span><span class="p">])</span></code></pre>
195+
<pre class="highlight swift"><code><span class="kd">required</span> <span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">vertices</span><span class="p">:</span> <span class="p">[</span><span class="kt">V</span><span class="p">])</span></code></pre>
196+
197+
</div>
198+
</div>
199+
<div class="slightly-smaller">
200+
<a href="https://github.com/davecom/SwiftGraph/tree/2.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L141-L143">Show on GitHub</a>
201+
</div>
202+
</section>
203+
</div>
204+
</li>
205+
<li class="item">
206+
<div>
207+
<code>
208+
<a name="/s:10SwiftGraph017CodableUnweightedB0C04fromB0ACyxGAA0dB0CyxG_tcfc"></a>
209+
<a name="//apple_ref/swift/Method/init(fromGraph:)" class="dashAnchor"></a>
210+
<a class="token" href="#/s:10SwiftGraph017CodableUnweightedB0C04fromB0ACyxGAA0dB0CyxG_tcfc">init(fromGraph:)</a>
211+
</code>
212+
</div>
213+
<div class="height-container">
214+
<div class="pointer-container"></div>
215+
<section class="section">
216+
<div class="pointer"></div>
217+
<div class="abstract">
218+
<p>Undocumented</p>
219+
220+
</div>
221+
<div class="declaration">
222+
<h4>Declaration</h4>
223+
<div class="language">
224+
<p class="aside-title">Swift</p>
225+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="n">fromGraph</span> <span class="nv">g</span><span class="p">:</span> <span class="kt"><a href="../Classes/UnweightedGraph.html">UnweightedGraph</a></span><span class="o">&lt;</span><span class="kt">V</span><span class="o">&gt;</span><span class="p">)</span></code></pre>
171226

172227
</div>
173228
</div>
174229
<div class="slightly-smaller">
175-
<a href="https://github.com/davecom/SwiftGraph/tree/2.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L120-L122">Show on GitHub</a>
230+
<a href="https://github.com/davecom/SwiftGraph/tree/2.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L145-L149">Show on GitHub</a>
176231
</div>
177232
</section>
178233
</div>
@@ -201,7 +256,7 @@ <h4>Declaration</h4>
201256
</div>
202257
</div>
203258
<div class="slightly-smaller">
204-
<a href="https://github.com/davecom/SwiftGraph/tree/2.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L124-L129">Show on GitHub</a>
259+
<a href="https://github.com/davecom/SwiftGraph/tree/2.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L151-L156">Show on GitHub</a>
205260
</div>
206261
</section>
207262
</div>
@@ -230,7 +285,7 @@ <h4>Declaration</h4>
230285
</div>
231286
</div>
232287
<div class="slightly-smaller">
233-
<a href="https://github.com/davecom/SwiftGraph/tree/2.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L131-L135">Show on GitHub</a>
288+
<a href="https://github.com/davecom/SwiftGraph/tree/2.0.0/Sources/SwiftGraph/UnweightedGraph.swift#L158-L162">Show on GitHub</a>
234289
</div>
235290
</section>
236291
</div>
@@ -240,7 +295,7 @@ <h4>Declaration</h4>
240295
</section>
241296
</section>
242297
<section id="footer">
243-
<p>&copy; 2018 <a class="link" href="https://twitter.com/davekopec" target="_blank" rel="external">David</a>. All rights reserved. (Last updated: 2018-10-19)</p>
298+
<p>&copy; 2019 <a class="link" href="https://twitter.com/davekopec" target="_blank" rel="external">David</a>. All rights reserved. (Last updated: 2019-03-08)</p>
244299
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
245300
</section>
246301
</article>

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/davecom/SwiftGraph/commit/5c43b5b5b024fa57be75e7943f9bb5de230a43e8

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy