contains information about a vertex that is possibly in a matching
Matching::VertexInfo::VertexInfo |
( |
std::list< Edge * >::iterator |
mit | ) |
|
|
inline |
Matching::VertexInfo::VertexInfo |
( |
std::list< Vertex * >::iterator |
eit | ) |
|
|
inline |
std::list<Vertex*>::iterator Matching::VertexInfo::getExposedIterator |
( |
void |
| ) |
const |
|
inline |
std::list<Edge*>::iterator Matching::VertexInfo::getMatchedIterator |
( |
void |
| ) |
const |
|
inline |
Edge* Matching::VertexInfo::getMatchingEdge |
( |
void |
| ) |
const |
|
inline |
bool Matching::VertexInfo::isExposed |
( |
void |
| ) |
const |
|
inline |
bool Matching::VertexInfo::isMatched |
( |
void |
| ) |
const |
|
inline |
void Matching::VertexInfo::setExposed |
( |
std::list< Vertex * >::iterator |
eit | ) |
|
|
inline |
void Matching::VertexInfo::setMatched |
( |
std::list< Edge * >::iterator |
mit | ) |
|
|
inline |
std::list<Vertex*>::iterator Matching::VertexInfo::ExposedIterator |
|
private |
bool Matching::VertexInfo::Matched |
|
private |
std::list<Edge*>::iterator Matching::VertexInfo::MatchedIterator |
|
private |
The documentation for this class was generated from the following file: