#include <QhullSet.h>
Public Member Functions | |
GetSet | |
countT | count () const |
void | defineAs (setT *s) |
Not type-safe since setT may contain any type. More... | |
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 41 of file QhullSet.h.
Definition at line 29 of file QhullSet.cpp.
Definition at line 54 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 56 of file QhullSet.h.
|
inline |
Definition at line 58 of file QhullSet.h.
|
inlineprivate |
disabled since memory allocation for QhullSet not defined
Definition at line 62 of file QhullSet.h.
|
inlineprotected |
Definition at line 77 of file QhullSet.h.
|
inline |
Definition at line 66 of file QhullSet.h.
Definition at line 39 of file QhullSet.cpp.
|
inline |
Not type-safe since setT may contain any type.
Definition at line 67 of file QhullSet.h.
|
inlineprotected |
Definition at line 78 of file QhullSet.h.
|
inlineprotected |
Always points to 0.
Definition at line 80 of file QhullSet.h.
|
inline |
Definition at line 68 of file QhullSet.h.
|
inline |
Definition at line 69 of file QhullSet.h.
|
inline |
Definition at line 70 of file QhullSet.h.
|
inlinestatic |
Definition at line 86 of file QhullSet.h.
|
inline |
Definition at line 57 of file QhullSet.h.
|
inline |
Definition at line 71 of file QhullSet.h.
|
inline |
Definition at line 72 of file QhullSet.h.
|
inline |
Definition at line 73 of file QhullSet.h.
|
private |
Definition at line 46 of file QhullSet.h.
|
private |
Definition at line 45 of file QhullSet.h.
|
staticprivate |
Definition at line 49 of file QhullSet.h.