#include <Coordinates.h>
Public Member Functions | |
bool | findNext (const coordT &t) |
bool | findPrevious (const coordT &t) |
bool | hasNext () const |
bool | hasPrevious () const |
void | insert (const coordT &t) |
MutableCoordinatesIterator (Coordinates &container) | |
coordT & | next () |
MutableCoordinatesIterator & | operator= (Coordinates &container) |
coordT & | peekNext () const |
coordT & | peekPrevious () const |
coordT & | previous () |
void | remove () |
void | setValue (const coordT &t) const |
void | toBack () |
void | toFront () |
coordT & | value () |
const coordT & | value () const |
~MutableCoordinatesIterator () | |
Private Types | |
typedef Coordinates::const_iterator | const_iterator |
typedef Coordinates::iterator | iterator |
Private Member Functions | |
bool | item_exists () const |
Private Attributes | |
Coordinates * | c |
iterator | i |
iterator | n |
Definition at line 267 of file Coordinates.h.
Definition at line 270 of file Coordinates.h.
typedef Coordinates::iterator orgQhull::MutableCoordinatesIterator::iterator [private] |
Definition at line 269 of file Coordinates.h.
orgQhull::MutableCoordinatesIterator::MutableCoordinatesIterator | ( | Coordinates & | container | ) | [inline] |
Definition at line 275 of file Coordinates.h.
Definition at line 278 of file Coordinates.h.
bool orgQhull::MutableCoordinatesIterator::findNext | ( | const coordT & | t | ) | [inline] |
Definition at line 297 of file Coordinates.h.
bool orgQhull::MutableCoordinatesIterator::findPrevious | ( | const coordT & | t | ) | [inline] |
Definition at line 299 of file Coordinates.h.
bool orgQhull::MutableCoordinatesIterator::hasNext | ( | ) | const [inline] |
Definition at line 285 of file Coordinates.h.
bool orgQhull::MutableCoordinatesIterator::hasPrevious | ( | ) | const [inline] |
Definition at line 288 of file Coordinates.h.
void orgQhull::MutableCoordinatesIterator::insert | ( | const coordT & | t | ) | [inline] |
Definition at line 296 of file Coordinates.h.
bool orgQhull::MutableCoordinatesIterator::item_exists | ( | ) | const [inline, private] |
Definition at line 273 of file Coordinates.h.
coordT& orgQhull::MutableCoordinatesIterator::next | ( | ) | [inline] |
Definition at line 286 of file Coordinates.h.
MutableCoordinatesIterator& orgQhull::MutableCoordinatesIterator::operator= | ( | Coordinates & | container | ) | [inline] |
Definition at line 280 of file Coordinates.h.
coordT& orgQhull::MutableCoordinatesIterator::peekNext | ( | ) | const [inline] |
Definition at line 287 of file Coordinates.h.
coordT& orgQhull::MutableCoordinatesIterator::peekPrevious | ( | ) | const [inline] |
Definition at line 290 of file Coordinates.h.
coordT& orgQhull::MutableCoordinatesIterator::previous | ( | ) | [inline] |
Definition at line 289 of file Coordinates.h.
void orgQhull::MutableCoordinatesIterator::remove | ( | ) | [inline] |
Definition at line 291 of file Coordinates.h.
void orgQhull::MutableCoordinatesIterator::setValue | ( | const coordT & | t | ) | const [inline] |
Definition at line 293 of file Coordinates.h.
void orgQhull::MutableCoordinatesIterator::toBack | ( | ) | [inline] |
Definition at line 284 of file Coordinates.h.
void orgQhull::MutableCoordinatesIterator::toFront | ( | ) | [inline] |
Definition at line 283 of file Coordinates.h.
coordT& orgQhull::MutableCoordinatesIterator::value | ( | ) | [inline] |
Definition at line 294 of file Coordinates.h.
const coordT& orgQhull::MutableCoordinatesIterator::value | ( | ) | const [inline] |
Definition at line 295 of file Coordinates.h.
Definition at line 271 of file Coordinates.h.
Definition at line 272 of file Coordinates.h.
Definition at line 272 of file Coordinates.h.