#include <Hypergraph.h>
Public Member Functions | |
| Vertex () | |
| void | AddEdge (const Edge *edge) |
| void | SetSourceCovered (size_t sourceCovered) |
| const std::vector< const Edge * > & | GetIncoming () const |
| size_t | SourceCovered () const |
Definition at line 186 of file Hypergraph.h.
| MosesTuning::Vertex::Vertex | ( | ) | [inline] |
Definition at line 189 of file Hypergraph.h.
| void MosesTuning::Vertex::AddEdge | ( | const Edge * | edge | ) | [inline] |
Definition at line 191 of file Hypergraph.h.
Referenced by BOOST_AUTO_TEST_CASE(), and MosesTuning::Graph::Prune().

| const std::vector<const Edge*>& MosesTuning::Vertex::GetIncoming | ( | ) | const [inline] |
Definition at line 199 of file Hypergraph.h.
Referenced by BOOST_AUTO_TEST_CASE(), MosesTuning::Graph::Prune(), and MosesTuning::Viterbi().

| void MosesTuning::Vertex::SetSourceCovered | ( | size_t | sourceCovered | ) | [inline] |
Definition at line 195 of file Hypergraph.h.
Referenced by BOOST_AUTO_TEST_CASE(), and MosesTuning::Graph::Prune().

| size_t MosesTuning::Vertex::SourceCovered | ( | ) | const [inline] |
Definition at line 203 of file Hypergraph.h.
1.5.9