#include <QhullSet.h>
Public Member Functions | |
int | countRemaining () |
bool | findNext (const T &t) |
bool | findPrevious (const T &t) |
bool | hasNext () const |
bool | hasPrevious () const |
T | next () |
QhullSetIterator< T > & | operator= (const QhullSetIterator< T > &o) |
T | peekNext () const |
T | peekPrevious () const |
T | previous () |
QhullSetIterator (const QhullSet< T > &s) | |
QhullSetIterator (const QhullSetIterator< T > &o) | |
void | toBack () |
void | toFront () |
Private Types | |
typedef QhullSet< T > ::const_iterator | const_iterator |
Private Attributes | |
const_iterator | begin_i |
const_iterator | end_i |
const_iterator | i |
Definition at line 186 of file QhullSet.h.
typedef QhullSet<T>::const_iterator orgQhull::QhullSetIterator< T >::const_iterator [private] |
Definition at line 189 of file QhullSet.h.
orgQhull::QhullSetIterator< T >::QhullSetIterator | ( | const QhullSet< T > & | s | ) | [inline] |
Definition at line 199 of file QhullSet.h.
orgQhull::QhullSetIterator< T >::QhullSetIterator | ( | const QhullSetIterator< T > & | o | ) | [inline] |
Definition at line 200 of file QhullSet.h.
int orgQhull::QhullSetIterator< T >::countRemaining | ( | ) | [inline] |
Definition at line 204 of file QhullSet.h.
bool orgQhull::QhullSetIterator< T >::findNext | ( | const T & | t | ) |
Definition at line 320 of file QhullSet.h.
bool orgQhull::QhullSetIterator< T >::findPrevious | ( | const T & | t | ) |
Definition at line 332 of file QhullSet.h.
bool orgQhull::QhullSetIterator< T >::hasNext | ( | ) | const [inline] |
Definition at line 211 of file QhullSet.h.
bool orgQhull::QhullSetIterator< T >::hasPrevious | ( | ) | const [inline] |
Definition at line 212 of file QhullSet.h.
T orgQhull::QhullSetIterator< T >::next | ( | ) | [inline] |
Definition at line 213 of file QhullSet.h.
QhullSetIterator<T>& orgQhull::QhullSetIterator< T >::operator= | ( | const QhullSetIterator< T > & | o | ) | [inline] |
Definition at line 201 of file QhullSet.h.
T orgQhull::QhullSetIterator< T >::peekNext | ( | ) | const [inline] |
Definition at line 214 of file QhullSet.h.
T orgQhull::QhullSetIterator< T >::peekPrevious | ( | ) | const [inline] |
Definition at line 215 of file QhullSet.h.
T orgQhull::QhullSetIterator< T >::previous | ( | ) | [inline] |
Definition at line 216 of file QhullSet.h.
void orgQhull::QhullSetIterator< T >::toBack | ( | ) | [inline] |
Definition at line 217 of file QhullSet.h.
void orgQhull::QhullSetIterator< T >::toFront | ( | ) | [inline] |
Definition at line 218 of file QhullSet.h.
const_iterator orgQhull::QhullSetIterator< T >::begin_i [private] |
Definition at line 194 of file QhullSet.h.
const_iterator orgQhull::QhullSetIterator< T >::end_i [private] |
Definition at line 195 of file QhullSet.h.
const_iterator orgQhull::QhullSetIterator< T >::i [private] |
Definition at line 193 of file QhullSet.h.