|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
49 #define OGDF_DECL_REG_ARRAY_TYPE(v, c) ogdf::RegisteredArray<PCTreeRegistry, v, c>
51 #undef OGDF_DECL_REG_ARRAY_TYPE
53 template<
bool SupportFastSizeQuery = true>
Dynamic arrays indexed with arbitrary keys.
#define OGDF_DECL_REG_ARRAY(NAME)
Declaration and implementation of ogdf::RegisteredSet.
A PC-tree represents a set of cyclic orders of its leaves by labeling its inner nodes as either P- or...
std::ostream & operator<<(std::ostream &, ogdf::pc_tree::NodeLabel)
Declaration and implementation of RegisteredArray class.
Constant-time set operations.
A node in a PC-tree that is either a P-node, C-node or leaf.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.