|
MorphoGraphX
2.0-1-227
|
Go to the source code of this file.
Classes | |
| class | mgx::Edge< EdgeContent > |
| struct | mgx::Arc< EdgeContent > |
| Type of a undirected edge (or arc) More... | |
| struct | std::hash< mgx::Edge< EdgeContent > > |
Namespaces | |
| mgx | |
| Distributed matrix library. | |
Typedefs | |
| typedef intptr_t | mgx::edge_identity_t |
| Type of the identifier of an edge. More... | |
Functions | |
| template<typename T > | |
| void | mgx::copy_symmetric (T &e2, const T &e1) |
| Default copy of the arc uses the = operator. More... | |
| template<typename EdgeContent > | |
| uint | qHash (const mgx::Edge< EdgeContent > &e) |
Define the Edge class to be used with the VVGraph class.
Definition in file Edge.hpp.
1.8.17