#include <BitmapContainer.h>

Public Member Functions | |
| HypothesisQueueItem (const size_t hypothesis_pos, const size_t translation_pos, Hypothesis *hypothesis, BackwardsEdge *edge, const TargetPhrase *target_phrase=NULL) | |
| ~HypothesisQueueItem () | |
| int | GetHypothesisPos () |
| int | GetTranslationPos () |
| Hypothesis * | GetHypothesis () |
| BackwardsEdge * | GetBackwardsEdge () |
| boost::shared_ptr< TargetPhrase > | GetTargetPhrase () |
Definition at line 58 of file BitmapContainer.h.
| Moses::HypothesisQueueItem::HypothesisQueueItem | ( | const size_t | hypothesis_pos, | |
| const size_t | translation_pos, | |||
| Hypothesis * | hypothesis, | |||
| BackwardsEdge * | edge, | |||
| const TargetPhrase * | target_phrase = NULL | |||
| ) | [inline] |
| Moses::HypothesisQueueItem::~HypothesisQueueItem | ( | ) | [inline] |
Definition at line 83 of file BitmapContainer.h.
| BackwardsEdge* Moses::HypothesisQueueItem::GetBackwardsEdge | ( | ) | [inline] |
Definition at line 98 of file BitmapContainer.h.
Referenced by Moses::BitmapContainer::ProcessBestHypothesis().

| Hypothesis* Moses::HypothesisQueueItem::GetHypothesis | ( | ) | [inline] |
Definition at line 94 of file BitmapContainer.h.
Referenced by Moses::BitmapContainerOrderer::operator()(), Moses::QueueItemOrderer::operator()(), Moses::BitmapContainer::ProcessBestHypothesis(), and Moses::BitmapContainer::~BitmapContainer().

| int Moses::HypothesisQueueItem::GetHypothesisPos | ( | ) | [inline] |
Definition at line 86 of file BitmapContainer.h.
Referenced by Moses::BitmapContainer::ProcessBestHypothesis().

| boost::shared_ptr<TargetPhrase> Moses::HypothesisQueueItem::GetTargetPhrase | ( | ) | [inline] |
Definition at line 102 of file BitmapContainer.h.
Referenced by Moses::BitmapContainerOrderer::operator()(), and Moses::QueueItemOrderer::operator()().

| int Moses::HypothesisQueueItem::GetTranslationPos | ( | ) | [inline] |
Definition at line 90 of file BitmapContainer.h.
Referenced by Moses::BitmapContainer::ProcessBestHypothesis().

1.5.9