#include <chi_directed_graph_vertex.h>
General implementation of a directed-graph vertex.
Definition at line 10 of file chi_directed_graph_vertex.h.
◆ GraphVertex() [1/4]
chi::GraphVertex::GraphVertex |
( |
size_t |
in_id, |
|
|
void * |
in_context |
|
) |
| |
|
inline |
◆ GraphVertex() [2/4]
chi::GraphVertex::GraphVertex |
( |
size_t |
in_id | ) |
|
|
inlineexplicit |
◆ GraphVertex() [3/4]
chi::GraphVertex::GraphVertex |
( |
const GraphVertex & |
in_v | ) |
|
|
inline |
◆ GraphVertex() [4/4]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool chi::GraphVertex::operator== |
( |
const GraphVertex & |
other | ) |
const |
|
inline |
◆ context
void* chi::GraphVertex::context |
◆ ds_edge
std::set<size_t> chi::GraphVertex::ds_edge |
◆ ds_weights
std::map<size_t,double> chi::GraphVertex::ds_weights |
◆ id
size_t chi::GraphVertex::id |
◆ us_edge
std::set<size_t> chi::GraphVertex::us_edge |
◆ us_weights
std::map<size_t,double> chi::GraphVertex::us_weights |
The documentation for this struct was generated from the following file: