Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

QPartitioning.h File Reference

Manages the partitioning of Q-nodes in an instance of SyncPlan. More...

#include <ogdf/basic/Graph.h>
#include <ogdf/basic/List.h>

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

 ogdf
 The namespace for all OGDF objects.
 
 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. More...
 
template<typename Value >
using ogdf::sync_plan::PartitionArrayP = PartitionArray< std::unique_ptr< Value >, false >
 Shorthand for PartitionArray storing std::unique_ptr<Value>. More...
 

Detailed Description

Manages the partitioning of Q-nodes in an instance of SyncPlan.

Author
Simon D. Fink ogdf@.nosp@m.niko.nosp@m..fink.nosp@m..bay.nosp@m.ern
License:
This file is part of the Open Graph Drawing Framework (OGDF).
Copyright (C)
See README.md in the OGDF root directory for details.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/copyleft/gpl.html

Definition in file QPartitioning.h.

Macro Definition Documentation

◆ OGDF_DECL_REG_ARRAY_TYPE

#define OGDF_DECL_REG_ARRAY_TYPE (   v,
 
)    RegisteredArray<QPartitioning, v, c>

Definition at line 39 of file QPartitioning.h.