|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
51 static inline int keyToIndex(
PCNode* key);
54 bool isKeyAssociated(
PCNode* key)
const;
57 int maxKeyIndex()
const;
60 int calculateArraySize(
int add)
const;
Abstract base class for registries.
PCTreeForest & getForest() const
A registry that allows labelling the nodes of a PC-tree.
PCTreeRegistry(PCTreeForest *pcTreeForest)
Multiple PCTrees can be created within the same PCTreeForest, which allows merging the trees later on...
Predeclaration of various PC-tree related classes and enums.
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.