#include <Coordinates.h>
Public Member Functions | |
| CoordinatesIterator (const Coordinates &container) | |
| bool | findNext (const coordT &t) |
| bool | findPrevious (const coordT &t) |
| bool | hasNext () const |
| bool | hasPrevious () const |
| const coordT & | next () |
| CoordinatesIterator & | operator= (const Coordinates &container) |
| const coordT & | peekNext () const |
| const coordT & | peekPrevious () const |
| const coordT & | previous () |
| void | toBack () |
| void | toFront () |
Private Types | |
| typedef Coordinates::const_iterator | const_iterator |
Private Attributes | |
| const Coordinates * | c |
| const_iterator | i |
Definition at line 240 of file Coordinates.h.
typedef Coordinates::const_iterator orgQhull::CoordinatesIterator::const_iterator [private] |
Definition at line 242 of file Coordinates.h.
| orgQhull::CoordinatesIterator::CoordinatesIterator | ( | const Coordinates & | container | ) | [inline] |
Definition at line 246 of file Coordinates.h.
| bool orgQhull::CoordinatesIterator::findNext | ( | const coordT & | t | ) | [inline] |
Definition at line 258 of file Coordinates.h.
| bool orgQhull::CoordinatesIterator::findPrevious | ( | const coordT & | t | ) | [inline] |
Definition at line 260 of file Coordinates.h.
| bool orgQhull::CoordinatesIterator::hasNext | ( | ) | const [inline] |
Definition at line 252 of file Coordinates.h.
| bool orgQhull::CoordinatesIterator::hasPrevious | ( | ) | const [inline] |
Definition at line 255 of file Coordinates.h.
| const coordT& orgQhull::CoordinatesIterator::next | ( | ) | [inline] |
Definition at line 253 of file Coordinates.h.
| CoordinatesIterator& orgQhull::CoordinatesIterator::operator= | ( | const Coordinates & | container | ) | [inline] |
Definition at line 248 of file Coordinates.h.
| const coordT& orgQhull::CoordinatesIterator::peekNext | ( | ) | const [inline] |
Definition at line 254 of file Coordinates.h.
| const coordT& orgQhull::CoordinatesIterator::peekPrevious | ( | ) | const [inline] |
Definition at line 257 of file Coordinates.h.
| const coordT& orgQhull::CoordinatesIterator::previous | ( | ) | [inline] |
Definition at line 256 of file Coordinates.h.
| void orgQhull::CoordinatesIterator::toBack | ( | ) | [inline] |
Definition at line 251 of file Coordinates.h.
| void orgQhull::CoordinatesIterator::toFront | ( | ) | [inline] |
Definition at line 250 of file Coordinates.h.
const Coordinates* orgQhull::CoordinatesIterator::c [private] |
Definition at line 243 of file Coordinates.h.
Definition at line 244 of file Coordinates.h.