Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
basic Directory Reference
+ Directory dependency graph for basic:

Directories

 graph_generators
 
 heap
 
 internal
 
 memory
 
 pqtree
 

Files

 AdjacencyOracle.h
 Declaration of ogdf::AdjacencyOracle class.
 
 AdjEntryArray.h
 Declaration and implementation of AdjEntryArray 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.
 
 FaceArray.h
 declaration and implementation of FaceArray class
 
 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.
 
 GraphObserver.h
 Abstract base class for structures on graphs, that need to be informed about graph changes (e.g.
 
 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.
 
 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.
 
 NodeArray.h
 Declaration and implementation of NodeArray class.
 
 NodeSet.h
 Declaration and implementation of ogdf::NodeSet.
 
 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>).
 
 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.