Faster then interator/const_iterator due to T::base_type. More...
#include <QhullSet.h>
Public Member Functions | |
Constructors | |
QhullSetIterator (const QhullSet< T > &s) | |
QhullSetIterator (const QhullSetIterator< T > &o) | |
QhullSetIterator< T > & | operator= (const QhullSetIterator< T > &o) |
ReadOnly | |
countT | countRemaining () |
Search | |
bool | findNext (const T &t) |
bool | findPrevious (const T &t) |
Foreach | |
bool | hasNext () const |
bool | hasPrevious () const |
T | next () |
T | peekNext () const |
T | peekPrevious () const |
T | previous () |
void | toBack () |
void | toFront () |
Private Types | |
Subtypes | |
typedef QhullSet< T >::const_iterator | const_iterator |
Private Attributes | |
Fields | |
const T::base_type * | i |
const T::base_type * | begin_i |
const T::base_type * | end_i |
QhullQh * | qh_qh |
Faster then interator/const_iterator due to T::base_type.
Definition at line 289 of file QhullSet.h.
|
private |
Definition at line 292 of file QhullSet.h.
|
inline |
Definition at line 303 of file QhullSet.h.
|
inline |
Definition at line 304 of file QhullSet.h.
|
inline |
Definition at line 308 of file QhullSet.h.
bool orgQhull::QhullSetIterator< T >::findNext | ( | const T & | t | ) |
Definition at line 429 of file QhullSet.h.
bool orgQhull::QhullSetIterator< T >::findPrevious | ( | const T & | t | ) |
Definition at line 442 of file QhullSet.h.
|
inline |
Definition at line 315 of file QhullSet.h.
|
inline |
Definition at line 316 of file QhullSet.h.
|
inline |
Definition at line 317 of file QhullSet.h.
|
inline |
Definition at line 305 of file QhullSet.h.
|
inline |
Definition at line 318 of file QhullSet.h.
|
inline |
Definition at line 319 of file QhullSet.h.
|
inline |
Definition at line 320 of file QhullSet.h.
|
inline |
Definition at line 321 of file QhullSet.h.
|
inline |
Definition at line 322 of file QhullSet.h.
|
private |
Definition at line 297 of file QhullSet.h.
|
private |
Definition at line 298 of file QhullSet.h.
|
private |
Definition at line 296 of file QhullSet.h.
|
private |
Definition at line 299 of file QhullSet.h.