A declaration of EdgeStandardRep class representing a graph representation of a hypergraph in the edge standard form. More...
#include <ogdf/basic/EdgeArray.h>
#include <ogdf/basic/Graph_d.h>
#include <ogdf/basic/NodeArray.h>
#include <ogdf/hypergraph/Hypergraph.h>
#include <ogdf/hypergraph/HypergraphArray.h>
#include <ogdf/hypergraph/HypergraphObserver.h>
Go to the source code of this file.
Classes | |
class | ogdf::EdgeStandardRep |
Edge standard representation of hypergraphs. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Enumerations | |
enum class | ogdf::EdgeStandardType { ogdf::clique = 0x0001 , ogdf::star = 0x0002 , ogdf::tree = 0x0003 } |
Enumeration class of possible edge standard representations. More... | |
A declaration of EdgeStandardRep class representing a graph representation of a hypergraph in the edge standard form.
This class provides a kind of an intermediate repsenetation of a hypergraph between Hypergraph and edge standard based layout classes. It is derived from HypergraphObserver and provides some additional functionality to handle edge standard representation of hypergraph. It follows Observer design pattern.
Definition in file EdgeStandardRep.h.