List of all members.
Classes
Public Types
Public Member Functions
-
QhullPoint at (int idx) const
-
QhullPoint back () const
-
ConstIterator begin () const
-
Iterator begin ()
-
ConstIterator constBegin () const
-
const coordT * constData () const
-
ConstIterator constEnd () const
-
bool contains (const QhullPoint &t) const
-
int coordinateCount () const
-
coordT * coordinates () const
-
int count () const
-
int count (const QhullPoint &t) const
-
coordT * data ()
-
const coordT * data () const
-
void defineAs (int pointDimension, int coordinatesCount, coordT *c)
-
void defineAs (const int coordinatesCount, coordT *c)
-
void defineAs (const QhullPoints &other)
-
int dimension () const
-
bool empty () const
-
ConstIterator end () const
-
Iterator end ()
-
coordT * extraCoordinates () const
-
int extraCoordinatesCount () const
-
QhullPoint first () const
-
QhullPoint front () const
-
bool includesCoordinates (const coordT *c) const
-
int indexOf (const coordT *pointCoordinates) const
-
int indexOf (const coordT *pointCoordinates, int noThrow) const
-
int indexOf (const QhullPoint &t) const
-
bool isEmpty () const
-
QhullPoint last () const
-
int lastIndexOf (const QhullPoint &t) const
-
QhullPoints mid (int idx, int length=-1) const
- Returns a subset of the points, not a copy.
-
bool operator!= (const QhullPoints &other) const
-
bool operator== (const QhullPoints &other) const
-
QhullPoint operator[] (int idx) const
-
PrintPoints print () const
-
PrintPoints print (int qhRunId) const
-
PrintPoints print (int qhRunId, const char *message) const
-
PrintPoints printWithIdentifier (int qhRunId, const char *message) const
-
QhullPoints (int pointDimension)
-
QhullPoints (int pointDimension, int coordinateCount2, coordT *c)
-
QhullPoints (const QhullPoints &other)
-
void setDimension (int pointDimension)
-
size_t size () const
-
std::vector< QhullPoint > toStdVector () const
-
QhullPoint value (int idx) const
-
QhullPoint value (int idx, QhullPoint &defaultValue) const
The documentation for this class was generated from the following files:
- modules/examples/ConvexHull/QhullPoints.h
- modules/examples/ConvexHull/QhullPoints.cpp