Sparksee  6.0.2
EdgeData Class Reference

Edge data class. More...

Public Member Functions

 ~EdgeData ()
 Destructor.
 
oid_t GetEdge () const
 Gets the edge identifier. More...
 
oid_t GetTail () const
 Gets the tail of the edge. More...
 
oid_t GetHead () const
 Gets the head of the edge. More...
 

Friends

class Graph
 

Detailed Description

Edge data class.

It stores the tail and the head of an edge instance.

In case of undirected eges, the tail and the head are just the two ends of the edge.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

oid_t EdgeData::GetEdge ( ) const
inline

Gets the edge identifier.

Returns
The Sparksee edge identifier.
oid_t EdgeData::GetHead ( ) const
inline

Gets the head of the edge.

Returns
The Sparksee edge identifier of the head of the edge.
oid_t EdgeData::GetTail ( ) const
inline

Gets the tail of the edge.

Returns
The Sparksee edge identifier of the tail of the edge.

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