#include <HypergraphOutput.h>


Public Member Functions | |
| ChartSearchGraphWriterHypergraph (AllOptions::ptr const &opts, std::ostream *out) | |
| virtual void | WriteHeader (size_t winners, size_t losers) const |
| virtual void | WriteHypos (const ChartHypothesisCollection &hypos, const std::map< unsigned, bool > &reachable) const |
Definition at line 91 of file HypergraphOutput.h.
| Moses::ChartSearchGraphWriterHypergraph::ChartSearchGraphWriterHypergraph | ( | AllOptions::ptr const & | opts, | |
| std::ostream * | out | |||
| ) | [inline] |
Definition at line 94 of file HypergraphOutput.h.
| void Moses::ChartSearchGraphWriterHypergraph::WriteHeader | ( | size_t | winners, | |
| size_t | losers | |||
| ) | const [virtual] |
| virtual void Moses::ChartSearchGraphWriterHypergraph::WriteHypos | ( | const ChartHypothesisCollection & | hypos, | |
| const std::map< unsigned, bool > & | reachable | |||
| ) | const [virtual] |
Implements Moses::ChartSearchGraphWriter.
1.5.9