NuriKit v0.1.0b2
Loading...
Searching...
No Matches
nuri::Subgraph< NT, ET, is_const > Member List

This is the complete list of members for nuri::Subgraph< NT, ET, is_const >, including all inherited members.

add_edge(int id)nuri::Subgraph< NT, ET, is_const >inline
add_edges(const internal::IndexSet &edges)nuri::Subgraph< NT, ET, is_const >inline
add_node(int id)nuri::Subgraph< NT, ET, is_const >inline
add_nodes(const internal::IndexSet &nodes)nuri::Subgraph< NT, ET, is_const >inline
add_nodes_with_edges(const internal::IndexSet &nodes)nuri::Subgraph< NT, ET, is_const >inline
adj_begin(int idx)nuri::Subgraph< NT, ET, is_const >inline
adj_begin(int idx) constnuri::Subgraph< NT, ET, is_const >inline
adj_cbegin(int idx) constnuri::Subgraph< NT, ET, is_const >inline
adj_cend(int idx) constnuri::Subgraph< NT, ET, is_const >inline
adj_end(int idx)nuri::Subgraph< NT, ET, is_const >inline
adj_end(int idx) constnuri::Subgraph< NT, ET, is_const >inline
adjacency_iterator typedefnuri::Subgraph< NT, ET, is_const >
AdjRef typedefnuri::Subgraph< NT, ET, is_const >
begin()nuri::Subgraph< NT, ET, is_const >inline
begin() constnuri::Subgraph< NT, ET, is_const >inline
cbegin() constnuri::Subgraph< NT, ET, is_const >inline
cend() constnuri::Subgraph< NT, ET, is_const >inline
clear() noexceptnuri::Subgraph< NT, ET, is_const >inline
clear_edges() noexceptnuri::Subgraph< NT, ET, is_const >inline
const_adjacency_iterator typedefnuri::Subgraph< NT, ET, is_const >
const_edge_iterator typedefnuri::Subgraph< NT, ET, is_const >
const_iterator typedefnuri::Subgraph< NT, ET, is_const >
const_node_iterator typedefnuri::Subgraph< NT, ET, is_const >
ConstAdjRef typedefnuri::Subgraph< NT, ET, is_const >
ConstEdgeRef typedefnuri::Subgraph< NT, ET, is_const >
ConstEdgesWrapper typedefnuri::Subgraph< NT, ET, is_const >
ConstNodeRef typedefnuri::Subgraph< NT, ET, is_const >
contains_edge(int id) constnuri::Subgraph< NT, ET, is_const >inline
contains_edge(typename graph_type::ConstEdgeRef edge) constnuri::Subgraph< NT, ET, is_const >inline
contains_node(int id) constnuri::Subgraph< NT, ET, is_const >inline
contains_node(typename graph_type::ConstNodeRef node) constnuri::Subgraph< NT, ET, is_const >inline
degree(int idx) constnuri::Subgraph< NT, ET, is_const >inline
edge(int idx)nuri::Subgraph< NT, ET, is_const >inline
edge(int idx) constnuri::Subgraph< NT, ET, is_const >inline
edge_begin()nuri::Subgraph< NT, ET, is_const >inline
edge_begin() constnuri::Subgraph< NT, ET, is_const >inline
edge_cbegin() constnuri::Subgraph< NT, ET, is_const >inline
edge_cend() constnuri::Subgraph< NT, ET, is_const >inline
edge_data(int idx)nuri::Subgraph< NT, ET, is_const >inline
edge_data(int idx) constnuri::Subgraph< NT, ET, is_const >inline
edge_data_type typedefnuri::Subgraph< NT, ET, is_const >
edge_end()nuri::Subgraph< NT, ET, is_const >inline
edge_end() constnuri::Subgraph< NT, ET, is_const >inline
edge_ids() constnuri::Subgraph< NT, ET, is_const >inline
edge_iterator typedefnuri::Subgraph< NT, ET, is_const >
EdgeRef typedefnuri::Subgraph< NT, ET, is_const >
edges()nuri::Subgraph< NT, ET, is_const >inline
edges() constnuri::Subgraph< NT, ET, is_const >inline
EdgesWrapper typedefnuri::Subgraph< NT, ET, is_const >
empty() constnuri::Subgraph< NT, ET, is_const >inline
end()nuri::Subgraph< NT, ET, is_const >inline
end() constnuri::Subgraph< NT, ET, is_const >inline
erase_edge(int idx)nuri::Subgraph< NT, ET, is_const >inline
erase_edge(ConstEdgeRef edge)nuri::Subgraph< NT, ET, is_const >inline
erase_edge_of(int id)nuri::Subgraph< NT, ET, is_const >inline
erase_edge_of(typename graph_type::ConstEdgeRef edge)nuri::Subgraph< NT, ET, is_const >inline
erase_edges(const_edge_iterator begin, const_edge_iterator end)nuri::Subgraph< NT, ET, is_const >inline
erase_edges_if(UnaryPred &&pred)nuri::Subgraph< NT, ET, is_const >inline
erase_node(int idx)nuri::Subgraph< NT, ET, is_const >inline
erase_node(ConstNodeRef node)nuri::Subgraph< NT, ET, is_const >inline
erase_node_of(int id)nuri::Subgraph< NT, ET, is_const >inline
erase_node_of(typename graph_type::ConstNodeRef node)nuri::Subgraph< NT, ET, is_const >inline
erase_nodes(const_iterator begin, const_iterator end)nuri::Subgraph< NT, ET, is_const >inline
erase_nodes_if(UnaryPred pred)nuri::Subgraph< NT, ET, is_const >inline
find_adjacent(ConstNodeRef src, ConstNodeRef dst)nuri::Subgraph< NT, ET, is_const >inline
find_adjacent(ConstNodeRef src, ConstNodeRef dst) constnuri::Subgraph< NT, ET, is_const >inline
find_edge(int id)nuri::Subgraph< NT, ET, is_const >inline
find_edge(typename graph_type::ConstEdgeRef edge)nuri::Subgraph< NT, ET, is_const >inline
find_edge(int id) constnuri::Subgraph< NT, ET, is_const >inline
find_edge(typename graph_type::ConstEdgeRef edge) constnuri::Subgraph< NT, ET, is_const >inline
find_edge(ConstNodeRef src, ConstNodeRef dst)nuri::Subgraph< NT, ET, is_const >inline
find_edge(ConstNodeRef src, ConstNodeRef dst) constnuri::Subgraph< NT, ET, is_const >inline
find_edge(typename graph_type::ConstNodeRef src, typename graph_type::ConstNodeRef dst)nuri::Subgraph< NT, ET, is_const >inline
find_edge(typename graph_type::ConstNodeRef src, typename graph_type::ConstNodeRef dst) constnuri::Subgraph< NT, ET, is_const >inline
find_node(int id)nuri::Subgraph< NT, ET, is_const >inline
find_node(typename graph_type::ConstNodeRef node)nuri::Subgraph< NT, ET, is_const >inline
find_node(int id) constnuri::Subgraph< NT, ET, is_const >inline
find_node(typename graph_type::ConstNodeRef node) constnuri::Subgraph< NT, ET, is_const >inline
from_edges(parent_type &graph, internal::IndexSet &&edges)nuri::Subgraph< NT, ET, is_const >inlinestatic
from_indices(parent_type &graph, internal::IndexSet &&nodes, internal::IndexSet &&edges)nuri::Subgraph< NT, ET, is_const >inlinestatic
from_nodes(parent_type &graph, internal::IndexSet &&nodes)nuri::Subgraph< NT, ET, is_const >inlinestatic
graph_type typedefnuri::Subgraph< NT, ET, is_const >
iterator typedefnuri::Subgraph< NT, ET, is_const >
node(int idx)nuri::Subgraph< NT, ET, is_const >inline
node(int idx) constnuri::Subgraph< NT, ET, is_const >inline
node_begin()nuri::Subgraph< NT, ET, is_const >inline
node_begin() constnuri::Subgraph< NT, ET, is_const >inline
node_cbegin() constnuri::Subgraph< NT, ET, is_const >inline
node_cend() constnuri::Subgraph< NT, ET, is_const >inline
node_data(int idx)nuri::Subgraph< NT, ET, is_const >inline
node_data(int idx) constnuri::Subgraph< NT, ET, is_const >inline
node_data_type typedefnuri::Subgraph< NT, ET, is_const >
node_end()nuri::Subgraph< NT, ET, is_const >inline
node_end() constnuri::Subgraph< NT, ET, is_const >inline
node_ids() constnuri::Subgraph< NT, ET, is_const >inline
node_iterator typedefnuri::Subgraph< NT, ET, is_const >
NodeRef typedefnuri::Subgraph< NT, ET, is_const >
num_edges() constnuri::Subgraph< NT, ET, is_const >inline
num_nodes() constnuri::Subgraph< NT, ET, is_const >inline
operator=(const Other< other_const > &other)nuri::Subgraph< NT, ET, is_const >inline
operator=(Other< other_const > &&other) noexceptnuri::Subgraph< NT, ET, is_const >inline
operator[](int idx)nuri::Subgraph< NT, ET, is_const >inline
operator[](int idx) constnuri::Subgraph< NT, ET, is_const >inline
Other typedefnuri::Subgraph< NT, ET, is_const >
parent_edge(int idx)nuri::Subgraph< NT, ET, is_const >inline
parent_edge(int idx) constnuri::Subgraph< NT, ET, is_const >inline
parent_node(int idx)nuri::Subgraph< NT, ET, is_const >inline
parent_node(int idx) constnuri::Subgraph< NT, ET, is_const >inline
parent_type typedefnuri::Subgraph< NT, ET, is_const >
rebind(parent_type &parent)nuri::Subgraph< NT, ET, is_const >inline
refresh_edges()nuri::Subgraph< NT, ET, is_const >inline
remap(const std::vector< int > &node_map, const std::vector< int > &edge_map)nuri::Subgraph< NT, ET, is_const >inline
remap_edges(const std::vector< int > &old_to_new)nuri::Subgraph< NT, ET, is_const >inline
remap_nodes(const std::vector< int > &node_map)nuri::Subgraph< NT, ET, is_const >inline
reserve_edges(int num_edges)nuri::Subgraph< NT, ET, is_const >inline
reserve_nodes(int num_nodes)nuri::Subgraph< NT, ET, is_const >inline
size() constnuri::Subgraph< NT, ET, is_const >inline
Subgraph(graph_type &&graph)=deletenuri::Subgraph< NT, ET, is_const >
Subgraph(parent_type &graph)nuri::Subgraph< NT, ET, is_const >inline
Subgraph(const Other< other_const > &other)nuri::Subgraph< NT, ET, is_const >inline
Subgraph(Other< other_const > &&other) noexceptnuri::Subgraph< NT, ET, is_const >inline
Subgraph< NT, ET, true > classnuri::Subgraph< NT, ET, is_const >friend
update(internal::IndexSet &&nodes, internal::IndexSet &&edges)nuri::Subgraph< NT, ET, is_const >inline
update_edges(internal::IndexSet &&edges) noexceptnuri::Subgraph< NT, ET, is_const >inline
update_nodes(internal::IndexSet &&nodes) noexceptnuri::Subgraph< NT, ET, is_const >inline