#include <tpf_graph.hpp>
Definition at line 36 of file tpf_graph.hpp.
◆ directed
constexpr int tpf::graph::edge_direction::directed = 1 |
|
staticconstexpr |
◆ directed_unweighted
constexpr int tpf::graph::edge_direction::directed_unweighted = 1 |
|
staticconstexpr |
◆ directed_weighted
constexpr int tpf::graph::edge_direction::directed_weighted = 3 |
|
staticconstexpr |
◆ undirected
constexpr int tpf::graph::edge_direction::undirected = 0 |
|
staticconstexpr |
◆ undirected_unweighted
constexpr int tpf::graph::edge_direction::undirected_unweighted = 0 |
|
staticconstexpr |
◆ undirected_weighted
constexpr int tpf::graph::edge_direction::undirected_weighted = 2 |
|
staticconstexpr |
◆ unweighted_directed
constexpr int tpf::graph::edge_direction::unweighted_directed = 1 |
|
staticconstexpr |
◆ unweighted_undirected
constexpr int tpf::graph::edge_direction::unweighted_undirected = 0 |
|
staticconstexpr |
◆ weighted
constexpr int tpf::graph::edge_direction::weighted = 2 |
|
staticconstexpr |
◆ weighted_directed
constexpr int tpf::graph::edge_direction::weighted_directed = 3 |
|
staticconstexpr |
◆ weighted_undirected
constexpr int tpf::graph::edge_direction::weighted_undirected = 2 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: