|
MorphoGraphX
2.0-1-227
|
Type of the neighborhood of a vertex. More...
#include <VVGraph.hpp>
Public Member Functions | |
| single_neighborhood_t () | |
| 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. More... | |
Type of the neighborhood of a vertex.
Definition at line 296 of file VVGraph.hpp.
|
inline |
Definition at line 299 of file VVGraph.hpp.
|
inline |
Definition at line 301 of file VVGraph.hpp.
|
inline |
Definition at line 308 of file VVGraph.hpp.
|
inline |
Equality of two neighborhood.
Only the outgoing edges are compared!
Definition at line 318 of file VVGraph.hpp.
| edge_list_t mgx::VVGraph< VertexContent, EdgeContent >::single_neighborhood_t::edges |
List of the outgoing edges.
Definition at line 306 of file VVGraph.hpp.
1.8.17