#include <QhullVertexSet.h>

Classes | |
| struct | PrintIdentifiers |
| struct | PrintVertexSet |
Public Member Functions | |
| void | freeQhSetTemp () |
| const PrintVertexSet | print (int qhRunId, const char *message) const |
| PrintIdentifiers | printIdentifiers (const char *message) const |
| QhullVertexSet (setT *s) | |
| Set was allocated with q_memalloc() | |
| QhullVertexSet (int qhRunId, facetT *facetlist, setT *facetset, bool allfacets) | |
| QhullVertexSet (const QhullVertexSet &o) | |
| ~QhullVertexSet () | |
Private Member Functions | |
| QhullVertexSet & | operator= (const QhullVertexSet &) |
| QhullVertexSet () | |
| Disable default constructor and copy assignment. See QhullSetBase. | |
Private Attributes | |
| bool | qhsettemp_defined |
| For sets allocated with qh_settemp() | |
| Qhull * | qhsettemp_qhull |
Definition at line 28 of file QhullVertexSet.h.
| orgQhull::QhullVertexSet::QhullVertexSet | ( | setT * | s | ) | [inline, explicit] |
Set was allocated with q_memalloc()
Definition at line 38 of file QhullVertexSet.h.
| orgQhull::QhullVertexSet::QhullVertexSet | ( | int | qhRunId, |
| facetT * | facetlist, | ||
| setT * | facetset, | ||
| bool | allfacets | ||
| ) |
Definition at line 28 of file QhullVertexSet.cpp.
| orgQhull::QhullVertexSet::QhullVertexSet | ( | const QhullVertexSet & | o | ) | [inline] |
Definition at line 41 of file QhullVertexSet.h.
Definition at line 60 of file QhullVertexSet.cpp.
| orgQhull::QhullVertexSet::QhullVertexSet | ( | ) | [private] |
Disable default constructor and copy assignment. See QhullSetBase.
Definition at line 45 of file QhullVertexSet.cpp.
| QhullVertexSet& orgQhull::QhullVertexSet::operator= | ( | const QhullVertexSet & | ) | [private] |
| const PrintVertexSet orgQhull::QhullVertexSet::print | ( | int | qhRunId, |
| const char * | message | ||
| ) | const [inline] |
Definition at line 60 of file QhullVertexSet.h.
| PrintIdentifiers orgQhull::QhullVertexSet::printIdentifiers | ( | const char * | message | ) | const [inline] |
Definition at line 67 of file QhullVertexSet.h.
bool orgQhull::QhullVertexSet::qhsettemp_defined [private] |
For sets allocated with qh_settemp()
Definition at line 33 of file QhullVertexSet.h.
Qhull* orgQhull::QhullVertexSet::qhsettemp_qhull [private] |
Definition at line 32 of file QhullVertexSet.h.