Public Member Functions | |
def | __init__ |
Constructs an emtpy edge. | |
def | __init__ |
Constructs a graph edge with given start and end vertices. | |
def | getStartVertex |
Get the start vertex. | |
def | getEndVertex |
Get the end vertex. | |
def | setStartVertex |
Set the start vertex. | |
def | setEndVertex |
Set the end vertex. | |
Public Attributes | |
startVertex | |
Starting vertex of a edge of type BaseElements::Vertex. | |
endVertex | |
Ending vertex of a edge of type BaseElements::Vertex. |
|
Constructs a graph edge with given start and end vertices.
|
|
Get the end vertex.
|
|
Get the start vertex.
|
|
Set the end vertex.
|
|
Set the start vertex.
|