Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

PipeOrder.h File Reference

Different PipeQueue implementations with varying sorting functions. More...

#include <ogdf/basic/List.h>
#include <ogdf/basic/PriorityQueue.h>
#include <ogdf/basic/basic.h>
#include <ogdf/cluster/sync_plan/PMatching.h>
#include <algorithm>
#include <memory>
#include <random>

Go to the source code of this file.

Classes

class  ogdf::sync_plan::DoublePipeQueue< PipeCmp1, PipeCmp2 >
 Base class for PipeQueues providing a "priority lane" for some pipes and sorting with different functions in both lanes/queues. More...
 
struct  ogdf::sync_plan::PipeCmpPtr< PipeCmp >
 A null-safe and priority aware comparator (wrapper) for pipes. More...
 
struct  ogdf::sync_plan::PipeQueueByDegree
 PipeQueue yielding pipes in order of descending or ascending degree. More...
 
struct  ogdf::sync_plan::PipeQueueByDegreePreferContract
 PipeQueue yielding contractable pipes first (or last), in order of descending (or ascending) degree. More...
 
struct  ogdf::sync_plan::PipeQueueRandom
 PipeQueue yielding pipes in some random (but stable and deterministic) order. More...
 
class  ogdf::sync_plan::SimplePipeQueue< PipeCmp >
 PipeQueue CRTP base class for ordering pipes by some simple comparator function. More...
 

Namespaces

 ogdf
 The namespace for all OGDF objects.
 
 ogdf::sync_plan
 

Detailed Description

Different PipeQueue implementations with varying sorting functions.

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 PipeOrder.h.