#include <QhullPoints.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef std::random_access_iterator_tag | iterator_category |
typedef QhullPoint | value_type |
Public Types inherited from orgQhull::QhullPoint | |
typedef coordT * | base_type |
typedef QhullPoint::iterator | Iterator |
typedef QhullPoint::const_iterator | ConstIterator |
Public Member Functions | |
const_iterator (const const_iterator &o) | |
const_iterator (const int pointDimension, coordT *c) | |
const_iterator (const Qhull &q, coordT *c) | |
const_iterator (const Qhull &q, int pointDimension, coordT *c) | |
const_iterator (const QhullPoints &ps) | |
const_iterator (const QhullPoints::iterator &o) | |
const_iterator (QhullQh *qqh, coordT *c) | |
const_iterator (QhullQh *qqh, int pointDimension, coordT *c) | |
bool | operator!= (const const_iterator &o) const |
const QhullPoint & | operator* () const |
const_iterator | operator+ (countT idx) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator+= (countT idx) |
difference_type | operator- (const_iterator o) const |
const_iterator | operator- (countT idx) const |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator & | operator-= (countT idx) |
const QhullPoint * | operator-> () const |
bool | operator< (const const_iterator &o) const |
bool | operator<= (const const_iterator &o) const |
const_iterator & | operator= (const const_iterator &o) |
bool | operator== (const const_iterator &o) const |
bool | operator> (const const_iterator &o) const |
bool | operator>= (const const_iterator &o) const |
const QhullPoint | operator[] (countT idx) const |
Public Member Functions inherited from orgQhull::QhullPoint | |
QhullPoint () | |
QhullPoint (int pointDimension, coordT *c) | |
QhullPoint (const Qhull &q) | |
QhullPoint (const Qhull &q, coordT *c) | |
QhullPoint (const Qhull &q, Coordinates &c) | |
QhullPoint of Coordinates with point_dimension==c.count() More... | |
QhullPoint (const Qhull &q, int pointDimension, coordT *c) | |
QhullPoint (QhullQh *qqh) | |
QhullPoint (QhullQh *qqh, coordT *c) | |
QhullPoint (QhullQh *qqh, Coordinates &c) | |
QhullPoint (QhullQh *qqh, int pointDimension, coordT *c) | |
QhullPoint (const QhullPoint &other) | |
Creates an alias. Does not make a deep copy of the point. Needed for return by value and parameter passing. More... | |
QhullPoint & | operator= (const QhullPoint &other) |
Creates an alias. Does not make a deep copy of the point. Needed for vector<QhullPoint> More... | |
~QhullPoint () | |
std::vector< coordT > | toStdVector () const |
void | defineAs (coordT *c) |
void | defineAs (int pointDimension, coordT *c) |
void | defineAs (QhullPoint &other) |
int | dimension () const |
coordT * | getBaseT () const |
countT | id () const |
bool | isValid () const |
bool | operator== (const QhullPoint &other) const |
bool | operator!= (const QhullPoint &other) const |
QhullQh * | qh () |
void | setCoordinates (coordT *c) |
void | setDimension (int pointDimension) |
iterator | begin () |
const_iterator | begin () const |
const_iterator | constBegin () const |
const_iterator | constEnd () const |
int | count () |
iterator | end () |
const_iterator | end () const |
size_t | size () |
void | advancePoint (countT idx) |
double | distance (const QhullPoint &p) const |
Return distance between two points. More... | |
PrintPoint | print (const char *message) const |
PrintPoint | printWithIdentifier (const char *message) const |
Public Attributes | |
const typedef value_type * | pointer |
const typedef value_type & | reference |
Public Attributes inherited from orgQhull::QhullPoint | |
const typedef coordT * | iterator |
const typedef coordT * | const_iterator |
Additional Inherited Members | |
Protected Attributes inherited from orgQhull::QhullPoint | |
coordT * | point_coordinates |
Pointer to first coordinate, 0 if undefined. More... | |
QhullQh * | qh_qh |
int | point_dimension |
Default dimension is qh_qh->hull_dim. More... | |
Definition at line 189 of file QhullPoints.h.
typedef ptrdiff_t orgQhull::QhullPoints::const_iterator::difference_type |
Definition at line 196 of file QhullPoints.h.
typedef std::random_access_iterator_tag orgQhull::QhullPoints::const_iterator::iterator_category |
Definition at line 192 of file QhullPoints.h.
Definition at line 193 of file QhullPoints.h.
|
inline |
Definition at line 198 of file QhullPoints.h.
|
inlineexplicit |
Definition at line 199 of file QhullPoints.h.
|
inline |
Definition at line 200 of file QhullPoints.h.
Definition at line 201 of file QhullPoints.h.
|
inline |
Definition at line 202 of file QhullPoints.h.
Definition at line 203 of file QhullPoints.h.
|
inline |
Definition at line 204 of file QhullPoints.h.
|
inline |
Definition at line 205 of file QhullPoints.h.
|
inline |
Definition at line 214 of file QhullPoints.h.
|
inline |
Definition at line 209 of file QhullPoints.h.
|
inline |
Definition at line 225 of file QhullPoints.h.
|
inline |
Definition at line 219 of file QhullPoints.h.
|
inline |
Definition at line 220 of file QhullPoints.h.
|
inline |
Definition at line 223 of file QhullPoints.h.
|
inline |
Definition at line 227 of file QhullPoints.h.
|
inline |
Definition at line 226 of file QhullPoints.h.
|
inline |
Definition at line 221 of file QhullPoints.h.
|
inline |
Definition at line 222 of file QhullPoints.h.
|
inline |
Definition at line 224 of file QhullPoints.h.
|
inline |
Definition at line 210 of file QhullPoints.h.
|
inline |
Definition at line 215 of file QhullPoints.h.
|
inline |
Definition at line 216 of file QhullPoints.h.
|
inline |
Definition at line 206 of file QhullPoints.h.
|
inline |
Definition at line 213 of file QhullPoints.h.
|
inline |
Definition at line 217 of file QhullPoints.h.
|
inline |
Definition at line 218 of file QhullPoints.h.
|
inline |
Definition at line 212 of file QhullPoints.h.
const typedef value_type* orgQhull::QhullPoints::const_iterator::pointer |
Definition at line 194 of file QhullPoints.h.
const typedef value_type& orgQhull::QhullPoints::const_iterator::reference |
Definition at line 195 of file QhullPoints.h.