#include <temporal_graph.hpp>
Definition at line 21 of file temporal_graph.hpp.
◆ TemporalGraph()
| velographx::TemporalGraph::TemporalGraph |
( |
std::size_t |
vertices = 0, |
|
|
bool |
directed = false |
|
) |
| |
|
inlineexplicit |
◆ apply()
| void velographx::TemporalGraph::apply |
( |
const UpdateBatch & |
batch | ) |
|
|
inline |
◆ changes_between_times()
| std::vector< EdgeUpdate > velographx::TemporalGraph::changes_between_times |
( |
std::uint64_t |
from_exclusive, |
|
|
std::uint64_t |
to_inclusive |
|
) |
| const |
|
inline |
◆ changes_between_versions()
| std::vector< EdgeUpdate > velographx::TemporalGraph::changes_between_versions |
( |
std::uint64_t |
from_exclusive, |
|
|
std::uint64_t |
to_inclusive |
|
) |
| const |
|
inline |
◆ graph()
| const DynamicGraph & velographx::TemporalGraph::graph |
( |
| ) |
const |
|
inlinenoexcept |
◆ history()
◆ sliding_window()
| DynamicGraph velographx::TemporalGraph::sliding_window |
( |
std::uint64_t |
end_timestamp, |
|
|
std::uint64_t |
window_width |
|
) |
| const |
|
inline |
◆ snapshot_time()
| DynamicGraph velographx::TemporalGraph::snapshot_time |
( |
std::uint64_t |
timestamp | ) |
const |
|
inline |
◆ snapshot_version()
| DynamicGraph velographx::TemporalGraph::snapshot_version |
( |
std::uint64_t |
version | ) |
const |
|
inline |
◆ version()
| std::uint64_t velographx::TemporalGraph::version |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: