| _cardinality | comma::Subgraph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
| _compactness | comma::Subgraph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
| _is_isotropic | comma::Subgraph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
| _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 > | |
| _mapping_l_to_g | comma::Subgraph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
| _number_of_cells | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
| _visited | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
| _volumes | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
| BaseClass typedef | comma::Subgraph< 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::Subgraph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
| ContainerWeightConstIt typedef | comma::Graph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |
| ContainerWeightType typedef | comma::Subgraph< 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 |
| insert_node(const ContainerIndexType &v_neigh, const CoMMAIndexType &i_fc, const CoMMAWeightType &volume, const ContainerWeightType &weight) | comma::Subgraph< 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 |
| remove_node(const CoMMAIndexType &elemento) | comma::Subgraph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | inline |
| Subgraph(const CoMMAIndexType &nb_c, const ContainerIndexType &m_crs_row_ptr, const ContainerIndexType &m_crs_col_ind, const ContainerWeightType &m_crs_values, const ContainerWeightType &volumes, const ContainerIndexType &mapping_l_to_g, const bool &is_isotropic) | comma::Subgraph< 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 |
| ~Subgraph() override=default | comma::Subgraph< CoMMAIndexType, CoMMAWeightType, CoMMAIntType > | |