Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104461308
qh-globa.htm
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Mar 9, 15:59
Size
7 KB
Mime Type
text/html
Expires
Tue, Mar 11, 15:59 (1 d, 16 h)
Engine
blob
Format
Raw Data
Handle
24791294
Attached To
rCADDMESH CADD_mesher
qh-globa.htm
View Options
This document is not UTF8. It was detected as Shift JIS and converted to UTF8 for display.
<!-- 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>
global.c -- global variables and their functions
</title>
</head>
<body>
<!-- Navigation links -->
<p><a
name=
"TOP"
><b>
Up:
</b></a>
<a
href=
"http://www.geom.umn.edu/locate/qhull"
>
Home page
</a>
for Qhull
<br>
<b>
Up:
</b>
<a
href=
"../html/index.htm#TOC"
>
Qhull manual
</a>
: Table of Contents
<br>
<b>
Up:
</b>
<a
href=
"../html/qh-in.htm#TOC"
>
Qhull internals: Table of Contents
</a><br>
<b>
Up:
</b>
<a
href=
"../html/qh-quick.htm#programs"
>
Programs
</a>
•
</a>
<a
href=
"../html/qh-quick.htm#options"
>
Options
</a>
•
<a
href=
"../html/qh-opto.htm#output"
>
Output
</a>
•
<a
href=
"../html/qh-optf.htm#format"
>
Formats
</a>
•
<a
href=
"../html/qh-optg.htm#geomview"
>
Geomview
</a>
•
<a
href=
"../html/qh-optp.htm#print"
>
Print
</a>
•
<a
href=
"../html/qh-optq.htm#qhull"
>
Qhull
</a>
•
<a
href=
"../html/qh-optc.htm#prec"
>
Precision
</a>
•
<a
href=
"../html/qh-optt.htm#trace"
>
Trace
</a><br>
<b>
To:
</b>
<a
href=
"index.htm"
>
Qhull functions
</a>
, macros, and data structures
<br>
<b>
To:
</b>
<a
href=
"qh-geom.htm"
>
Geom
</a>
•
<a
href=
"qh-globa.htm#TOC"
>
Global
</a>
•
<a
href=
"qh-io.htm"
>
Io
</a>
•
<a
href=
"qh-mem.htm"
>
Mem
</a>
•
<a
href=
"qh-merge.htm"
>
Merge
</a>
•
<a
href=
"qh-poly.htm"
>
Poly
</a>
•
<a
href=
"qh-qhull.htm"
>
Qhull
</a>
•
<a
href=
"qh-set.htm"
>
Set
</a>
•
<a
href=
"qh-stat.htm"
>
Stat
</a>
•
<a
href=
"qh-user.htm"
>
User
</a>
</p>
<hr>
<!-- Main text of document. -->
<h2>
global.c -- global variables and their functions
</h2>
<blockquote>
<p>
Qhull uses a global data structure,
<tt>
qh
</tt>
, to store
globally defined constants, lists, sets, and variables. This
allows multiple instances of Qhull to execute at the same time.
The structure may be statically allocated or
dynamically allocated with malloc(). See
<a
href=
"user.h#QHpointer"
>
QHpointer
</a>
.
</p>
</blockquote>
<p><b>
Copyright ゥ 1995-2001 The Geometry Center, Minneapolis MN
</b></p>
<hr>
<p><a
href=
"#TOP"
>
サ
</a>
<a
href=
"qh-geom.htm#TOC"
>
Geom
</a>
<a
name=
"TOC"
>
•
</a>
<b>
Global
</b>
•
<a
href=
"qh-io.htm#TOC"
>
Io
</a>
•
<a
href=
"qh-mem.htm#TOC"
>
Mem
</a>
•
<a
href=
"qh-merge.htm#TOC"
>
Merge
</a>
•
<a
href=
"qh-poly.htm#TOC"
>
Poly
</a>
•
<a
href=
"qh-qhull.htm#TOC"
>
Qhull
</a>
•
<a
href=
"qh-set.htm#TOC"
>
Set
</a>
•
<a
href=
"qh-stat.htm#TOC"
>
Stat
</a>
•
<a
href=
"qh-user.htm#TOC"
>
User
</a>
</p>
<h3>
Index to
<a
href=
"global.c#TOP"
>
global.c
</a>
and
<a
href=
"qhull.h#TOP"
>
qhull.h
</a></h3>
<ul>
<li><a
href=
"#ovar"
>
Qhull's global variables
</a>
</li>
<li><a
href=
"#ofunc"
>
Global variable and initialization
routines
</a>
</li>
</ul>
<h3><a
href=
"qh-globa.htm#TOC"
>
サ
</a><a
name=
"ovar"
>
Qhull's global
variables
</a></h3>
<ul>
<li><a
href=
"qhull.h#qh"
>
qh
</a>
all global variables for
qhull are in
<tt>
qh,qhmem
</tt>
, and
<tt>
qhstat
</tt></li>
<li><a
href=
"qhull.h#qh-const"
>
qh constants
</a>
configuration
flags and constants for Qhull
</li>
<li><a
href=
"qhull.h#qh-prec"
>
qh precision constants
</a>
precision constants for Qhull
</li>
<li><a
href=
"qhull.h#qh-intern"
>
qh internal constants
</a>
internal constants for Qhull
</li>
<li><a
href=
"qhull.h#qh-lists"
>
qh facet and vertex lists
</a>
lists of facets and vertices
</li>
<li><a
href=
"qhull.h#qh-var"
>
qh global variables
</a>
minimum
and maximum distances, next visit ids, several flags, and
other global variables.
</li>
<li><a
href=
"qhull.h#qh-set"
>
qh global sets
</a>
global sets
for merging, hashing, input, etc.
</li>
<li><a
href=
"qhull.h#qh-buf"
>
qh global buffers
</a>
buffers
for matrix operations and input
</li>
<li><a
href=
"qhull.h#qh-static"
>
qh static variables
</a>
static variables for individual functions
</li>
</ul>
<h3><a
href=
"qh-globa.htm#TOC"
>
サ
</a><a
name=
"ofunc"
>
Global variable and
initialization routines
</a></h3>
<ul>
<li><a
href=
"global.c#appendprint"
>
qh_appendprint
</a>
append
output format to
<tt>
qh.PRINTout
</tt>
</li>
<li><a
href=
"global.c#freebuffers"
>
qh_freebuffers
</a>
free
global memory buffers
</li>
<li><a
href=
"global.c#freeqhull"
>
qh_freeqhull
</a>
free memory
used by qhull
</li>
<li><a
href=
"global.c#init_A"
>
qh_init_A
</a>
called before
error handling initialized
</li>
<li><a
href=
"global.c#init_B"
>
qh_init_B
</a>
called after
points are defined
</li>
<li><a
href=
"global.c#init_qhull_command"
>
qh_init_qhull_command
</a>
build
<tt>
qh.qhull_command
</tt>
from
<tt>
argc/argv
</tt></li>
<li><a
href=
"global.c#initflags"
>
qh_initflags
</a>
set flags
and constants from command line
</li>
<li><a
href=
"global.c#initqhull_buffers"
>
qh_initqhull_buffers
</a>
initialize global memory buffers
</li>
<li><a
href=
"global.c#initqhull_globals"
>
qh_initqhull_globals
</a>
initialize global variables
</li>
<li><a
href=
"global.c#initqhull_mem"
>
qh_initqhull_mem
</a>
initialize Qhull memory management
</li>
<li><a
href=
"global.c#initqhull_start"
>
qh_initqhull_start
</a>
initialize default values at Qhull startup
</li>
<li><a
href=
"global.c#initthresholds"
>
qh_initthresholds
</a>
initialize 'Pdn' and 'PDn' thresholds
</li>
<li><a
href=
"global.c#option"
>
qh_option
</a>
append option
description to
<tt>
qh.global_options
</tt>
</li>
<li><a
href=
"global.c#restore_qhull"
>
qh_restore_qhull
</a>
restores a previously saved qhull
</li>
<li><a
href=
"global.c#save_qhull"
>
qh_save_qhull
</a>
saves
qhull for a later qh_restore_qhull()
</li>
<li><a
href=
"global.c#strtol"
>
qh_strtol
</a>
duplicates
strtod() and strtol()
</li>
</ul>
<p>
<!-- Navigation links -->
</p>
<hr>
<p><b>
Up:
</b>
<a
href=
"http://www.geom.umn.edu/locate/qhull"
>
Home page for
Qhull
</a>
<br>
<b>
Up:
</b>
<a
href=
"../html/index.htm#TOC"
>
Qhull manual: Table of Contents
</a>
<br>
<b>
Up:
</b>
<a
href=
"../html/qh-in.htm#TOC"
>
Qhull internals: Table of Contents
</a>
<br>
<b>
Up:
</b>
<a
href=
"../html/qh-quick.htm#programs"
>
Programs
</a>
•
</a>
<a
href=
"../html/qh-quick.htm#options"
>
Options
</a>
•
<a
href=
"../html/qh-opto.htm#output"
>
Output
</a>
•
<a
href=
"../html/qh-optf.htm#format"
>
Formats
</a>
•
<a
href=
"../html/qh-optg.htm#geomview"
>
Geomview
</a>
•
<a
href=
"../html/qh-optp.htm#print"
>
Print
</a>
•
<a
href=
"../html/qh-optq.htm#qhull"
>
Qhull
</a>
•
<a
href=
"../html/qh-optc.htm#prec"
>
Precision
</a>
•
<a
href=
"../html/qh-optt.htm#trace"
>
Trace
</a><br>
<b>
To:
</b>
<a
href=
"index.htm"
>
Qhull functions
</a>
, macros, and data structures
<br>
<b>
To:
</b>
<a
href=
"qh-geom.htm"
>
Geom
</a>
•
<a
href=
"qh-globa.htm"
>
Global
</a>
•
<a
href=
"qh-io.htm"
>
Io
</a>
•
<a
href=
"qh-mem.htm"
>
Mem
</a>
•
<a
href=
"qh-merge.htm"
>
Merge
</a>
•
<a
href=
"qh-poly.htm"
>
Poly
</a>
•
<a
href=
"qh-qhull.htm#TOC"
>
Qhull
</a>
•
<a
href=
"qh-set.htm"
>
Set
</a>
•
<a
href=
"qh-stat.htm"
>
Stat
</a>
•
<a
href=
"qh-user.htm"
>
User
</a><br>
</p>
<p>
<!-- GC common information -->
</p>
<hr>
<p><a
href=
"http://www.geom.umn.edu/"
><img
src=
"../html/qh--geom.gif"
align=
"middle"
width=
"40"
height=
"40"
></a><i>
The
Geometry Center Home Page
</i></p>
<p>
Comments to:
<a
href=
"http://www.geom.umn.edu/software/qhull/qhull-mail.html"
>
qhull@geom.umn.edu
</a><br>
Created: May 2, 1997 ---
<!-- hhmts start -->
Last modified: see top
<!-- hhmts end -->
</p>
</li>
</dir>
</body>
</html>
Event Timeline
Log In to Comment