51 static inline int keyToIndex(
PCNode* key);
Predeclaration of various PC-tree related classes and enums.
Basic declarations, included by all source files.
Abstract base class for registries.
A node in a PC-tree that is either a P-node, C-node or leaf.
Multiple PCTrees can be created within the same PCTreeForest, which allows merging the trees later on...
A registry that allows labelling the nodes of a PC-tree.
PCTreeForest & getForest() const
PCTreeRegistry(PCTreeForest *pcTreeForest)
bool isKeyAssociated(PCNode *key) const
Returns whether key is associated with this registry.
int maxKeyIndex() const
Returns the maximum index of all keys managed by this registry.
int calculateArraySize(int add) const
Returns the array size currently requested by this registry.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...