Declaration and implementation of NodeSet, EdgeSet, and AdjEntrySet classes. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/RegisteredSet.h>
#include <ogdf/basic/basic.h>
#include <iterator>
#include <utility>
Go to the source code of this file.
Classes | |
class | ogdf::AdjEntrySet< SupportFastSizeQuery > |
AdjEntry sets. More... | |
class | ogdf::EdgeSet< SupportFastSizeQuery > |
Edge sets. More... | |
class | ogdf::NodeSet< SupportFastSizeQuery > |
Node sets. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration and implementation of NodeSet, EdgeSet, and AdjEntrySet classes.
Definition in file GraphSets.h.