Declaration and implementation of hyperraph array classes based on Node/EdgeArray classes written by Carsten Gutwenger, but slightly modified (base class is common for both arrays). More...
#include <ogdf/hypergraph/Hypergraph.h>
Go to the source code of this file.
Classes | |
class | ogdf::HyperedgeArray< T > |
Dynamic arrays indexed with nodes. More... | |
class | ogdf::HypergraphArrayBase |
Abstract base class for hypergraph arrays. More... | |
class | ogdf::HypernodeArray< T > |
Dynamic arrays indexed with hypernodes. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration and implementation of hyperraph array classes based on Node/EdgeArray classes written by Carsten Gutwenger, but slightly modified (base class is common for both arrays).
Definition in file HypergraphArray.h.