Skip to content

Commit

Permalink
added code annotation in public/docs - this must run manually ?
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Dec 9, 2024
1 parent a1a08e4 commit ab4c553
Show file tree
Hide file tree
Showing 701 changed files with 118,128 additions and 4 deletions.
158 changes: 158 additions & 0 deletions public/docs/annotated.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
<!-- HTML header for doxygen 1.9.8-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<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.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Social Network Visualizer code annotation: Data Structures</title>
<meta name="keywords" content="manual,social network analysis software, Social Network Visualizer, social network analysis, SocNetV, graphs, social network visualization, network layout, social network analysis tool, social network analysis datasets, centrality, graph theory" />
<meta name="trademark" content="SocNetV" />
<meta name="AUTHOR" content="Dimitris Kalamaras" />
<meta name="ROBOTS" content="INDEX, FOLLOW" />
<meta name="revisit-after" content="1 days" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="custom.css" rel="stylesheet" type="text/css"/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H02ELBFZMN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H02ELBFZMN');
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="socnetv-logo-manual.png"/></td>
<td id="projectalign">
<div id="projectname">Social Network Visualizer<span id="projectnumber">&#160;3.1</span>
</div>
<div id="projectbrief">Source code annotation</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('annotated.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div class="header">
<div class="headertitle"><div class="title">Data Structures</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structActor.html" target="_self">Actor</a></td><td class="desc">The <a class="el" href="structActor.html" title="The Actor struct Used while parsing edge lists.">Actor</a> struct Used while parsing edge lists </td></tr>
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classChart.html" target="_self">Chart</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structClickedEdge.html" target="_self">ClickedEdge</a></td><td class="desc"></td></tr>
<tr id="row_3_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classCompareActors.html" target="_self">CompareActors</a></td><td class="desc">The <a class="el" href="classCompareActors.html" title="The CompareActors class Implements a min-priority queue Used while parsing weighted edge lists.">CompareActors</a> class Implements a min-priority queue Used while parsing weighted edge lists </td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraph.html" target="_self">Graph</a></td><td class="desc">The <a class="el" href="classGraph.html" title="The Graph class This is the main class for a Graph, used in conjuction with GraphVertex,...">Graph</a> class This is the main class for a <a class="el" href="classGraph.html" title="The Graph class This is the main class for a Graph, used in conjuction with GraphVertex,...">Graph</a>, used in conjuction with <a class="el" href="classGraphVertex.html">GraphVertex</a>, <a class="el" href="classParser.html" title="Defines a class for network file loading and parsing.">Parser</a> and <a class="el" href="classMatrix.html">Matrix</a> objects. <a class="el" href="classGraph.html" title="The Graph class This is the main class for a Graph, used in conjuction with GraphVertex,...">Graph</a> class methods are the interface to various analysis algorithms <a class="el" href="classGraphVertex.html">GraphVertex</a> class holds each vertex data (colors, strings, statistics, etc) <a class="el" href="classMatrix.html">Matrix</a> class holds the adjacency matrix of the network. <a class="el" href="classParser.html" title="Defines a class for network file loading and parsing.">Parser</a> class loads files of networks </td></tr>
<tr id="row_5_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphDistance.html" target="_self">GraphDistance</a></td><td class="desc">Holds the distance to target. Used in <a class="el" href="classGraph.html#a9436e3de88efe76103b6894894007ccc">Graph::dijkstra()</a> priority_queue </td></tr>
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphDistancesCompare.html" target="_self">GraphDistancesCompare</a></td><td class="desc">Metric to implement a min-priority queue. The operator returns true if if t1 is closer than t2 Used in <a class="el" href="classGraph.html#a9436e3de88efe76103b6894894007ccc">Graph::dijkstra()</a> priority_queue </td></tr>
<tr id="row_7_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphicsEdge.html" target="_self">GraphicsEdge</a></td><td class="desc"></td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphicsEdgeLabel.html" target="_self">GraphicsEdgeLabel</a></td><td class="desc"></td></tr>
<tr id="row_9_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphicsEdgeWeight.html" target="_self">GraphicsEdgeWeight</a></td><td class="desc"></td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphicsGuide.html" target="_self">GraphicsGuide</a></td><td class="desc"></td></tr>
<tr id="row_11_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphicsNode.html" target="_self">GraphicsNode</a></td><td class="desc"></td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphicsNodeLabel.html" target="_self">GraphicsNodeLabel</a></td><td class="desc"></td></tr>
<tr id="row_13_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphicsNodeNumber.html" target="_self">GraphicsNodeNumber</a></td><td class="desc"></td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphicsWidget.html" target="_self">GraphicsWidget</a></td><td class="desc"></td></tr>
<tr id="row_15_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classGraphVertex.html" target="_self">GraphVertex</a></td><td class="desc"></td></tr>
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classMainWindow.html" target="_self">MainWindow</a></td><td class="desc">The base window of SocNetV contains all widgets and functionality </td></tr>
<tr id="row_17_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classMatrix.html" target="_self">Matrix</a></td><td class="desc"></td></tr>
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classMatrixRow.html" target="_self">MatrixRow</a></td><td class="desc"></td></tr>
<tr id="row_19_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classMyEdge.html" target="_self">MyEdge</a></td><td class="desc"></td></tr>
<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classPairVF.html" target="_self">PairVF</a></td><td class="desc"></td></tr>
<tr id="row_21_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classPairVFCompare.html" target="_self">PairVFCompare</a></td><td class="desc"></td></tr>
<tr id="row_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classParser.html" target="_self">Parser</a></td><td class="desc">Defines a class for network file loading and parsing </td></tr>
<tr id="row_23_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTextEditor.html" target="_self">TextEditor</a></td><td class="desc"></td></tr>
<tr id="row_24_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classWebCrawler.html" target="_self">WebCrawler</a></td><td class="desc">The <a class="el" href="classWebCrawler.html" title="The WebCrawler class Parses HTML code it receives, locates urls inside it and puts them into a url qu...">WebCrawler</a> class Parses HTML code it receives, locates urls inside it and puts them into a url queue (passed from the parent) while emitting signals to the parent to create new nodes and edges between them </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.9.8-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">
&copy; 2024 <a href="https://socnetv.org" target="_blank" style="color: white; text-decoration: none;"><strong>Social Network Visualizer</strong></a> - All Rights Reserved -
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>
</html>
28 changes: 28 additions & 0 deletions public/docs/annotated_dup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
var annotated_dup =
[
[ "Actor", "structActor.html", "structActor" ],
[ "Chart", "classChart.html", "classChart" ],
[ "ClickedEdge", "structClickedEdge.html", "structClickedEdge" ],
[ "CompareActors", "classCompareActors.html", "classCompareActors" ],
[ "Graph", "classGraph.html", "classGraph" ],
[ "GraphDistance", "classGraphDistance.html", "classGraphDistance" ],
[ "GraphDistancesCompare", "classGraphDistancesCompare.html", "classGraphDistancesCompare" ],
[ "GraphicsEdge", "classGraphicsEdge.html", "classGraphicsEdge" ],
[ "GraphicsEdgeLabel", "classGraphicsEdgeLabel.html", "classGraphicsEdgeLabel" ],
[ "GraphicsEdgeWeight", "classGraphicsEdgeWeight.html", "classGraphicsEdgeWeight" ],
[ "GraphicsGuide", "classGraphicsGuide.html", "classGraphicsGuide" ],
[ "GraphicsNode", "classGraphicsNode.html", "classGraphicsNode" ],
[ "GraphicsNodeLabel", "classGraphicsNodeLabel.html", "classGraphicsNodeLabel" ],
[ "GraphicsNodeNumber", "classGraphicsNodeNumber.html", "classGraphicsNodeNumber" ],
[ "GraphicsWidget", "classGraphicsWidget.html", "classGraphicsWidget" ],
[ "GraphVertex", "classGraphVertex.html", "classGraphVertex" ],
[ "MainWindow", "classMainWindow.html", "classMainWindow" ],
[ "Matrix", "classMatrix.html", "classMatrix" ],
[ "MatrixRow", "classMatrixRow.html", "classMatrixRow" ],
[ "MyEdge", "classMyEdge.html", "classMyEdge" ],
[ "PairVF", "classPairVF.html", "classPairVF" ],
[ "PairVFCompare", "classPairVFCompare.html", "classPairVFCompare" ],
[ "Parser", "classParser.html", "classParser" ],
[ "TextEditor", "classTextEditor.html", "classTextEditor" ],
[ "WebCrawler", "classWebCrawler.html", "classWebCrawler" ]
];
Binary file added public/docs/bc_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/docs/bc_sd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ab4c553

Please sign in to comment.