#include <SChart.h>
Classes | |
| struct | Cell |
Public Member Functions | |
| SChart (std::size_t width) | |
| std::size_t | GetWidth () const |
| const Cell & | GetCell (std::size_t start, std::size_t end) const |
| Cell & | GetCell (std::size_t start, std::size_t end) |
Definition at line 20 of file SChart.h.
| Moses::Syntax::S2T::SChart::SChart | ( | std::size_t | width | ) |
Definition at line 10 of file SChart.cpp.
| Cell& Moses::Syntax::S2T::SChart::GetCell | ( | std::size_t | start, | |
| std::size_t | end | |||
| ) | [inline] |
| const Cell& Moses::Syntax::S2T::SChart::GetCell | ( | std::size_t | start, | |
| std::size_t | end | |||
| ) | const [inline] |
Definition at line 37 of file SChart.h.
Referenced by Moses::Syntax::S2T::Manager< Parser >::Decode(), Moses::Syntax::S2T::Manager< Parser >::ExtractKBest(), Moses::Syntax::S2T::Manager< Parser >::GetBestSHyperedge(), and Moses::Syntax::S2T::PHyperedgeToSHyperedgeBundle().

| std::size_t Moses::Syntax::S2T::SChart::GetWidth | ( | ) | const [inline] |
1.5.9