mirror of
https://github.com/Discngine/fpocket.git
synced 2026-06-07 22:04:22 +08:00
147 lines
6.7 KiB
HTML
147 lines
6.7 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_mdconcat 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 Page</span></a></li>
|
|
<li class="current"><a href="annotated.html"><span>Data 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 Structures</span></a></li>
|
|
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="contents">
|
|
<h1>s_mdconcat Struct Reference</h1><!-- doxytag: class="s_mdconcat" --><code>#include <<a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>></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 ** </td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdconcat.html#26cdf86a081c6bb080fc1e2330388e08">vertpos</a></td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdconcat.html#48ac27d4b7bd833a77bd05187a5344a8">n_vertpos</a></td></tr>
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structs__mdconcat.html#3d0bb6617637bad9e6ab5a78e74b2078">n_snapshots</a></td></tr>
|
|
|
|
</table>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
Structure handle for the md concat object
|
|
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00074">74</a> of file <a class="el" href="mdpbase_8h-source.html">mdpbase.h</a>.</p>
|
|
<hr><h2>Field Documentation</h2>
|
|
<a class="anchor" name="26cdf86a081c6bb080fc1e2330388e08"></a><!-- doxytag: member="s_mdconcat::vertpos" ref="26cdf86a081c6bb080fc1e2330388e08" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">float** <a class="el" href="structs__mdconcat.html#26cdf86a081c6bb080fc1e2330388e08">s_mdconcat::vertpos</a> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
nx4 array of alpha sphere center + radius
|
|
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00076">76</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#l00490">alloc_first_md_concat()</a>, <a class="el" href="mdpbase_8c-source.html#l00545">free_mdconcat()</a>, <a class="el" href="mdpbase_8c-source.html#l00374">init_md_concat()</a>, <a class="el" href="mdpbase_8c-source.html#l00518">realloc_md_concat()</a>, and <a class="el" href="mdpbase_8c-source.html#l00070">store_vertice_positions()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="48ac27d4b7bd833a77bd05187a5344a8"></a><!-- doxytag: member="s_mdconcat::n_vertpos" ref="48ac27d4b7bd833a77bd05187a5344a8" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">size_t <a class="el" href="structs__mdconcat.html#48ac27d4b7bd833a77bd05187a5344a8">s_mdconcat::n_vertpos</a> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
number of vertices in all snapshots
|
|
<p>Definition at line <a class="el" href="mdpbase_8h-source.html#l00077">77</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#l00490">alloc_first_md_concat()</a>, <a class="el" href="mdpbase_8c-source.html#l00545">free_mdconcat()</a>, <a class="el" href="mdpbase_8c-source.html#l00374">init_md_concat()</a>, <a class="el" href="mdpbase_8c-source.html#l00518">realloc_md_concat()</a>, and <a class="el" href="mdpbase_8c-source.html#l00070">store_vertice_positions()</a>.</p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="3d0bb6617637bad9e6ab5a78e74b2078"></a><!-- doxytag: member="s_mdconcat::n_snapshots" ref="3d0bb6617637bad9e6ab5a78e74b2078" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">int <a class="el" href="structs__mdconcat.html#3d0bb6617637bad9e6ab5a78e74b2078">s_mdconcat::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#l00078">78</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#l00374">init_md_concat()</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
|
|
<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>
|