#include <edge.h>
Public Member Functions | |
| Edge (Node *node1, Node *node2) | |
Protected Attributes | |
| std::vector< Node * > | nodes |
Connects two nodes in a shape
|
||||||||||||
|
Creates an edge between node 1 and node 2 |
|
|
Pointers to the nodes this edge connects |