Manages the partitioning of Q-nodes in an instance of SyncPlan. More...
Go to the source code of this file.
Classes | |
| class | ogdf::sync_plan::QPartitioning |
| Manages the partitioning of Q-nodes in an instance of SyncPlan. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
| namespace | ogdf::sync_plan |
Macros | |
| #define | OGDF_DECL_REG_ARRAY_TYPE(v, c) RegisteredArray<QPartitioning, v, c> |
Typedefs | |
| template<typename Value , bool WithDefault = true> | |
| using | ogdf::sync_plan::PartitionArray = RegisteredArray< QPartitioning, Value, WithDefault > |
RegisteredArray for labeling the partitions in a QPartitioning with an arbitrary Value. | |
| template<typename Value > | |
| using | ogdf::sync_plan::PartitionArrayP = PartitionArray< std::unique_ptr< Value >, false > |
| Shorthand for PartitionArray storing std::unique_ptr<Value>. | |
Manages the partitioning of Q-nodes in an instance of SyncPlan.
Definition in file QPartitioning.h.
| #define OGDF_DECL_REG_ARRAY_TYPE | ( | v, | |
| c | |||
| ) | RegisteredArray<QPartitioning, v, c> |
Definition at line 40 of file QPartitioning.h.