#include <MatchingDefs.h>
Public Member Functions | |
| VertexTypeMM (IT p=-1, IT r=-1, double w=0) | |
Public Attributes | |
| IT | parent |
| IT | root |
| double | comp |
Friends | |
| bool | operator< (const VertexTypeMM &vtx1, const VertexTypeMM &vtx2) |
| bool | operator== (const VertexTypeMM &vtx1, const VertexTypeMM &vtx2) |
| std::ostream & | operator<< (std::ostream &os, const VertexTypeMM &vertex) |
Definition at line 39 of file MatchingDefs.h.
|
inline |
Definition at line 42 of file MatchingDefs.h.
|
friend |
Definition at line 43 of file MatchingDefs.h.
|
friend |
Definition at line 55 of file MatchingDefs.h.
|
friend |
Definition at line 54 of file MatchingDefs.h.
| double combblas::VertexTypeMM< IT >::comp |
Definition at line 58 of file MatchingDefs.h.
| IT combblas::VertexTypeMM< IT >::parent |
Definition at line 55 of file MatchingDefs.h.
| IT combblas::VertexTypeMM< IT >::root |
Definition at line 57 of file MatchingDefs.h.