Forward iterator for adjacency entries in a face.
More...
#include <ogdf/basic/CombinatorialEmbedding.h>
Forward iterator for adjacency entries in a face.
Definition at line 59 of file CombinatorialEmbedding.h.
◆ FaceAdjIterator() [1/4]
ogdf::internal::FaceAdjIterator::FaceAdjIterator |
( |
| ) |
|
|
inline |
◆ FaceAdjIterator() [2/4]
ogdf::internal::FaceAdjIterator::FaceAdjIterator |
( |
adjEntry |
adj | ) |
|
|
inlineexplicit |
◆ FaceAdjIterator() [3/4]
ogdf::internal::FaceAdjIterator::FaceAdjIterator |
( |
adjEntry |
adjFirst, |
|
|
adjEntry |
adj |
|
) |
| |
|
inline |
◆ FaceAdjIterator() [4/4]
ogdf::internal::FaceAdjIterator::FaceAdjIterator |
( |
const FaceAdjIterator & |
| ) |
|
|
default |
◆ operator!=()
bool ogdf::internal::FaceAdjIterator::operator!= |
( |
const FaceAdjIterator & |
other | ) |
const |
|
inline |
◆ operator*()
adjEntry ogdf::internal::FaceAdjIterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
◆ operator=()
◆ operator==()
bool ogdf::internal::FaceAdjIterator::operator== |
( |
const FaceAdjIterator & |
other | ) |
const |
|
inline |
◆ m_adj
adjEntry ogdf::internal::FaceAdjIterator::m_adj |
|
private |
◆ m_adjFirst
adjEntry ogdf::internal::FaceAdjIterator::m_adjFirst |
|
private |
The documentation for this class was generated from the following file: