#include <ConnectedSubgraphFinder.h>
Public Member Functions | |
| ConnectedSubgraphFinder (PlanarGraph &newGraph) | |
| void | getConnectedSubgraphs (std::vector< Subgraph * > &dest) |
| Store newly allocated connected Subgraphs into the given std::vector. | |
Note: uses the isVisited flag on the nodes.
|
|
Store newly allocated connected Subgraphs into the given std::vector. Caller take responsibility in releasing memory associated with the subgraphs themself. |
1.4.4