Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
f
m
o
q
s
v
Enumerations
Enumerator
a
b
c
d
g
h
n
o
r
s
v
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
g
h
i
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
d
e
f
h
i
n
o
p
q
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Typedefs
b
c
d
f
i
m
p
q
r
s
t
v
Enumerations
Enumerator
b
e
m
n
o
q
r
s
t
w
x
z
Macros
_
b
c
d
e
f
g
h
m
n
o
p
q
r
s
t
w
z
third-parties
qhull
src
libqhullcpp
QhullSets.h
Go to the documentation of this file.
1
/****************************************************************************
2
**
3
** Copyright (c) 2008-2015 C.B. Barber. All rights reserved.
4
** $Id: //main/2015/qhull/src/libqhullcpp/QhullSets.h#2 $$Change: 2066 $
5
** $DateTime: 2016/01/18 19:29:17 $$Author: bbarber $
6
**
7
****************************************************************************/
8
9
#ifndef QHULLSETS_H
10
#define QHULLSETS_H
11
12
#include "
libqhullcpp/QhullSet.h
"
13
14
namespace
orgQhull
{
15
16
//See: QhullFacetSet.h
17
//See: QhullPointSet.h
18
//See: QhullVertexSet.h
19
20
// Avoid circular references between QhullFacet, QhullRidge, and QhullVertex
21
class
QhullRidge;
22
typedef
QhullSet<QhullRidge>
QhullRidgeSet
;
23
typedef
QhullSetIterator<QhullRidge>
QhullRidgeSetIterator
;
24
25
}
//namespace orgQhull
26
27
#endif // QHULLSETS_H
orgQhull::QhullRidgeSet
QhullSet< QhullRidge > QhullRidgeSet
Definition:
QhullFacet.h:39
orgQhull
QhullRidge – Qhull's ridge structure, ridgeT, as a C++ class.
Definition:
Coordinates.cpp:21
QhullSet.h
orgQhull::QhullRidgeSetIterator
QhullSetIterator< QhullRidge > QhullRidgeSetIterator
Definition:
QhullRidge.h:40
hpp-fcl
Author(s):
autogenerated on Fri Aug 2 2024 02:45:15