Definition of the FullComponentStore class template. More...
Go to the source code of this file.
Classes | |
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 | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | 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 40 of file FullComponentStore.h.