MorphoGraphX  2.0-1-227
Classes | Namespaces | Typedefs | Functions
Edge.hpp File Reference
#include <stdint.h>
#include <QtCore/QHash>
#include <Config.hpp>
#include <Common.hpp>

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)
 

Detailed Description

Define the Edge class to be used with the VVGraph class.

Definition in file Edge.hpp.

Function Documentation

◆ qHash()

template<typename EdgeContent >
uint qHash ( const mgx::Edge< EdgeContent > &  e)

Definition at line 412 of file Edge.hpp.