#include <indigox/graph/base_graph_impl.hpp>
|
| | BaseImpl () |
| |
| void | AddEdge (const V &u, const V &v, const E &e) |
| |
| void | AddVertex (const V &v) |
| |
| V | GetSourceVertex (const E &e) const |
| |
| V | GetTargetVertex (const E &e) const |
| |
| template<typename Archive > |
| void | load (Archive &archive, const uint32_t) |
| |
| template<typename Archive > |
| void | save (Archive &archive, const uint32_t) const |
| |
◆ BaseImpl()
◆ AddEdge()
| void AddEdge |
( |
const V & |
u, |
|
|
const V & |
v, |
|
|
const E & |
e |
|
) |
| |
|
inline |
◆ AddVertex()
| void AddVertex |
( |
const V & |
v | ) |
|
|
inline |
◆ GetSourceVertex()
| V GetSourceVertex |
( |
const E & |
e | ) |
const |
|
inline |
◆ GetTargetVertex()
| V GetTargetVertex |
( |
const E & |
e | ) |
const |
|
inline |
◆ load()
| void load |
( |
Archive & |
archive, |
|
|
const uint32_t |
|
|
) |
| |
|
inline |
◆ save()
| void save |
( |
Archive & |
archive, |
|
|
const uint32_t |
|
|
) |
| const |
|
inline |
◆ boost_graph
◆ cached_connected_components
◆ cached_cycles
◆ cached_cyclic_edges
◆ cached_cyclic_vertices
◆ edge_descriptors
◆ edges
◆ predecessors
◆ state
◆ state_cached_components
| State state_cached_components |
◆ state_cached_cycles
| State state_cached_cycles |
◆ successors
◆ vertex_descriptors
◆ vertices
The documentation for this struct was generated from the following file: