Files
fpocket/doc/deprecated/programmers_guide/html/structs__mdgrid.html
2020-06-06 16:04:20 +02:00

231 lines
12 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>fpocket: s_mdgrid Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<img src="fpocket_logo_small.png" width="545" height="150">
<!-- Generated by Doxygen 1.5.6 -->
<script type="text/javascript">
<!--
function changeDisplayState (e){
var num=this.id.replace(/[^[0-9]/g,'');
var button=this.firstChild;
var sectionDiv=document.getElementById('dynsection'+num);
if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
sectionDiv.style.display='block';
button.src='open.gif';
}else{
sectionDiv.style.display='none';
button.src='closed.gif';
}
}
function initDynSections(){
var divs=document.getElementsByTagName('div');
var sectionCounter=1;
for(var i=0;i<divs.length-1;i++){
if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
var header=divs[i];
var section=divs[i+1];
var button=header.firstChild;
if (button!='IMG'){
divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
button=document.createElement('img');
divs[i].insertBefore(button,divs[i].firstChild);
}
header.style.cursor='pointer';
header.onclick=changeDisplayState;
header.id='dynheader'+sectionCounter;
button.src='closed.gif';
section.id='dynsection'+sectionCounter;
section.style.display='none';
section.style.marginLeft='14px';
sectionCounter++;
}
}
}
window.onload = initDynSections;
-->
</script>
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>s_mdgrid Struct Reference</h1><!-- doxytag: class="s_mdgrid" --><code>#include &lt;<a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">float ***&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdgrid.html#d89b7dcf1b497bfbffd84ee4fdd31f42">gridvalues</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">float *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdgrid.html#83943f04b48a6c7b620d5bdc9789dca8">origin</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdgrid.html#e0dd53dd4142fd8319b40b0da0edf27a">nx</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdgrid.html#7bc6cc3285c21b21f6d5eb0e7a9499aa">ny</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdgrid.html#8508a0d47d05386bd5fcc6ae8262cc30">nz</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdgrid.html#94dd10e0212b99431ccf16d94806444e">resolution</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdgrid.html#7b77c647c68686186aa64afdd9675887">n_snapshots</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Structure handle for the grid
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00084">84</a> of file <a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>.</p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="d89b7dcf1b497bfbffd84ee4fdd31f42"></a><!-- doxytag: member="s_mdgrid::gridvalues" ref="d89b7dcf1b497bfbffd84ee4fdd31f42" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float*** <a class="el" href="structs__mdgrid.html#d89b7dcf1b497bfbffd84ee4fdd31f42">s_mdgrid::gridvalues</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
values of the md grid (i.e. number of alpha spheres nearby
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00086">86</a> of file <a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>.</p>
<p>Referenced by <a class="el" href="mdpbase_8c-source.html#l00104">calculate_md_dens_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00438">init_md_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00348">normalize_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00295">project_grid_on_atoms()</a>, <a class="el" href="mdpbase_8c-source.html#l00269">reset_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00184">update_md_grid()</a>, and <a class="el" href="mdpout_8c-source.html#l00095">write_md_grid()</a>.</p>
</div>
</div><p>
<a class="anchor" name="83943f04b48a6c7b620d5bdc9789dca8"></a><!-- doxytag: member="s_mdgrid::origin" ref="83943f04b48a6c7b620d5bdc9789dca8" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float* <a class="el" href="structs__mdgrid.html#83943f04b48a6c7b620d5bdc9789dca8">s_mdgrid::origin</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
origin of the grid (3 positons, xyz)
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00087">87</a> of file <a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>.</p>
<p>Referenced by <a class="el" href="mdpbase_8c-source.html#l00104">calculate_md_dens_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00438">init_md_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00295">project_grid_on_atoms()</a>, <a class="el" href="mdpbase_8c-source.html#l00184">update_md_grid()</a>, and <a class="el" href="mdpout_8c-source.html#l00095">write_md_grid()</a>.</p>
</div>
</div><p>
<a class="anchor" name="e0dd53dd4142fd8319b40b0da0edf27a"></a><!-- doxytag: member="s_mdgrid::nx" ref="e0dd53dd4142fd8319b40b0da0edf27a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structs__mdgrid.html#e0dd53dd4142fd8319b40b0da0edf27a">s_mdgrid::nx</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00088">88</a> of file <a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>.</p>
<p>Referenced by <a class="el" href="mdpbase_8c-source.html#l00438">init_md_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00348">normalize_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00269">reset_grid()</a>, and <a class="el" href="mdpout_8c-source.html#l00095">write_md_grid()</a>.</p>
</div>
</div><p>
<a class="anchor" name="7bc6cc3285c21b21f6d5eb0e7a9499aa"></a><!-- doxytag: member="s_mdgrid::ny" ref="7bc6cc3285c21b21f6d5eb0e7a9499aa" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structs__mdgrid.html#7bc6cc3285c21b21f6d5eb0e7a9499aa">s_mdgrid::ny</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00088">88</a> of file <a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>.</p>
<p>Referenced by <a class="el" href="mdpbase_8c-source.html#l00438">init_md_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00348">normalize_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00269">reset_grid()</a>, and <a class="el" href="mdpout_8c-source.html#l00095">write_md_grid()</a>.</p>
</div>
</div><p>
<a class="anchor" name="8508a0d47d05386bd5fcc6ae8262cc30"></a><!-- doxytag: member="s_mdgrid::nz" ref="8508a0d47d05386bd5fcc6ae8262cc30" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structs__mdgrid.html#8508a0d47d05386bd5fcc6ae8262cc30">s_mdgrid::nz</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
gridsize at the x, y, z axis
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00088">88</a> of file <a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>.</p>
<p>Referenced by <a class="el" href="mdpbase_8c-source.html#l00438">init_md_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00348">normalize_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00269">reset_grid()</a>, and <a class="el" href="mdpout_8c-source.html#l00095">write_md_grid()</a>.</p>
</div>
</div><p>
<a class="anchor" name="94dd10e0212b99431ccf16d94806444e"></a><!-- doxytag: member="s_mdgrid::resolution" ref="94dd10e0212b99431ccf16d94806444e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float <a class="el" href="structs__mdgrid.html#94dd10e0212b99431ccf16d94806444e">s_mdgrid::resolution</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
resolution of the grid; in general 1A
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00089">89</a> of file <a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>.</p>
<p>Referenced by <a class="el" href="mdpbase_8c-source.html#l00104">calculate_md_dens_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00438">init_md_grid()</a>, <a class="el" href="mdpbase_8c-source.html#l00295">project_grid_on_atoms()</a>, <a class="el" href="mdpbase_8c-source.html#l00184">update_md_grid()</a>, and <a class="el" href="mdpout_8c-source.html#l00095">write_md_grid()</a>.</p>
</div>
</div><p>
<a class="anchor" name="7b77c647c68686186aa64afdd9675887"></a><!-- doxytag: member="s_mdgrid::n_snapshots" ref="7b77c647c68686186aa64afdd9675887" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structs__mdgrid.html#7b77c647c68686186aa64afdd9675887">s_mdgrid::n_snapshots</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
number of snapshots of the trajectory
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00090">90</a> of file <a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>.</p>
<p>Referenced by <a class="el" href="mdpocket_8c-source.html#l00089">mdpocket_detect()</a>, and <a class="el" href="mdpbase_8c-source.html#l00295">project_grid_on_atoms()</a>.</p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="mdpbase_8h-source.html">mdpbase.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 7 16:44:23 2010 for fpocket by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>