#include <HypergraphOutput.h>

Public Member Functions | |
| virtual void | WriteHeader (size_t winners, size_t losers) const =0 |
| virtual void | WriteHypos (const ChartHypothesisCollection &hypos, const std::map< unsigned, bool > &reachable) const =0 |
Protected Member Functions | |
| ChartSearchGraphWriter (AllOptions::ptr const &opts) | |
Protected Attributes | |
| AllOptions::ptr | m_options |
Definition at line 60 of file HypergraphOutput.h.
| Moses::ChartSearchGraphWriter::ChartSearchGraphWriter | ( | AllOptions::ptr const & | opts | ) | [inline, protected] |
Definition at line 64 of file HypergraphOutput.h.
| virtual void Moses::ChartSearchGraphWriter::WriteHeader | ( | size_t | winners, | |
| size_t | losers | |||
| ) | const [pure virtual] |
Implemented in Moses::ChartSearchGraphWriterMoses, and Moses::ChartSearchGraphWriterHypergraph.
| virtual void Moses::ChartSearchGraphWriter::WriteHypos | ( | const ChartHypothesisCollection & | hypos, | |
| const std::map< unsigned, bool > & | reachable | |||
| ) | const [pure virtual] |
Implemented in Moses::ChartSearchGraphWriterMoses, and Moses::ChartSearchGraphWriterHypergraph.
Referenced by Moses::ChartHypothesisCollection::WriteSearchGraph().

Definition at line 63 of file HypergraphOutput.h.
1.5.9