#include <QhullSet.h>
Public Member Functions | |
GetSet | |
countT | count () const |
void | forceEmpty () |
setT * | getSetT () const |
bool | isEmpty () const |
QhullQh * | qh () const |
setT ** | referenceSetT () |
size_t | size () const |
Static Public Member Functions | |
Class methods | |
static countT | count (const setT *set) |
static bool | isEmpty (const setT *s) |
Protected Member Functions | |
Element | |
void ** | beginPointer () const |
void ** | elementPointer (countT idx) const |
void ** | endPointer () const |
Always points to 0. More... | |
Private Attributes | |
Fields – | |
setT * | qh_set |
QhullQh * | qh_qh |
Static Private Attributes | |
Class objects | |
Provides access to setT memory allocator | |
static setT | s_empty_set |
Constructors | |
QhullSetBase (const Qhull &q, setT *s) | |
QhullSetBase (QhullQh *qqh, setT *s) | |
QhullSetBase (const QhullSetBase &other) | |
Copy constructor copies the pointer but not the set. Needed for return by value and parameter passing. More... | |
QhullSetBase & | operator= (const QhullSetBase &other) |
~QhullSetBase () | |
QhullSetBase () | |
disabled since memory allocation for QhullSet not defined More... | |
Base class for QhullSet<T> QhullSet<T> defined below QhullSetIterator<T> defined below
Definition at line 47 of file QhullSet.h.
Definition at line 35 of file QhullSet.cpp.
Definition at line 60 of file QhullSet.h.
|
inline |
Copy constructor copies the pointer but not the set. Needed for return by value and parameter passing.
Definition at line 62 of file QhullSet.h.
|
inline |
Definition at line 64 of file QhullSet.h.
|
inlineprivate |
disabled since memory allocation for QhullSet not defined
Definition at line 68 of file QhullSet.h.
|
inlineprotected |
Definition at line 83 of file QhullSet.h.
|
inline |
Definition at line 72 of file QhullSet.h.
Definition at line 45 of file QhullSet.cpp.
|
inlineprotected |
Definition at line 84 of file QhullSet.h.
|
inlineprotected |
Always points to 0.
Definition at line 86 of file QhullSet.h.
|
inline |
Definition at line 74 of file QhullSet.h.
|
inline |
Definition at line 75 of file QhullSet.h.
|
inline |
Definition at line 76 of file QhullSet.h.
|
inlinestatic |
Definition at line 92 of file QhullSet.h.
|
inline |
Definition at line 63 of file QhullSet.h.
|
inline |
Definition at line 77 of file QhullSet.h.
|
inline |
Definition at line 78 of file QhullSet.h.
|
inline |
Definition at line 79 of file QhullSet.h.
|
private |
Definition at line 52 of file QhullSet.h.
|
private |
Definition at line 51 of file QhullSet.h.
|
staticprivate |
Definition at line 55 of file QhullSet.h.