#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 (const const_iterator &o) | |
const_iterator (const iterator &o) | |
const_iterator (QhullQh *qqh, const typename T::base_type *p) | |
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 |
Private Attributes | |
const T::base_type * | i |
QhullQh * | qh_qh |
Definition at line 244 of file QhullSet.h.
typedef ptrdiff_t orgQhull::QhullSet< T >::const_iterator::difference_type |
Definition at line 250 of file QhullSet.h.
typedef std::random_access_iterator_tag orgQhull::QhullSet< T >::const_iterator::iterator_category |
Definition at line 251 of file QhullSet.h.
typedef T orgQhull::QhullSet< T >::const_iterator::value_type |
Definition at line 252 of file QhullSet.h.
|
inline |
Definition at line 254 of file QhullSet.h.
|
inline |
Definition at line 255 of file QhullSet.h.
|
inline |
Definition at line 256 of file QhullSet.h.
|
inline |
Definition at line 264 of file QhullSet.h.
|
inline |
Definition at line 260 of file QhullSet.h.
|
inline |
Definition at line 278 of file QhullSet.h.
|
inline |
Definition at line 274 of file QhullSet.h.
|
inline |
Definition at line 275 of file QhullSet.h.
|
inline |
Definition at line 280 of file QhullSet.h.
|
inline |
Assumes same point set.
Definition at line 267 of file QhullSet.h.
|
inline |
Definition at line 279 of file QhullSet.h.
|
inline |
Definition at line 276 of file QhullSet.h.
|
inline |
Definition at line 277 of file QhullSet.h.
|
inline |
Definition at line 281 of file QhullSet.h.
|
inline |
Definition at line 270 of file QhullSet.h.
|
inline |
Definition at line 269 of file QhullSet.h.
|
inline |
Definition at line 257 of file QhullSet.h.
|
inline |
Definition at line 263 of file QhullSet.h.
|
inline |
Definition at line 268 of file QhullSet.h.
|
private |
Definition at line 246 of file QhullSet.h.
|
private |
Definition at line 247 of file QhullSet.h.