![]() |
CAPD RedHom Library
|
#include <capd/graph/ComputeConnectedComponentsOfGridGraph.h>
Public Types | |
| typedef GridGraph::Id | Id |
| typedef size_t | VertexIndex |
| typedef std::vector< Id > | Parent |
| typedef std::vector< VertexIndex > | Rank |
| typedef homAux::ConnectedComponents< Parent > | ConnectedComponents |
| typedef ConnectedComponents | result_type |
Public Member Functions | |
| ComputeConnectedComponentsOfGridGraph (GridGraph &gridGraph) | |
| result_type | operator() () |
| typedef homAux::ConnectedComponents<Parent> capd::graph::ComputeConnectedComponentsOfGridGraph< GridGraph >::ConnectedComponents |
| typedef GridGraph::Id capd::graph::ComputeConnectedComponentsOfGridGraph< GridGraph >::Id |
| typedef std::vector<Id> capd::graph::ComputeConnectedComponentsOfGridGraph< GridGraph >::Parent |
| typedef std::vector<VertexIndex> capd::graph::ComputeConnectedComponentsOfGridGraph< GridGraph >::Rank |
| typedef ConnectedComponents capd::graph::ComputeConnectedComponentsOfGridGraph< GridGraph >::result_type |
| typedef size_t capd::graph::ComputeConnectedComponentsOfGridGraph< GridGraph >::VertexIndex |
|
inlineexplicit |
|
inline |