|
| | AdjacencyOracle.h |
| | Declaration of ogdf::AdjacencyOracle class.
|
| |
| | Array.h |
| | Declaration and implementation of Array class and Array algorithms.
|
| |
| | Array2D.h |
| | Declaration and implementation of class Array2D which implements dynamic two dimensional arrays.
|
| |
| | ArrayBuffer.h |
| | Declaration and implementation of ArrayBuffer class.
|
| |
| | Barrier.h |
| | Implementation of a thread barrier.
|
| |
| | basic.h |
| | Basic declarations, included by all source files.
|
| |
| | BoundedQueue.h |
| | Declaration and implementation of bounded queue class.
|
| |
| | CombinatorialEmbedding.h |
| | Declaration of CombinatorialEmbedding and face.
|
| |
| | comparer.h |
| | Declarations for Comparer objects.
|
| |
| | DisjointSets.h |
| | Implementation of disjoint sets data structures (union-find functionality).
|
| |
| | DualGraph.h |
| | Includes declaration of dual graph class.
|
| |
| | EdgeArray.h |
| | Declaration and implementation of EdgeArray class.
|
| |
| | EdgeComparer.h |
| | Declares EdgeComparer class.
|
| |
| | EdgeComparerSimple.h |
| | Declares EdgeComparerSimple class.
|
| |
| | EpsilonTest.h |
| | Compare floating point numbers with epsilons and integral numbers with normal compare operators.
|
| |
| | exceptions.h |
| | Definition of exception classes.
|
| |
| | extended_graph_alg.h |
| | Declaration of extended graph algorithms.
|
| |
| | FaceSet.h |
| | Declaration and implementation of ogdf::FaceSet.
|
| |
| | geometry.h |
| | Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment, DPolygon, DRect, DIntersectableRect.
|
| |
| | GF2Solver.h |
| | Defines class GF2Solver, which represents a solver for linear equation systems over GF(2).
|
| |
| | Graph.h |
| | Includes declaration of graph class.
|
| |
| | Graph_d.h |
| | Pure declaration header, find template implementation in Graph.h.
|
| |
| | graph_generators.h |
| | Declaration of graph generators.
|
| |
| | GraphAttributes.h |
| | Declaration of class GraphAttributes which extends a Graph by additional attributes.
|
| |
| | GraphCopy.h |
| | Declaration of graph copy classes.
|
| |
| | graphics.h |
| | Declaration of basic types for graphics.
|
| |
| | GraphList.h |
| | Decralation of GraphElement and GraphList classes.
|
| |
| | GraphSets.h |
| | Declaration and implementation of NodeSet, EdgeSet, and AdjEntrySet classes.
|
| |
| | GridLayout.h |
| | Declaration of class GridLayout.
|
| |
| | GridLayoutMapped.h |
| | Declaration of class GridLayoutMapped which extends GridLayout by a grid mapping mechanism.
|
| |
| | HashArray.h |
| | Declaration and implementation of HashArray class.
|
| |
| | HashArray2D.h |
| | Declaration of class HashArray2D.
|
| |
| | Hashing.h |
| | Declaration of classes used for hashing.
|
| |
| | HashIterator2D.h |
| | Declaration of class HashIterator2D.
|
| |
| | IncNodeInserter.h |
| | Declaration of class IncNodeInserter.
|
| |
| | InducedSubgraph.h |
| | Implementation of the ogdf::Graph::insert(...) template methods.
|
| |
| | Layout.h |
| | Declaration of class Layout.
|
| |
| | LayoutModule.h |
| | Declaration of interface for layout algorithms (class LayoutModule)
|
| |
| | LayoutStandards.h |
| | Declares class LayoutStandards which specifies default / standard values used in graph layouts.
|
| |
| | LayoutStatistics.h |
| | Declares class LayoutStatistics which provides various functions for computing statistical measures of a layout.
|
| |
| | List.h |
| | Declaration of doubly linked lists and iterators.
|
| |
| | Logger.h |
| | Contains logging functionality.
|
| |
| | Math.h |
| | Mathematical Helpers.
|
| |
| | memory.h |
| | Declaration of memory manager for allocating small pieces of memory.
|
| |
| | MinHeap.h |
| | Declares & Implements Binary Heap, and Top10Heap.
|
| |
| | Module.h |
| | Declares base class for all module types.
|
| |
| | NearestRectangleFinder.h |
| | Declaration of class NearestRectangleFinder.
|
| |
| | Observer.h |
| | Simple, safe base classes for C++ observables and observers.
|
| |
| | PQTree.h |
| | Declaration and implementation of the class PQTree.
|
| |
| | precondition.h |
| | Declaration of functions for drawing module precondition handling.
|
| |
| | PreprocessorLayout.h |
| | Preprocessor Layout simplifies Graphs for use in other Algorithms.
|
| |
| | PriorityQueue.h |
| | Priority queue interface wrapping various heaps.
|
| |
| | Queue.h |
| | Declaration and implementation of list-based queues (classes QueuePure<E> and Queue<E>).
|
| |
| | RegisteredArray.h |
| | Declaration and implementation of RegisteredArray class.
|
| |
| | RegisteredSet.h |
| | Declaration and implementation of ogdf::RegisteredSet.
|
| |
| | Reverse.h |
| | Implementation of the Reverse class for the reverse iteration of containers.
|
| |
| | simple_graph_alg.h |
| | Declaration of simple graph algorithms.
|
| |
| | Skiplist.h |
| | Declaration of class Skiplist.
|
| |
| | SList.h |
| | Declaration of singly linked lists and iterators.
|
| |
| | SortedSequence.h |
| | Data type for sorted sequences (based on skiplists)
|
| |
| | STNumbering.h |
| | Declaration of st-Numbering functions.
|
| |
| | Stopwatch.h |
| | Declaration of stopwatch classes.
|
| |
| | SubsetEnumerator.h |
| | A class that allows to enumerate k-subsets.
|
| |
| | System.h |
| | Decalration of System class which provides unified access to system information.
|
| |
| | Thread.h |
| | Declaration of Thread class representing threads.
|
| |
| | Timeouter.h |
| | Declares base class for modules with timeout functionality.
|
| |
| | tuples.h |
| | Declaration and implementation of class Tuple2, Tuple3 and Tuple4.
|
| |