_m_CRS_Col_Ind | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
_m_CRS_Row_Ptr | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
_m_CRS_Values | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
_number_of_cells | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
_visited | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
_volumes | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
BFS(const CoMMAIndexType &root) | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
check_connectivity() | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
compute_fc_compactness_inside_a_cc(const std::unordered_set< CoMMAIndexType > &s_fc) const | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
compute_min_fc_compactness_inside_a_cc(const std::unordered_set< CoMMAIndexType > &s_fc) const | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
ContainerIndexConstIt typedef | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
ContainerIndexType typedef | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
ContainerWeightConstIt typedef | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
ContainerWeightType typedef | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
DFS(const CoMMAIndexType &i_fc) | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
get_nb_of_neighbours(const CoMMAIndexType i_c) const | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
get_neighbours(const CoMMAIndexType &i_c) const | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
get_weights(const CoMMAIndexType &i_c) const | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
Graph(const CoMMAIndexType &nb_c, const ContainerIndexType &m_crs_row_ptr, const ContainerIndexType &m_crs_col_ind, const ContainerWeightType &m_crs_values, const ContainerWeightType &volumes) | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
neighbours_cbegin(const CoMMAIndexType &i_c) const | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
neighbours_cend(const CoMMAIndexType &i_c) const | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
weights_cbegin(const CoMMAIndexType &i_c) const | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
weights_cend(const CoMMAIndexType &i_c) const | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
~Graph()=default | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | virtual |