Files
GridFire/docs/html/partition_2bindings_8cpp.html

249 lines
12 KiB
HTML
Raw Permalink Normal View History

2025-07-24 11:10:45 -04:00
<!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"/>
2025-07-24 11:10:45 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GridFire: src/python/partition/bindings.cpp File 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>
2025-07-24 11:10:45 -04:00
<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="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
</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="projectalign">
<div id="projectname">GridFire<span id="projectnumber">&#160;v0.7.1_rc2</span>
2025-07-24 11:10:45 -04:00
</div>
<div id="projectbrief">General Purpose Nuclear Network</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
2025-07-24 11:10:45 -04:00
<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(); });
2025-07-24 11:10:45 -04:00
});
/* @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('partition_2bindings_8cpp.html',''); initResizable(); });
2025-07-24 11:10:45 -04:00
/* @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="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle"><div class="title">bindings.cpp File Reference</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &lt;pybind11/pybind11.h&gt;</code><br />
<code>#include &lt;pybind11/stl.h&gt;</code><br />
<code>#include &lt;pybind11/stl_bind.h&gt;</code><br />
<code>#include &lt;iostream&gt;</code><br />
<code>#include &lt;memory&gt;</code><br />
2025-07-31 10:54:31 -04:00
<code>#include &quot;<a class="el" href="partition_2bindings_8h.html">bindings.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="partition_8h.html">gridfire/partition/partition.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="py__partition_8h.html">trampoline/py_partition.h</a>&quot;</code><br />
2025-11-06 09:16:40 -05:00
</div><div class="textblock"><div class="dynheader">
Include dependency graph for bindings.cpp:</div>
<div class="dyncontent">
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="partition_2bindings_8cpp__incl.svg" width="100%" height="600"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div></div>
</div>
2025-07-31 10:54:31 -04:00
</div><table class="memberdecls">
2025-07-24 11:10:45 -04:00
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a2806baaec82e0e6d66b80348584e08fd" id="r_a2806baaec82e0e6d66b80348584e08fd"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="partition_2bindings_8cpp.html#a2806baaec82e0e6d66b80348584e08fd">register_partition_bindings</a> (pybind11::module &amp;m)</td></tr>
2025-07-24 11:10:45 -04:00
<tr class="separator:a2806baaec82e0e6d66b80348584e08fd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4c0db94b56a3b02482ac4fd654680cca" id="r_a4c0db94b56a3b02482ac4fd654680cca"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="partition_2bindings_8cpp.html#a4c0db94b56a3b02482ac4fd654680cca">register_partition_types_bindings</a> (pybind11::module &amp;m)</td></tr>
2025-07-24 11:10:45 -04:00
<tr class="separator:a4c0db94b56a3b02482ac4fd654680cca"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac0a1def5c77c5554187c9d4f26fce77e" id="r_ac0a1def5c77c5554187c9d4f26fce77e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="partition_2bindings_8cpp.html#ac0a1def5c77c5554187c9d4f26fce77e">register_ground_state_partition_bindings</a> (const pybind11::module &amp;m)</td></tr>
<tr class="separator:ac0a1def5c77c5554187c9d4f26fce77e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a294e2893e79c41c10f914467d4858c1a" id="r_a294e2893e79c41c10f914467d4858c1a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="partition_2bindings_8cpp.html#a294e2893e79c41c10f914467d4858c1a">register_rauscher_thielemann_partition_data_record_bindings</a> (const pybind11::module &amp;m)</td></tr>
<tr class="separator:a294e2893e79c41c10f914467d4858c1a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae1665331725ff38c39d7d3eec551ec97" id="r_ae1665331725ff38c39d7d3eec551ec97"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="partition_2bindings_8cpp.html#ae1665331725ff38c39d7d3eec551ec97">register_rauscher_thielemann_partition_bindings</a> (const pybind11::module &amp;m)</td></tr>
<tr class="separator:ae1665331725ff38c39d7d3eec551ec97"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9d0d58ff2233e31a4ad88cc418b5ca64" id="r_a9d0d58ff2233e31a4ad88cc418b5ca64"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="partition_2bindings_8cpp.html#a9d0d58ff2233e31a4ad88cc418b5ca64">register_composite_partition_bindings</a> (const pybind11::module &amp;m)</td></tr>
<tr class="separator:a9d0d58ff2233e31a4ad88cc418b5ca64"><td class="memSeparator" colspan="2">&#160;</td></tr>
2025-07-24 11:10:45 -04:00
</table>
<h2 class="groupheader">Function Documentation</h2>
<a id="a9d0d58ff2233e31a4ad88cc418b5ca64" name="a9d0d58ff2233e31a4ad88cc418b5ca64"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9d0d58ff2233e31a4ad88cc418b5ca64">&#9670;&#160;</a></span>register_composite_partition_bindings()</h2>
2025-07-24 11:10:45 -04:00
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void register_composite_partition_bindings </td>
<td>(</td>
<td class="paramtype">const pybind11::module &amp;&#160;</td>
<td class="paramname"><em>m</em></td><td>)</td>
2025-07-24 11:10:45 -04:00
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a id="ac0a1def5c77c5554187c9d4f26fce77e" name="ac0a1def5c77c5554187c9d4f26fce77e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac0a1def5c77c5554187c9d4f26fce77e">&#9670;&#160;</a></span>register_ground_state_partition_bindings()</h2>
2025-07-24 11:10:45 -04:00
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void register_ground_state_partition_bindings </td>
<td>(</td>
<td class="paramtype">const pybind11::module &amp;&#160;</td>
<td class="paramname"><em>m</em></td><td>)</td>
2025-07-24 11:10:45 -04:00
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a id="a2806baaec82e0e6d66b80348584e08fd" name="a2806baaec82e0e6d66b80348584e08fd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2806baaec82e0e6d66b80348584e08fd">&#9670;&#160;</a></span>register_partition_bindings()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void register_partition_bindings </td>
<td>(</td>
<td class="paramtype">pybind11::module &amp;&#160;</td>
<td class="paramname"><em>m</em></td><td>)</td>
2025-07-24 11:10:45 -04:00
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a id="a4c0db94b56a3b02482ac4fd654680cca" name="a4c0db94b56a3b02482ac4fd654680cca"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4c0db94b56a3b02482ac4fd654680cca">&#9670;&#160;</a></span>register_partition_types_bindings()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void register_partition_types_bindings </td>
<td>(</td>
<td class="paramtype">pybind11::module &amp;&#160;</td>
<td class="paramname"><em>m</em></td><td>)</td>
2025-07-24 11:10:45 -04:00
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a id="ae1665331725ff38c39d7d3eec551ec97" name="ae1665331725ff38c39d7d3eec551ec97"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae1665331725ff38c39d7d3eec551ec97">&#9670;&#160;</a></span>register_rauscher_thielemann_partition_bindings()</h2>
2025-07-24 11:10:45 -04:00
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void register_rauscher_thielemann_partition_bindings </td>
<td>(</td>
<td class="paramtype">const pybind11::module &amp;&#160;</td>
<td class="paramname"><em>m</em></td><td>)</td>
2025-07-24 11:10:45 -04:00
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a id="a294e2893e79c41c10f914467d4858c1a" name="a294e2893e79c41c10f914467d4858c1a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a294e2893e79c41c10f914467d4858c1a">&#9670;&#160;</a></span>register_rauscher_thielemann_partition_data_record_bindings()</h2>
2025-07-24 11:10:45 -04:00
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void register_rauscher_thielemann_partition_data_record_bindings </td>
<td>(</td>
<td class="paramtype">const pybind11::module &amp;&#160;</td>
<td class="paramname"><em>m</em></td><td>)</td>
2025-07-24 11:10:45 -04:00
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_5c0d64f70903e893b1efe571a4b8de29.html">python</a></li><li class="navelem"><a class="el" href="dir_7eae81c2ec58ffa76af06bb25bb86137.html">partition</a></li><li class="navelem"><a class="el" href="partition_2bindings_8cpp.html">bindings.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.8 </li>
2025-07-24 11:10:45 -04:00
</ul>
</div>
</body>
</html>