#include <QhullPoints.h>
Public Member Functions | |
bool | findNext (const QhullPoint &t) |
bool | findPrevious (const QhullPoint &t) |
bool | hasNext () const |
bool | hasPrevious () const |
QhullPoint | next () |
QhullPointsIterator & | operator= (const QhullPoints &other) |
QhullPoint | peekNext () const |
QhullPoint | peekPrevious () const |
QhullPoint | previous () |
QhullPointsIterator (const QhullPoints &other) | |
void | toBack () |
void | toFront () |
Private Types | |
typedef QhullPoints::const_iterator | const_iterator |
Private Attributes | |
const_iterator | i |
const QhullPoints * | ps |
Definition at line 215 of file QhullPoints.h.
typedef QhullPoints::const_iterator orgQhull::QhullPointsIterator::const_iterator [private] |
Definition at line 217 of file QhullPoints.h.
orgQhull::QhullPointsIterator::QhullPointsIterator | ( | const QhullPoints & | other | ) | [inline] |
Definition at line 225 of file QhullPoints.h.
bool orgQhull::QhullPointsIterator::findNext | ( | const QhullPoint & | t | ) |
Definition at line 181 of file QhullPoints.cpp.
bool orgQhull::QhullPointsIterator::findPrevious | ( | const QhullPoint & | t | ) |
Definition at line 192 of file QhullPoints.cpp.
bool orgQhull::QhullPointsIterator::hasNext | ( | ) | const [inline] |
Definition at line 229 of file QhullPoints.h.
bool orgQhull::QhullPointsIterator::hasPrevious | ( | ) | const [inline] |
Definition at line 230 of file QhullPoints.h.
QhullPoint orgQhull::QhullPointsIterator::next | ( | ) | [inline] |
Definition at line 231 of file QhullPoints.h.
QhullPointsIterator& orgQhull::QhullPointsIterator::operator= | ( | const QhullPoints & | other | ) | [inline] |
Definition at line 226 of file QhullPoints.h.
QhullPoint orgQhull::QhullPointsIterator::peekNext | ( | ) | const [inline] |
Definition at line 232 of file QhullPoints.h.
QhullPoint orgQhull::QhullPointsIterator::peekPrevious | ( | ) | const [inline] |
Definition at line 233 of file QhullPoints.h.
QhullPoint orgQhull::QhullPointsIterator::previous | ( | ) | [inline] |
Definition at line 234 of file QhullPoints.h.
void orgQhull::QhullPointsIterator::toBack | ( | ) | [inline] |
Definition at line 235 of file QhullPoints.h.
void orgQhull::QhullPointsIterator::toFront | ( | ) | [inline] |
Definition at line 236 of file QhullPoints.h.
Definition at line 222 of file QhullPoints.h.
const QhullPoints* orgQhull::QhullPointsIterator::ps [private] |
Definition at line 221 of file QhullPoints.h.