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

orientedViewEdgeIterator Class Reference

#include <ViewMapIterators.h>

List of all members.


Detailed Description

Class representing an iterator over oriented ViewEdges around a ViewVertex. This iterator allows a CCW iteration (in the image plane). An instance of an orientedViewEdgeIterator can only be obtained from a ViewVertex by calling edgesBegin() or edgesEnd().


Public Member Functions

 orientedViewEdgeIterator ()
 orientedViewEdgeIterator (const orientedViewEdgeIterator &iBrother)
virtual bool isBegin () const
virtual bool isEnd () const
virtual orientedViewEdgeIteratoroperator++ ()
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

Constructor & Destructor Documentation

orientedViewEdgeIterator (  )  [inline]

Default constructor

orientedViewEdgeIterator ( const orientedViewEdgeIterator iBrother  )  [inline]

Copy constructor


Member Function Documentation

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.


The documentation for this class was generated from the following file: