#include <InputTree.h>

Public Member Functions | |
| Node (const PVertex &v, const std::vector< Node * > &c) | |
| Node (const PVertex &v) | |
Public Attributes | |
| PVertex | pvertex | 
| std::vector< Node * > | children | 
Definition at line 16 of file InputTree.h.
| Moses::Syntax::T2S::InputTree::Node::Node | ( | const PVertex & | v, | |
| const std::vector< Node * > & | c | |||
| ) |  [inline] | 
        
Definition at line 17 of file InputTree.h.
| Moses::Syntax::T2S::InputTree::Node::Node | ( | const PVertex & | v | ) |  [inline] | 
        
Definition at line 21 of file InputTree.h.
| std::vector<Node*> Moses::Syntax::T2S::InputTree::Node::children | 
Definition at line 24 of file InputTree.h.
Referenced by Moses::Syntax::T2S::Manager< RuleMatcher >::Decode(), and Moses::Syntax::T2S::InputTreeToForest().
Definition at line 23 of file InputTree.h.
Referenced by Moses::Syntax::T2S::Manager< RuleMatcher >::Decode(), Moses::Syntax::T2S::RuleMatcherSCFG< Callback >::EnumerateHyperedges(), Moses::Syntax::T2S::Manager< RuleMatcher >::ExtractKBest(), Moses::Syntax::T2S::Manager< RuleMatcher >::GetBestSHyperedge(), and Moses::Syntax::T2S::GlueRuleSynthesizer::SynthesizeRule().
 1.5.9