core
vbl
vbl_edge.cxx
Go to the documentation of this file.
1
#include "
vbl_edge.h
"
2
bool
operator<
(
const
vbl_edge
& e0,
const
vbl_edge
& e1){
3
return
e0.
w_
< e1.
w_
;
4
}
vbl_edge
Definition:
vbl_edge.h:15
operator<
bool operator<(const vbl_edge &e0, const vbl_edge &e1)
Definition:
vbl_edge.cxx:2
vbl_edge::w_
float w_
Definition:
vbl_edge.h:23
vbl_edge.h
A class representing a graph edge with integer vertex ids.
Generated by
1.8.15