HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Public Member Functions | Public Attributes | List of all members
DirectedEdge Class Reference

#include <DirectedGraph.hpp>

Public Member Functions

 DirectedEdge ()
 Null constructor. More...
 
 ~DirectedEdge ()
 Destructor. More...
 
 DirectedEdge (size_t, size_t)
 Class Constructor: Initialises the edge with the two nodes that form the edge. More...
 
DirectedEdge anti_edge ()
 Returns the edge consisting of the same nodes, pointing in the opposite direction. More...
 

Public Attributes

std::size_t a
 Node number of the edge tail. More...
 
std::size_t b
 Node number of the edge head. More...
 

Detailed Description

The DirectedEdge class is the defining element of a DirectedCell. It takes its two end points as parameters and contains functions to assist with comparing edges.


The documentation for this class was generated from the following files: