#include <weighted_dynamic_graph.hpp>
Definition at line 46 of file weighted_dynamic_graph.hpp.
◆ WeightedDynamicGraph()
| velographx::WeightedDynamicGraph::WeightedDynamicGraph |
( |
std::size_t |
vertices = 0, |
|
|
bool |
directed = false |
|
) |
| |
|
inlineexplicit |
◆ apply()
◆ degree()
| std::size_t velographx::WeightedDynamicGraph::degree |
( |
VertexId |
u | ) |
const |
|
inlinenoexcept |
◆ directed()
| bool velographx::WeightedDynamicGraph::directed |
( |
| ) |
const |
|
inlinenoexcept |
◆ ensure_vertex()
| void velographx::WeightedDynamicGraph::ensure_vertex |
( |
VertexId |
v | ) |
|
|
inline |
◆ for_each_neighbor()
template<class Fn >
| void velographx::WeightedDynamicGraph::for_each_neighbor |
( |
VertexId |
u, |
|
|
Fn && |
fn |
|
) |
| const |
|
inline |
◆ neighbors()
◆ version()
| std::uint64_t velographx::WeightedDynamicGraph::version |
( |
| ) |
const |
|
inlinenoexcept |
◆ vertex_count()
| std::size_t velographx::WeightedDynamicGraph::vertex_count |
( |
| ) |
const |
|
inlinenoexcept |
◆ weight()
The documentation for this class was generated from the following file: