#include <QhullSet.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef std::random_access_iterator_tag | iterator_category |
typedef T | value_type |
Public Member Functions | |
const_iterator (QhullQh *qqh, const typename T::base_type *p) | |
const_iterator (const const_iterator &o) | |
const_iterator (const iterator &o) | |
bool | operator!= (const const_iterator &o) const |
const T | operator* () const |
const_iterator | operator+ (int j) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator+= (int j) |
countT | operator- (const const_iterator &o) |
Assumes same point set. More... | |
const_iterator | operator- (int j) const |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator & | operator-= (int j) |
bool | operator< (const const_iterator &o) const |
bool | operator<= (const const_iterator &o) const |
const_iterator & | operator= (const const_iterator &o) |
bool | operator== (const const_iterator &o) const |
bool | operator> (const const_iterator &o) const |
bool | operator>= (const const_iterator &o) const |
No error checking. More... | |
const T | operator[] (countT idx) const |
No error checking. More... | |
Private Attributes | |
const T::base_type * | i |
QhullQh * | qh_qh |
Definition at line 238 of file QhullSet.h.
typedef ptrdiff_t orgQhull::QhullSet< T >::const_iterator::difference_type |
Definition at line 244 of file QhullSet.h.
typedef std::random_access_iterator_tag orgQhull::QhullSet< T >::const_iterator::iterator_category |
Definition at line 245 of file QhullSet.h.
typedef T orgQhull::QhullSet< T >::const_iterator::value_type |
Definition at line 246 of file QhullSet.h.
|
inline |
Definition at line 248 of file QhullSet.h.
|
inline |
Definition at line 249 of file QhullSet.h.
|
inline |
Definition at line 250 of file QhullSet.h.
|
inline |
Definition at line 258 of file QhullSet.h.
|
inline |
Definition at line 254 of file QhullSet.h.
|
inline |
Definition at line 272 of file QhullSet.h.
|
inline |
Definition at line 268 of file QhullSet.h.
|
inline |
Definition at line 269 of file QhullSet.h.
|
inline |
Definition at line 274 of file QhullSet.h.
|
inline |
Assumes same point set.
Definition at line 261 of file QhullSet.h.
|
inline |
Definition at line 273 of file QhullSet.h.
|
inline |
Definition at line 270 of file QhullSet.h.
|
inline |
Definition at line 271 of file QhullSet.h.
|
inline |
Definition at line 275 of file QhullSet.h.
|
inline |
Definition at line 264 of file QhullSet.h.
|
inline |
Definition at line 263 of file QhullSet.h.
|
inline |
Definition at line 251 of file QhullSet.h.
|
inline |
Definition at line 257 of file QhullSet.h.
|
inline |
Definition at line 262 of file QhullSet.h.
|
inline |
No error checking.
Definition at line 265 of file QhullSet.h.
|
inline |
No error checking.
Definition at line 255 of file QhullSet.h.
|
private |
Definition at line 240 of file QhullSet.h.
|
private |
Definition at line 241 of file QhullSet.h.