iterate over entries of an ogdf graph More...
#include <ogdf/geometric/cr_min/graph/ogdf_iterator.h>
Public Types | |
using | Entry = _Entry |
using | Iterator = OGDFEntryIterator< Entry > |
Public Member Functions | |
OGDFEntryIterator (Entry _cur) | |
bool | operator!= (const Iterator &b) const |
Iterator & | operator++ () |
Iterator & | operator-- () |
bool | operator== (const Iterator &b) const |
Protected Attributes | |
Entry | m_cur |
iterate over entries of an ogdf graph
Definition at line 43 of file ogdf_iterator.h.
using ogdf::internal::gcm::graph::OGDFEntryIterator< _Entry >::Entry = _Entry |
Definition at line 45 of file ogdf_iterator.h.
using ogdf::internal::gcm::graph::OGDFEntryIterator< _Entry >::Iterator = OGDFEntryIterator<Entry> |
Definition at line 46 of file ogdf_iterator.h.
|
inline |
Definition at line 52 of file ogdf_iterator.h.
|
inline |
Definition at line 68 of file ogdf_iterator.h.
|
inline |
Definition at line 61 of file ogdf_iterator.h.
|
inline |
Definition at line 56 of file ogdf_iterator.h.
|
inline |
Definition at line 66 of file ogdf_iterator.h.
|
protected |
Definition at line 49 of file ogdf_iterator.h.