List of all members.
Public Types
-
typedef ptrdiff_t difference_type
-
typedef
std::random_access_iterator_tag iterator_category
-
typedef value_type * pointer
-
typedef value_type & reference
-
typedef QhullPoint value_type
Public Member Functions
-
iterator (const iterator &other)
-
iterator (const QhullPoints &ps)
-
iterator (int pointDimension, coordT *c)
-
bool operator!= (const iterator &other) const
-
bool operator!= (const QhullPoints::const_iterator &other) const
-
QhullPoint operator* () const
-
iterator operator+ (int idx) const
-
iterator & operator++ ()
-
iterator operator++ (int)
-
iterator & operator+= (int idx)
-
iterator operator- (int idx) const
-
difference_type operator- (iterator other) const
-
iterator & operator-- ()
-
iterator operator-- (int)
-
iterator & operator-= (int idx)
-
QhullPoint * operator-> ()
-
bool operator< (const iterator &other) const
-
bool operator< (const QhullPoints::const_iterator &other) const
-
bool operator<= (const iterator &other) const
-
bool operator<= (const QhullPoints::const_iterator &other) const
-
iterator & operator= (const iterator &other)
-
bool operator== (const iterator &other) const
-
bool operator== (const QhullPoints::const_iterator &other) const
-
bool operator> (const iterator &other) const
-
bool operator> (const QhullPoints::const_iterator &other) const
-
bool operator>= (const iterator &other) const
-
bool operator>= (const QhullPoints::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