List of all members.
Classes
Public Types
-
typedef const value_type * const_pointer
-
typedef const value_type & const_reference
-
typedef const_iterator ConstIterator
-
typedef ptrdiff_t difference_type
-
typedef iterator Iterator
-
typedef value_type * pointer
-
typedef value_type & reference
-
typedef int size_type
-
typedef coordT value_type
Public Member Functions
-
void append (const coordT &c)
-
coordT & at (int idx)
-
const coordT & at (int idx) const
-
coordT & back ()
-
const coordT & back () const
-
iterator begin ()
-
const_iterator begin () const
-
void clear ()
-
const_iterator constBegin () const
-
const_iterator constEnd () const
-
bool contains (const coordT &t) const
-
Coordinates (const std::vector< coordT > &other)
-
Coordinates (const Coordinates &other)
-
int count () const
-
int count (const coordT &t) const
-
coordT * data ()
-
const coordT * data () const
-
bool empty () const
-
iterator end ()
-
const_iterator end () const
-
iterator erase (iterator idx)
-
iterator erase (iterator beginIterator, iterator endIterator)
-
coordT & first ()
-
const coordT & first () const
-
coordT & front ()
-
const coordT & front () const
-
int indexOf (const coordT &t, int from=0) const
-
void insert (int before, const coordT &c)
-
iterator insert (iterator before, const coordT &c)
-
bool isEmpty () const
-
coordT & last ()
-
const coordT & last () const
-
int lastIndexOf (const coordT &t, int from=-1) const
-
Coordinates mid (int idx, int length=-1) const
- Coordinates -- vector of coordT (normally double)
-
void move (int from, int to)
-
bool operator!= (const Coordinates &other) const
-
Coordinates operator+ (const Coordinates &other) const
-
Coordinates & operator+= (const Coordinates &other)
-
Coordinates & operator+= (const coordT &c)
-
Coordinates & operator<< (const Coordinates &other)
-
Coordinates & operator<< (const coordT &c)
-
Coordinates & operator= (const Coordinates &other)
-
Coordinates & operator= (const std::vector< coordT > &other)
-
bool operator== (const Coordinates &other) const
-
coordT & operator[] (int idx)
-
const coordT & operator[] (int idx) const
-
void pop_back ()
-
void pop_front ()
-
void prepend (const coordT &c)
-
void push_back (const coordT &c)
-
void push_front (const coordT &c)
-
void removeAll (const coordT &t)
-
void removeAt (int idx)
-
void removeFirst ()
-
void removeLast ()
-
void replace (int idx, const coordT &c)
-
void reserve (int i)
-
size_t size () const
-
void swap (int idx, int other)
-
coordT takeAt (int idx)
-
coordT takeFirst ()
-
coordT takeLast ()
-
std::vector< coordT > toStdVector () const
-
coordT value (int idx, const coordT &defaultValue) const
The documentation for this class was generated from the following files:
- modules/examples/ConvexHull/Coordinates.h
- modules/examples/ConvexHull/Coordinates.cpp