#include <QhullSet.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef T | value_type |
Public Member Functions | |
iterator (const iterator &o) | |
iterator (QhullQh *qqh, typename T::base_type *p) | |
bool | operator!= (const const_iterator &o) const |
bool | operator!= (const iterator &o) const |
T | operator* () const |
iterator | operator+ (countT j) const |
iterator & | operator++ () |
No error checking. More... | |
iterator | operator++ (int) |
iterator & | operator+= (countT j) |
countT | operator- (const iterator &o) const |
Assumes same point set. More... | |
iterator | operator- (countT j) const |
iterator & | operator-- () |
iterator | operator-- (int) |
iterator & | operator-= (countT j) |
bool | operator< (const const_iterator &o) const |
bool | operator< (const iterator &o) const |
bool | operator<= (const const_iterator &o) const |
bool | operator<= (const iterator &o) const |
iterator & | operator= (const iterator &o) |
bool | operator== (const const_iterator &o) const |
bool | operator== (const iterator &o) const |
bool | operator> (const const_iterator &o) const |
bool | operator> (const iterator &o) const |
bool | operator>= (const const_iterator &o) const |
bool | operator>= (const iterator &o) const |
Private Attributes | |
T::base_type * | i |
QhullQh * | qh_qh |
Friends | |
class | const_iterator |
Definition at line 197 of file QhullSet.h.
typedef ptrdiff_t orgQhull::QhullSet< T >::iterator::difference_type |
Definition at line 204 of file QhullSet.h.
typedef std::bidirectional_iterator_tag orgQhull::QhullSet< T >::iterator::iterator_category |
Definition at line 205 of file QhullSet.h.
typedef T orgQhull::QhullSet< T >::iterator::value_type |
Definition at line 206 of file QhullSet.h.
|
inline |
Definition at line 208 of file QhullSet.h.
|
inline |
Definition at line 209 of file QhullSet.h.
|
inline |
Definition at line 220 of file QhullSet.h.
|
inline |
Definition at line 218 of file QhullSet.h.
|
inline |
Definition at line 213 of file QhullSet.h.
|
inline |
Definition at line 238 of file QhullSet.h.
|
inline |
No error checking.
Definition at line 234 of file QhullSet.h.
|
inline |
Definition at line 235 of file QhullSet.h.
|
inline |
Definition at line 240 of file QhullSet.h.
|
inline |
Assumes same point set.
Definition at line 223 of file QhullSet.h.
|
inline |
Definition at line 239 of file QhullSet.h.
|
inline |
Definition at line 236 of file QhullSet.h.
|
inline |
Definition at line 237 of file QhullSet.h.
|
inline |
Definition at line 241 of file QhullSet.h.
|
inline |
Definition at line 230 of file QhullSet.h.
|
inline |
Definition at line 226 of file QhullSet.h.
|
inline |
Definition at line 229 of file QhullSet.h.
|
inline |
Definition at line 225 of file QhullSet.h.
|
inline |
Definition at line 210 of file QhullSet.h.
|
inline |
Definition at line 219 of file QhullSet.h.
|
inline |
Definition at line 217 of file QhullSet.h.
|
inline |
Definition at line 228 of file QhullSet.h.
|
inline |
Definition at line 224 of file QhullSet.h.
|
inline |
Definition at line 231 of file QhullSet.h.
|
inline |
Definition at line 227 of file QhullSet.h.
|
friend |
Definition at line 198 of file QhullSet.h.
|
private |
Definition at line 200 of file QhullSet.h.
|
private |
Definition at line 201 of file QhullSet.h.