Abstract base class for observers on hypergraphs, that need to be informed about hypergraph changes (e.g. More...
Go to the source code of this file.
Classes | |
class | ogdf::HypergraphObserver |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Abstract base class for observers on hypergraphs, that need to be informed about hypergraph changes (e.g.
associated graph edge standard representation).
Follows the observer pattern: hypergraphs are observable objects that can inform observers on changes made to their structure.
Based on the original GraphObserver class written by Karsten Klein.
Definition in file HypergraphObserver.h.