List of all members.
Classes
Public Types
-
typedef const coordT * const_iterator
-
typedef QhullPoint::const_iterator ConstIterator
-
typedef const coordT * iterator
-
typedef QhullPoint::iterator Iterator
Public Member Functions
-
void advancePoint (int idx)
-
iterator begin ()
-
const_iterator begin () const
-
const_iterator constBegin () const
-
const_iterator constEnd () const
-
const coordT * coordinates () const
-
coordT * coordinates ()
-
int count ()
-
void defineAs (int pointDimension, coordT *c)
-
void defineAs (QhullPoint &other)
- Creates an alias to other.
-
int dimension () const
-
double distance (const QhullPoint &p) const
- Return distance betweeen two points.
-
iterator end ()
-
const_iterator end () const
-
int id (int qhRunId) const
-
int id () const
-
bool isDefined () const
-
bool operator!= (const QhullPoint &other) const
-
QhullPoint & operator= (const QhullPoint &other)
-
bool operator== (const QhullPoint &other) const
-
const coordT & operator[] (int idx) const
-
coordT & operator[] (int idx)
-
PrintPoint print () const
-
PrintPoint print (int qhRunId) const
-
PrintPoint print (int qhRunId, const char *message) const
-
PrintPoint printWithIdentifier (int qhRunId, const char *message) const
-
QhullPoint (int pointDimension, coordT *c)
-
QhullPoint (Coordinates &c)
-
QhullPoint (const QhullPoint &other)
-
void setCoordinates (coordT *c)
-
void setDimension (int pointDimension)
-
size_t size ()
-
std::vector< coordT > toStdVector () const
Static Public Member Functions
-
static int id (const coordT *c)
-
static int id (int qhRunId, const coordT *c)
-
static int id (int qhRunId, int dimension, const coordT *c)
- If qhRundID undefined uses QhullPoint::s_points_begin and dimension.
The documentation for this class was generated from the following files:
- modules/examples/ConvexHull/QhullPoint.h
- modules/examples/ConvexHull/QhullPoint.cpp