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