#include <Edge.h>
Implements an edge consisting of two vertices.
Definition at line 11 of file Edge.h.
Default constructor (no initialization).
Definition at line 22 of file Edge.h.
Creates and initializes a new edge from two vertices.
Definition at line 30 of file Edge.h.
Compares this edge with another.
Definition at line 45 of file Edge.h.
Holds a temporary variable used when creating arrays of unique edges.
Definition at line 17 of file Edge.h.
Holds the edge vertices.
Definition at line 14 of file Edge.h.