Definition of the FullComponentStore class template. More...
#include <ogdf/basic/Array.h>
#include <ogdf/basic/ArrayBuffer.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/comparer.h>
#include <ogdf/graphalg/steiner_tree/EdgeWeightedGraph.h>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | ogdf::EdgeWeightedGraphCopy< T > |
class | ogdf::steiner_tree::FullComponentStore< T, ExtraDataType > |
A data structure to store full components. More... | |
struct | ogdf::steiner_tree::FullComponentStore< T, ExtraDataType >::Metadata< Y, Enable > |
struct | ogdf::steiner_tree::FullComponentStore< T, ExtraDataType >::Metadata< Y, typename std::enable_if<!std::is_void< Y >::value >::type > |
class | ogdf::steiner_tree::FullComponentWithExtraStore< T, ExtraDataType > |
A data structure to store full components with extra data for each component. More... | |
class | ogdf::steiner_tree::FullComponentWithLossStore< T > |
A data structure to store full components with additional "loss" functionality. More... | |
struct | ogdf::steiner_tree::LossMetadata< T > |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::steiner_tree | |
Macros | |
#define | OGDF_FULLCOMPONENTSTORE_REMOVE_IN_GRAPH_REPRESENTATION_ALSO |
Definition of the FullComponentStore class template.
Definition in file FullComponentStore.h.
#define OGDF_FULLCOMPONENTSTORE_REMOVE_IN_GRAPH_REPRESENTATION_ALSO |
Definition at line 51 of file FullComponentStore.h.