|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
53 template<
bool SupportFastSizeQuery = true>
The namespace for all OGDF objects.
const list_type & elements() const
Returns a reference to the list of elements contained in this set.
#define OGDF_ASSERT(expr)
Assert condition expr. See doc/build.md for more information.
Declaration and implementation of ogdf::RegisteredSet.
const ConstCombinatorialEmbedding & embeddingOf() const
Returns the associated combinatorial embedding.
typename std::conditional< SupportFastSizeQuery, List< element_type >, ListPure< element_type > >::type list_type
const ConstCombinatorialEmbedding * registeredAt() const
Returns the associated registry.
const RS::list_type & faces() const
Returns a reference to the list of faces contained in this set.
Constant-time set operations.
Combinatorial embeddings of planar graphs.
Basic declarations, included by all source files.
Declaration of CombinatorialEmbedding and face.