|
LAL: Linear Arrangement Library 21.07.01
A library focused on algorithms on linear arrangements of graphs.
|
This is the complete list of members for lal::graphs::tree, including all inherited members.
| __disjoint_union(const graph &g) noexcept | lal::graphs::graph | protected |
| _clear() noexcept | lal::graphs::graph | protectedvirtual |
| _init(uint32_t n) noexcept | lal::graphs::graph | protectedvirtual |
| calculate_tree_type() noexcept=0 | lal::graphs::tree | pure virtual |
| call_union_find_after_add(node u, node v, uint32_t *const root_of, uint32_t *const root_size) noexcept=0 | lal::graphs::tree | protectedpure virtual |
| call_union_find_after_add(node u, node v, uint32_t *const root_of, uint32_t *const root_size) const noexcept=0 | lal::graphs::tree | protectedpure virtual |
| call_union_find_after_remove(node u, node v, uint32_t *const root_of, uint32_t *const root_size) noexcept=0 | lal::graphs::tree | protectedpure virtual |
| call_union_find_after_remove(node u, node v, uint32_t *const root_of, uint32_t *const root_size) const noexcept=0 | lal::graphs::tree | protectedpure virtual |
| can_add_edge(node s, node t) const noexcept | lal::graphs::tree | |
| can_add_edges(const std::vector< edge > &edges) const noexcept | lal::graphs::tree | |
| check_normalised() noexcept | lal::graphs::graph | virtual |
| clear() noexcept | lal::graphs::graph | virtual |
| copy_full_graph(const graph &g) noexcept | lal::graphs::graph | protected |
| extra_work_per_edge_add(node u, node v) noexcept | lal::graphs::tree | protectedvirtual |
| extra_work_per_edge_remove(node u, node v) noexcept | lal::graphs::tree | protectedvirtual |
| fill_union_find() noexcept | lal::graphs::tree | protected |
| finish_bulk_add(bool norm=true, bool check=true) noexcept=0 | lal::graphs::graph | pure virtual |
| get_edges() const noexcept=0 | lal::graphs::graph | pure virtual |
| get_num_edges() const noexcept | lal::graphs::graph | inline |
| get_num_nodes() const noexcept | lal::graphs::graph | inline |
| get_num_nodes_component(node u) const noexcept | lal::graphs::tree | inline |
| get_Q() const noexcept=0 | lal::graphs::graph | pure virtual |
| get_tree_type_list() const noexcept | lal::graphs::tree | |
| graph() noexcept | lal::graphs::graph | inline |
| graph(uint32_t n) noexcept | lal::graphs::graph | inline |
| graph(const graph &g) noexcept | lal::graphs::graph | inline |
| graph(graph &&g) noexcept | lal::graphs::graph | inline |
| has_edge(node u, node v) const =0 | lal::graphs::graph | pure virtual |
| has_node(node u) const noexcept | lal::graphs::graph | inline |
| init(uint32_t n) noexcept | lal::graphs::graph | virtual |
| is_directed() const noexcept=0 | lal::graphs::graph | pure virtual |
| is_normalised() const noexcept | lal::graphs::graph | inline |
| is_of_tree_type(const tree_type &tt) const noexcept | lal::graphs::tree | inline |
| is_rooted() const noexcept=0 | lal::graphs::tree | pure virtual |
| is_tree() const noexcept | lal::graphs::tree | inline |
| is_tree_type_valid() const noexcept | lal::graphs::tree | inline |
| is_undirected() const noexcept=0 | lal::graphs::graph | pure virtual |
| m_adjacency_list | lal::graphs::graph | protected |
| m_is_tree_type_valid | lal::graphs::tree | protected |
| m_normalised | lal::graphs::graph | protected |
| m_num_edges | lal::graphs::graph | protected |
| m_root_of | lal::graphs::tree | protected |
| m_root_size | lal::graphs::tree | protected |
| m_tree_type | lal::graphs::tree | protected |
| move_full_graph(graph &&g) noexcept | lal::graphs::graph | protected |
| normalise() noexcept | lal::graphs::graph | virtual |
| normalise_after_add(bool norm, bool check) noexcept | lal::graphs::graph | protected |
| normalise_after_remove(bool norm, bool check) noexcept | lal::graphs::graph | protected |
| operator=(const tree &t) noexcept | lal::graphs::tree | inline |
| operator=(tree &&t) noexcept | lal::graphs::tree | inline |
| lal::graphs::graph::operator=(const graph &g) noexcept | lal::graphs::graph | inline |
| lal::graphs::graph::operator=(graph &&g) noexcept | lal::graphs::graph | inline |
| set_normalised(bool v=true) noexcept | lal::graphs::graph | inline |
| tree() noexcept | lal::graphs::tree | inline |
| tree(const tree &t) noexcept | lal::graphs::tree | inline |
| tree(tree &&t) noexcept | lal::graphs::tree | inline |
| tree_only_clear() noexcept | lal::graphs::tree | protected |
| tree_only_copy(const tree &t) noexcept | lal::graphs::tree | protected |
| tree_only_extra_work_edges_set() noexcept | lal::graphs::tree | protected |
| tree_only_init(uint32_t n) noexcept | lal::graphs::tree | protected |
| tree_only_move(tree &&t) noexcept | lal::graphs::tree | protected |
| ~graph() noexcept | lal::graphs::graph | inlinevirtual |
| ~tree() noexcept | lal::graphs::tree | inlinevirtual |