#include <QhullPointSet.h>
Public Member Functions | |
bool | findNext (const QhullPoint &p) |
bool | findPrevious (const QhullPoint &p) |
bool | hasNext () const |
bool | hasPrevious () const |
QhullPoint | next () |
QhullPointSetIterator & | operator= (const QhullPointSet &container) |
QhullPoint | peekNext () const |
QhullPoint | peekPrevious () const |
QhullPoint | previous () |
QhullPointSetIterator (const QhullPointSet &container) | |
void | toBack () |
void | toFront () |
Private Types | |
typedef QhullPointSet::const_iterator | const_iterator |
Private Attributes | |
const QhullPointSet * | c |
const_iterator | i |
Definition at line 226 of file QhullPointSet.h.
typedef QhullPointSet::const_iterator orgQhull::QhullPointSetIterator::const_iterator [private] |
Definition at line 227 of file QhullPointSet.h.
orgQhull::QhullPointSetIterator::QhullPointSetIterator | ( | const QhullPointSet & | container | ) | [inline] |
Definition at line 232 of file QhullPointSet.h.
bool orgQhull::QhullPointSetIterator::findNext | ( | const QhullPoint & | p | ) |
Definition at line 144 of file QhullPointSet.cpp.
bool orgQhull::QhullPointSetIterator::findPrevious | ( | const QhullPoint & | p | ) |
Definition at line 155 of file QhullPointSet.cpp.
bool orgQhull::QhullPointSetIterator::hasNext | ( | ) | const [inline] |
Definition at line 236 of file QhullPointSet.h.
bool orgQhull::QhullPointSetIterator::hasPrevious | ( | ) | const [inline] |
Definition at line 237 of file QhullPointSet.h.
QhullPoint orgQhull::QhullPointSetIterator::next | ( | ) | [inline] |
Definition at line 238 of file QhullPointSet.h.
QhullPointSetIterator& orgQhull::QhullPointSetIterator::operator= | ( | const QhullPointSet & | container | ) | [inline] |
Definition at line 233 of file QhullPointSet.h.
QhullPoint orgQhull::QhullPointSetIterator::peekNext | ( | ) | const [inline] |
Definition at line 239 of file QhullPointSet.h.
QhullPoint orgQhull::QhullPointSetIterator::peekPrevious | ( | ) | const [inline] |
Definition at line 240 of file QhullPointSet.h.
QhullPoint orgQhull::QhullPointSetIterator::previous | ( | ) | [inline] |
Definition at line 241 of file QhullPointSet.h.
void orgQhull::QhullPointSetIterator::toBack | ( | ) | [inline] |
Definition at line 242 of file QhullPointSet.h.
void orgQhull::QhullPointSetIterator::toFront | ( | ) | [inline] |
Definition at line 243 of file QhullPointSet.h.
const QhullPointSet* orgQhull::QhullPointSetIterator::c [private] |
Definition at line 228 of file QhullPointSet.h.
Definition at line 229 of file QhullPointSet.h.