 |
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
#define OGDF_ASSERT(expr)
Assert condition expr. See doc/build.md for more information.
Declaration and implementation of ogdf::RegisteredSet.
Utility macros for declaring copy and move constructors and assignment operations.
Constant-time set operations.
Combinatorial embeddings of planar graphs.
Basic declarations, included by all source files.
const Registry * registeredAt() const
Returns the associated registry.
Declaration of CombinatorialEmbedding and face.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
RegisteredSet()
Creates an empty set associated with no registry.
const ConstCombinatorialEmbedding & embeddingOf() const
Returns the associated combinatorial embedding.
#define OGDF_DEFAULT_COPY(cls)
Explicitly provides default copy construction and assignment for class cls.
const list_type & faces() const
Returns a reference to the list of faces contained in this set.