⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qh-c.htm

📁 关于网格剖分的
💻 HTM
字号:
<!-- Do not edit with Front Page, it adds too many spaces -->
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Qhull functions, macros, and data structures</title>
</head>

<body>
<!-- Navigation links -->
<p><a name="TOP"><b>Up:</b></a> <a
href="http://www.geom.umn.edu/locate/qhull">Home page for Qhull</a>
<br>
<b>Up:</b> <a href="qh-man.htm#TOC">Qhull manual: Table of Contents</a> <br>
<b>Up:</b> <a href="qh-opt.htm#TOC">Qhull options: Table of Contents</a> <br>
<b>Up:</b> <a href="qh-in.htm#TOC">Qhull internals: Table of Contents</a> <br>
<br>
<b>To:</b> <a href="#files">Qhull files</a> (please wait while loading)<br>
<b>To:</b> <a href="#geom2">Geom</a> &#149; <a href="#global2">Global</a>
&#149; <a href="#io2">Io</a> &#149; <a href="#mem2">Mem</a>
&#149; <a href="#merge2">Merge</a> &#149; <a href="#poly2">Poly</a>
&#149; <a href="#qhull2">Qhull</a> &#149; <a href="#set2">Set</a>
&#149; <a href="#stat2">Stat</a> &#149; <a href="#user2">User</a>
</p>

<hr>
<!-- Main text of document. -->

<h1>Qhull functions, macros, and data structures</h1>

<p>The following sections provide an overview and index to
Qhull's functions, macros, and data structures. </p>

<p>Each section starts with an introduction. </p>

<p>Qhull uses the following conventions:</p>

<ul>
<li>in code, global variables start with &quot;qh &quot;
<li>in documentation, global variables start with 'qh.'
<li>constants start with an upper case word
<li>important globals include an '_'
<li>functions, macros, and constants start with &quot;qh_&quot;</li>
<li>data types end in &quot;T&quot;</li>
<li>macros with arguments end in &quot;_&quot;</li>
<li>iterators are macros that use local variables</li>
<li>iterators for sets start with &quot;FOREACH&quot;</li>
<li>iterators for lists start with &quot;FORALL&quot;</li>
<li>qhull options are in single quotes (e.g., 'Pdn')</li>
<li>lists are sorted alphabetically</li>
<li>preprocessor directives on left margin for older compilers</li>
</ul>
<p>
When reading the code, please note that the 
global data structure, 'qh', is a macro.  It
either expands to &quot;qh_qh.&quot; or to
&quot;qh_qh-&gt;&quot;. The later is used for
applications which run concurrent calls to qh_qhull().
<p>
When reading code with an editor, a search for <i>"procedure</i> will
locate the header of <i>qh_procedure</i>.  A search for <i>* procedure</i>
will locate the tail of <i>qh_procedure</i>.

<p>If your web browser loads .c and .h files with an external application,
change the MIME type of .c and .h files to "text/html".  Do not use the 
Opera browser (it treats all '<' characters as HTML tags).
<p>
Please report documentation and link errors  
to <a href="mailto:qhull-bug@geom.umn.edu">qhull-bug@geom.umn.edu</a>.
If you have a program that checks internal links ("#..."), please send
the results of running the program on qhull.
<p>
<i>Brad Barber, Cambridge MA, August 3, 1998</i>

<p><b>Copyright 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -