|
HLIBpro
2.0
|
This is the complete list of members for TGraph, including all inherited members.
| _adj_list_ptr | TGraph | protected |
| _adj_nodes | TGraph | protected |
| _global_name | TGraph | protected |
| adj_list_ptr() | TGraph | inline |
| adj_nodes() | TGraph | inline |
| adj_nodes_iter(const node_t node) const | TGraph | inline |
| build_scc(std::list< TNodeSet > &scc, const std::vector< uint > &label, const uint mark) const | TGraph | |
| build_scc(std::list< TNodeSet > &scc) const | TGraph | |
| create() const | TGraph | inlinevirtual |
| degree(const node_t node) const | TGraph | inline |
| edge_weight(const idx_t) const | TGraph | inlinevirtual |
| global_name() | TGraph | inline |
| has_edge_weights() const | TGraph | inlinevirtual |
| has_global_names() const | TGraph | inline |
| init(const size_t nnodes, const size_t nedges, const bool global=false) | TGraph | inlinevirtual |
| max_degree_node() const | TGraph | |
| min_degree_node() const | TGraph | |
| min_edge_weight() const | TGraph | inlinevirtual |
| n_edges() const | TGraph | inline |
| n_nodes() const | TGraph | inline |
| operator=(const TGraph &graph) | TGraph | |
| print(const std::string &filename, const bool global=false) const | TGraph | |
| print(const std::string &filename, const std::vector< uint > &label, const bool global=false) const | TGraph | |
| restrict(const TNodeSet &nodes) const | TGraph | virtual |
| set_edge_weight(const idx_t, const weight_t) | TGraph | inlinevirtual |
| TGraph() | TGraph | inline |
| TGraph(const TSparseMatrix *S, const std::vector< bool > &nodemask) | TGraph | |
| vertex_separator(std::vector< uint > &label, const TNodeSet &left, const TNodeSet &right, TNodeSet &vertex_sep, const uint if_label) const | TGraph | |
| write(const std::string &filename) const | TGraph | virtual |
| ~TGraph() | TGraph | inlinevirtual |
1.8.4