h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <ViewMapIterators.h>
Public Member Functions | |
orientedViewEdgeIterator () | |
orientedViewEdgeIterator (const orientedViewEdgeIterator &iBrother) | |
virtual bool | isBegin () const |
virtual bool | isEnd () const |
virtual orientedViewEdgeIterator & | operator++ () |
virtual orientedViewEdgeIterator | operator++ (int) |
virtual bool | operator!= (const orientedViewEdgeIterator &b) const |
virtual bool | operator== (const orientedViewEdgeIterator &b) const |
virtual ::ViewVertex::directedViewEdge & | operator * () const |
virtual ::ViewVertex::directedViewEdge * | operator-> () const |
void | increment () |
Friends | |
class | ViewVertex |
class | TVertex |
class | NonTVertex |
class | ViewEdge |
orientedViewEdgeIterator | ( | ) | [inline] |
Default constructor
orientedViewEdgeIterator | ( | const orientedViewEdgeIterator & | iBrother | ) | [inline] |
Copy constructor
virtual bool isBegin | ( | ) | const [inline, virtual] |
Tells whether the ViewEdge pointed by this iterator is the first one of the iteration list or not.
virtual bool isEnd | ( | ) | const [inline, virtual] |
Tells whether the ViewEdge pointed by this iterator is after the last one of the iteration list or not.
virtual orientedViewEdgeIterator& operator++ | ( | ) | [inline, virtual] |
Increments.In the scripting language, call "increment()".
virtual orientedViewEdgeIterator operator++ | ( | int | ) | [inline, virtual] |
Increments.In the scripting language, call "increment()".
virtual bool operator!= | ( | const orientedViewEdgeIterator & | b | ) | const [inline, virtual] |
operator !=
virtual bool operator== | ( | const orientedViewEdgeIterator & | b | ) | const [inline, virtual] |
operator ==
virtual ::ViewVertex::directedViewEdge& operator * | ( | ) | const [inline] |
Returns a reference to the pointed orientedViewEdge. In the scripting language, you must call "getObject()"instead.
virtual ::ViewVertex::directedViewEdge* operator-> | ( | ) | const [inline] |
Returns a pointer to the pointed orientedViewEdge. Can't be called in the scripting language.
void increment | ( | ) | [inline] |
increments.