Lists the connected components (a.k.a "islands") of an undirected graph.
The type of the graph object to examine. Must model the incidence graph concept and be undirected.
The type of the component map to use. Must model a property map of ints keyed by GraphT vertex descriptor.
See Implementation
Lists the connected components (a.k.a "islands") of an undirected graph.