|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
63 virtual void hypernodeDeleted(
hypernode v) = 0;
66 virtual void hypernodeAdded(
hypernode v) = 0;
69 virtual void hyperedgeDeleted(
hyperedge e) = 0;
72 virtual void hyperedgeAdded(
hyperedge e) = 0;
75 virtual void cleared() = 0;
The namespace for all OGDF objects.
#define OGDF_DEPRECATED(reason)
Mark a class / member / function as deprecated.
Simple, safe base classes for C++ observables and observers.
Class for the representation of hyperedges.
Declaration and a partial implementation of a Hypergraph class partly based on the original classes f...
HypergraphObserver(const Hypergraph *pH)
Constructor assigning pH hypergraph to the observer.
const Hypergraph * hypergraph() const
Returns the observer hypergraph.
Base class for an observer for a single Observable object.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Class for the representation of hypernodes.