Public Attributes | |
int | vert1 |
The starting and ending vertices of the edge. | |
int | vert2 |
wType | weight |
The weight of the edge. | |
Friends | |
bool | operator< (const edgeTriple &x, const edgeTriple &y) |
The < operator for comparing the weights of edges. |
Definition at line 468 of file digraph.h.
bool operator< | ( | const edgeTriple & | x, | |
const edgeTriple & | y | |||
) | [friend] |
int chomp::homology::diGraph< wType >::edgeTriple::vert1 |
int chomp::homology::diGraph< wType >::edgeTriple::vert2 |
wType chomp::homology::diGraph< wType >::edgeTriple::weight |