Declaration of CombinatorialEmbedding and face. More...
#include <ogdf/basic/AdjEntryArray.h>Go to the source code of this file.
Classes | |
| class | ogdf::CombinatorialEmbedding |
| Combinatorial embeddings of planar graphs with modification functionality. More... | |
| class | ogdf::ConstCombinatorialEmbedding |
| Combinatorial embeddings of planar graphs. More... | |
| class | ogdf::FaceElement |
| Faces in a combinatorial embedding. More... | |
| class | ogdf::internal::FaceAdjContainer |
| Container for the adjacency entries in a face. More... | |
| class | ogdf::internal::FaceAdjIterator |
| Forward iterator for adjacency entries in a face. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
| namespace | ogdf::internal |
Typedefs | |
| using | ogdf::face = FaceElement * |
Functions | |
| std::ostream & | ogdf::operator<< (std::ostream &os, ogdf::face f) |
| Output operator for faces; prints face index (or "nil"). | |
Declaration of CombinatorialEmbedding and face.
Enriches graph by the notion of faces
Definition in file CombinatorialEmbedding.h.