#include <QhullPoints.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef std::random_access_iterator_tag | iterator_category |
typedef value_type * | pointer |
typedef value_type & | reference |
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 | |
iterator (const int pointDimension, coordT *c) | |
iterator (const iterator &other) | |
iterator (const Qhull &q, coordT *c) | |
iterator (const Qhull &q, int pointDimension, coordT *c) | |
iterator (const QhullPoints &ps) | |
iterator (QhullQh *qqh, coordT *c) | |
iterator (QhullQh *qqh, int pointDimension, coordT *c) | |
bool | operator!= (const iterator &o) const |
bool | operator!= (const QhullPoints::const_iterator &o) const |
QhullPoint & | operator* () |
const QhullPoint & | operator* () const |
iterator | operator+ (countT idx) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator+= (countT idx) |
iterator | operator- (countT idx) const |
difference_type | operator- (iterator o) const |
iterator & | operator-- () |
iterator | operator-- (int) |
iterator & | operator-= (countT idx) |
QhullPoint * | operator-> () |
const QhullPoint * | operator-> () const |
bool | operator< (const iterator &o) const |
bool | operator< (const QhullPoints::const_iterator &o) const |
bool | operator<= (const iterator &o) const |
bool | operator<= (const QhullPoints::const_iterator &o) const |
iterator & | operator= (const iterator &other) |
bool | operator== (const iterator &o) const |
bool | operator== (const QhullPoints::const_iterator &o) const |
bool | operator> (const iterator &o) const |
bool | operator> (const QhullPoints::const_iterator &o) const |
bool | operator>= (const iterator &o) const |
bool | operator>= (const QhullPoints::const_iterator &o) 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 |
Additional Inherited Members | |
Public Attributes inherited from orgQhull::QhullPoint | |
const typedef coordT * | iterator |
const typedef coordT * | const_iterator |
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 138 of file QhullPoints.h.
typedef ptrdiff_t orgQhull::QhullPoints::iterator::difference_type |
Definition at line 145 of file QhullPoints.h.
typedef std::random_access_iterator_tag orgQhull::QhullPoints::iterator::iterator_category |
Definition at line 141 of file QhullPoints.h.
Definition at line 143 of file QhullPoints.h.
Definition at line 144 of file QhullPoints.h.
Definition at line 142 of file QhullPoints.h.
|
inlineexplicit |
Definition at line 147 of file QhullPoints.h.
|
inline |
Definition at line 148 of file QhullPoints.h.
Definition at line 149 of file QhullPoints.h.
|
inline |
Definition at line 150 of file QhullPoints.h.
Definition at line 151 of file QhullPoints.h.
Definition at line 152 of file QhullPoints.h.
|
inline |
Definition at line 153 of file QhullPoints.h.
|
inline |
Definition at line 164 of file QhullPoints.h.
|
inline |
Definition at line 171 of file QhullPoints.h.
|
inline |
Definition at line 158 of file QhullPoints.h.
|
inline |
Definition at line 157 of file QhullPoints.h.
Definition at line 182 of file QhullPoints.h.
|
inline |
Definition at line 176 of file QhullPoints.h.
|
inline |
Definition at line 177 of file QhullPoints.h.
Definition at line 180 of file QhullPoints.h.
Definition at line 183 of file QhullPoints.h.
|
inline |
Definition at line 184 of file QhullPoints.h.
|
inline |
Definition at line 178 of file QhullPoints.h.
|
inline |
Definition at line 179 of file QhullPoints.h.
Definition at line 181 of file QhullPoints.h.
|
inline |
Definition at line 160 of file QhullPoints.h.
|
inline |
Definition at line 159 of file QhullPoints.h.
|
inline |
Definition at line 165 of file QhullPoints.h.
|
inline |
Definition at line 172 of file QhullPoints.h.
|
inline |
Definition at line 166 of file QhullPoints.h.
|
inline |
Definition at line 173 of file QhullPoints.h.
Definition at line 154 of file QhullPoints.h.
|
inline |
Definition at line 163 of file QhullPoints.h.
|
inline |
Definition at line 170 of file QhullPoints.h.
|
inline |
Definition at line 167 of file QhullPoints.h.
|
inline |
Definition at line 174 of file QhullPoints.h.
|
inline |
Definition at line 168 of file QhullPoints.h.
|
inline |
Definition at line 175 of file QhullPoints.h.
|
inline |
Definition at line 162 of file QhullPoints.h.