MorphoGraphX
|
Type of the neighborhood of a vertex. More...
#include <VVGraph.hpp>
Public Member Functions | |
single_neighborhood_t (const single_neighborhood_t ©) | |
single_neighborhood_t & | operator= (const single_neighborhood_t &other) |
bool | operator== (const single_neighborhood_t &other) const |
Equality of two neighborhood. More... | |
Public Attributes | |
edge_list_t | edges |
List of the outgoing edges. | |
in_edges_t | in_edges |
Set of the sources of the incoming edges. | |
const vertex_t * | flagged |
Iterator toward the flagged neighbor. | |
Type of the neighborhood of a vertex.
|
inline |
Equality of two neighborhood.
Only the outgoing edges are compared!