Skip to content

Commit

Permalink
📝 Build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Jun 18, 2024
1 parent 1fcce20 commit 94f02c4
Show file tree
Hide file tree
Showing 42 changed files with 1,262 additions and 278 deletions.
26 changes: 20 additions & 6 deletions docs/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<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.10.0"/>
<meta name="generator" content="Doxygen 1.11.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tumopp: Tumor growth simulator in C++: Class List</title>
<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">
window.MathJax = {
options: {
Expand All @@ -35,18 +37,29 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<!-- Generated by Doxygen 1.11.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @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('',false,false,'search.php','Search');
initMenu('',false,false,'search.php','Search',false);
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="doc-content">
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){ initResizable(false); });
/* @license-end */
</script>
<div class="header">
<div class="headertitle"><div class="title">Class List</div></div>
</div><!--header-->
Expand All @@ -64,14 +77,15 @@
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtumopp_1_1_neumann.html" target="_self">Neumann</a></td><td class="desc">Derived class of <a class="el" href="classtumopp_1_1_coord.html" title="Base class of coordinate system.">Coord</a> </td></tr>
<tr id="row_0_8_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtumopp_1_1_simulation.html" target="_self">Simulation</a></td><td class="desc">Represents single run </td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_9_" class="arrow" onclick="dynsection.toggleFolder('0_9_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classtumopp_1_1_tissue.html" target="_self">Tissue</a></td><td class="desc">Population of <a class="el" href="classtumopp_1_1_cell.html" title="Cancer cell.">Cell</a> </td></tr>
<tr id="row_0_9_0_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structtumopp_1_1_tissue_1_1equal__shptr__cell.html" target="_self">equal_shptr_cell</a></td><td class="desc">Equal function object for shptr&lt;Cell&gt; </td></tr>
<tr id="row_0_9_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structtumopp_1_1_tissue_1_1hash__shptr__cell.html" target="_self">hash_shptr_cell</a></td><td class="desc">Hashing function object for shptr&lt;Cell&gt; </td></tr>
<tr id="row_0_9_0_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structtumopp_1_1_tissue_1_1equal__ptr__cell.html" target="_self">equal_ptr_cell</a></td><td class="desc">Equal function object for shared_pointer&lt;Cell&gt; </td></tr>
<tr id="row_0_9_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structtumopp_1_1_tissue_1_1hash__ptr__cell.html" target="_self">hash_ptr_cell</a></td><td class="desc">Hashing function object for shared_pointer&lt;Cell&gt; </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0
</small></address>
</div><!-- doc-content -->
</body>
</html>
26 changes: 20 additions & 6 deletions docs/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<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.10.0"/>
<meta name="generator" content="Doxygen 1.11.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tumopp: Tumor growth simulator in C++: Class Index</title>
<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">
window.MathJax = {
options: {
Expand All @@ -35,18 +37,29 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<!-- Generated by Doxygen 1.11.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @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('',false,false,'search.php','Search');
initMenu('',false,false,'search.php','Search',false);
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="doc-content">
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){ initResizable(false); });
/* @license-end */
</script>
<div class="header">
<div class="headertitle"><div class="title">Class Index</div></div>
</div><!--header-->
Expand All @@ -61,10 +74,10 @@
<dd><a class="el" href="classtumopp_1_1_cell.html">Cell</a> (tumopp)</dd><dd><a class="el" href="structtumopp_1_1_cell_params.html">CellParams</a> (tumopp)</dd><dd><a class="el" href="classtumopp_1_1_coord.html">Coord</a> (tumopp)</dd></dl>
<dl class="classindex even">
<dt class="alphachar"><a id="letter_E" name="letter_E">E</a></dt>
<dd><a class="el" href="structtumopp_1_1_tissue_1_1equal__shptr__cell.html">Tissue::equal_shptr_cell</a> (tumopp)</dd><dd><a class="el" href="structtumopp_1_1_event_rates.html">EventRates</a> (tumopp)</dd></dl>
<dd><a class="el" href="structtumopp_1_1_tissue_1_1equal__ptr__cell.html">Tissue::equal_ptr_cell</a> (tumopp)</dd><dd><a class="el" href="structtumopp_1_1_event_rates.html">EventRates</a> (tumopp)</dd></dl>
<dl class="classindex odd">
<dt class="alphachar"><a id="letter_H" name="letter_H">H</a></dt>
<dd><a class="el" href="structtumopp_1_1_tissue_1_1hash__shptr__cell.html">Tissue::hash_shptr_cell</a> (tumopp)</dd><dd><a class="el" href="classtumopp_1_1_hexagonal.html">Hexagonal</a> (tumopp)</dd></dl>
<dd><a class="el" href="structtumopp_1_1_tissue_1_1hash__ptr__cell.html">Tissue::hash_ptr_cell</a> (tumopp)</dd><dd><a class="el" href="classtumopp_1_1_hexagonal.html">Hexagonal</a> (tumopp)</dd></dl>
<dl class="classindex even">
<dt class="alphachar"><a id="letter_M" name="letter_M">M</a></dt>
<dd><a class="el" href="classtumopp_1_1_moore.html">Moore</a> (tumopp)</dd></dl>
Expand All @@ -81,7 +94,8 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0
</small></address>
</div><!-- doc-content -->
</body>
</html>
22 changes: 18 additions & 4 deletions docs/classtumopp_1_1_benchmark-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<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.10.0"/>
<meta name="generator" content="Doxygen 1.11.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tumopp: Tumor growth simulator in C++: Member List</title>
<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">
window.MathJax = {
options: {
Expand All @@ -35,22 +37,33 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<!-- Generated by Doxygen 1.11.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @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('',false,false,'search.php','Search');
initMenu('',false,false,'search.php','Search',false);
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){ initResizable(false); });
/* @license-end */
</script>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>tumopp</b></li><li class="navelem"><a class="el" href="classtumopp_1_1_benchmark.html">Benchmark</a></li> </ul>
</div>
</div><!-- top -->
<div id="doc-content">
<div class="header">
<div class="headertitle"><div class="title">tumopp::Benchmark Member List</div></div>
</div><!--header-->
Expand All @@ -66,7 +79,8 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0
</small></address>
</div><!-- doc-content -->
</body>
</html>
22 changes: 18 additions & 4 deletions docs/classtumopp_1_1_benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<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.10.0"/>
<meta name="generator" content="Doxygen 1.11.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tumopp: Tumor growth simulator in C++: tumopp::Benchmark Class Reference</title>
<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">
window.MathJax = {
options: {
Expand All @@ -35,22 +37,33 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<!-- Generated by Doxygen 1.11.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @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('',false,false,'search.php','Search');
initMenu('',false,false,'search.php','Search',false);
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){ initResizable(false); });
/* @license-end */
</script>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>tumopp</b></li><li class="navelem"><a class="el" href="classtumopp_1_1_benchmark.html">Benchmark</a></li> </ul>
</div>
</div><!-- top -->
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
Expand Down Expand Up @@ -95,7 +108,8 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0
</small></address>
</div><!-- doc-content -->
</body>
</html>
26 changes: 20 additions & 6 deletions docs/classtumopp_1_1_cell-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<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.10.0"/>
<meta name="generator" content="Doxygen 1.11.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tumopp: Tumor growth simulator in C++: Member List</title>
<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">
window.MathJax = {
options: {
Expand All @@ -35,22 +37,33 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<!-- Generated by Doxygen 1.11.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @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('',false,false,'search.php','Search');
initMenu('',false,false,'search.php','Search',false);
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){ initResizable(false); });
/* @license-end */
</script>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>tumopp</b></li><li class="navelem"><a class="el" href="classtumopp_1_1_cell.html">Cell</a></li> </ul>
</div>
</div><!-- top -->
<div id="doc-content">
<div class="header">
<div class="headertitle"><div class="title">tumopp::Cell Member List</div></div>
</div><!--header-->
Expand All @@ -77,11 +90,11 @@
<tr class="even"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#a30f79465ac5446013bdfd93b17a44027">id_</a></td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#a49f24a9da45429661b7de212c402fb37">increase_death_rate</a>() noexcept</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#aac14979939636aab4fdf0e6c1db68f03">is_differentiated</a>() const noexcept</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#af85d81421b4467a3eca2cf60aeaa9449">migra_rate</a>() const noexcept</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#a2fca3c7f515bb047c15e95fabd36a017">migration_rate</a>() const noexcept</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#a40755444939dea471052a089783b1e66">mutate</a>(urbg_t &amp;)</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#ae9ee199fe4d1efbcf6c4c8a6ee4a5ed7">next_event</a>() const noexcept</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#a48c7f319a9cbbe069e314105b64497a4">next_event_</a></td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#a8528efb3b1f245810186a684630cfea3">operator&lt;&lt;</a></td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#a265fa3110ac38bde63ba0fd1a3925aad">operator&lt;&lt;</a>(std::ostream &amp;ost, const Cell &amp;x)</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#a9666d255ff2c5d4b7392b540546a0cef">operator=</a>(const Cell &amp;)=delete</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"></td></tr>
<tr class="odd"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#a2e9319f02093a0c242cb141838b2a8b1">operator=</a>(Cell &amp;&amp;)=default</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classtumopp_1_1_cell.html#ae3bf82254108cc3a3ee2b0e8d0d848aa">param</a>(const param_type &amp;p)</td><td class="entry"><a class="el" href="classtumopp_1_1_cell.html">tumopp::Cell</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
Expand All @@ -102,7 +115,8 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.11.0
</small></address>
</div><!-- doc-content -->
</body>
</html>
Loading

0 comments on commit 94f02c4

Please sign in to comment.