List of all members.
Public Types
-
typedef ptrdiff_t difference_type
-
typedef
std::random_access_iterator_tag iterator_category
-
typedef const value_type * pointer
-
typedef const value_type & reference
-
typedef QhullPoint value_type
Public Member Functions
-
const_iterator (const const_iterator &other)
-
const_iterator (const QhullPoints::iterator &other)
-
const_iterator (const QhullPoints &ps)
-
const_iterator (int pointDimension, coordT *c)
-
bool operator!= (const const_iterator &other) const
-
QhullPoint operator* () const
-
const_iterator operator+ (int idx) const
-
const_iterator & operator++ ()
-
const_iterator operator++ (int)
-
const_iterator & operator+= (int idx)
-
const_iterator operator- (int idx) const
-
difference_type operator- (const_iterator other) const
-
const_iterator & operator-- ()
-
const_iterator operator-- (int)
-
const_iterator & operator-= (int idx)
-
QhullPoint * operator-> ()
-
bool operator< (const const_iterator &other) const
-
bool operator<= (const const_iterator &other) const
-
const_iterator & operator= (const const_iterator &other)
-
bool operator== (const const_iterator &other) const
-
bool operator> (const const_iterator &other) const
-
bool operator>= (const const_iterator &other) const
-
QhullPoint operator[] (int idx) const
The documentation for this class was generated from the following file:
- modules/examples/ConvexHull/QhullPoints.h