Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::internal::gcm::graph::IncidentEdgeIterator Class Reference

iterate over incident edges More...

#include <ogdf/geometric/cr_min/graph/ogdf_iterator.h>

+ Inheritance diagram for ogdf::internal::gcm::graph::IncidentEdgeIterator:

Public Types

using T = edge
 
- Public Types inherited from ogdf::internal::gcm::graph::OGDFEntryIterator< adjEntry >
using Entry = adjEntry
 
using Iterator = OGDFEntryIterator< Entry >
 

Public Member Functions

edge operator* ()
 
- Public Member Functions inherited from ogdf::internal::gcm::graph::OGDFEntryIterator< adjEntry >
 OGDFEntryIterator (Entry _cur)
 
bool operator!= (const Iterator &b) const
 
Iteratoroperator++ ()
 
Iteratoroperator-- ()
 
bool operator== (const Iterator &b) const
 

Private Types

using parent = OGDFEntryIterator< adjEntry >
 

Additional Inherited Members

- Protected Attributes inherited from ogdf::internal::gcm::graph::OGDFEntryIterator< adjEntry >
Entry m_cur
 

Detailed Description

iterate over incident edges

Definition at line 84 of file ogdf_iterator.h.

Member Typedef Documentation

◆ parent

◆ T

Member Function Documentation

◆ operator*()

edge ogdf::internal::gcm::graph::IncidentEdgeIterator::operator* ( )
inline

Definition at line 92 of file ogdf_iterator.h.


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