|
HLIBpro
1.2
|
This is the complete list of members for TEWGraph, 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 | TEWGraph | inlinevirtual |
| degree(const node_t node) const | TGraph | inline |
| edge_weight(const idx_t i) const | TEWGraph | inlinevirtual |
| global_name() | TGraph | inline |
| has_edge_weights() const | TEWGraph | inlinevirtual |
| has_global_names() const | TGraph | inline |
| init(const size_t nnodes, const size_t nedges, const bool global=false) | TEWGraph | inlinevirtual |
| max_degree_node() const | TGraph | |
| min_degree_node() const | TGraph | |
| min_edge_weight() const | TEWGraph | virtual |
| n_edges() const | TGraph | inline |
| n_nodes() const | TGraph | inline |
| operator=(const TEWGraph &graph) | TEWGraph | |
| HLIB::TGraph::operator=(const TGraph &graph) | TGraph | |
| print(const String &filename, const bool global=false) const | TGraph | |
| print(const 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 i, const weight_t w) | TEWGraph | inlinevirtual |
| TEWGraph() | TEWGraph | inline |
| TEWGraph(const TSparseMatrix *S, const std::vector< bool > &nodemask, const bool sym_edge_weights) | TEWGraph | |
| TEWGraph(const TGraph &graph) | TEWGraph | inline |
| 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 String &filename) const | TEWGraph | virtual |
| ~TEWGraph() | TEWGraph | inlinevirtual |
| ~TGraph() | TGraph | inlinevirtual |
1.8.1.2