#include <stopper.h>
List of all members.
Detailed Description
Definition at line 56 of file stopper.h.
Constructor & Destructor Documentation
VIABLE_CHOICE_STRUCT::VIABLE_CHOICE_STRUCT |
( |
| ) |
|
VIABLE_CHOICE_STRUCT::VIABLE_CHOICE_STRUCT |
( |
int |
length | ) |
|
|
explicit |
VIABLE_CHOICE_STRUCT::~VIABLE_CHOICE_STRUCT |
( |
| ) |
|
Member Function Documentation
void VIABLE_CHOICE_STRUCT::Init |
( |
const WERD_CHOICE & |
word_choice, |
|
|
const PIECES_STATE & |
pieces_state, |
|
|
const float |
certainties[], |
|
|
FLOAT32 |
adjust_factor |
|
) |
| |
Definition at line 120 of file stopper.cpp.
{
for (
int i = 0, bw_idx = 0; i < word_choice.
length(); i++, bw_idx++) {
int blob_width = pieces_state[bw_idx];
blob_width = pieces_state[++bw_idx];
assert(blob_width > 0);
}
}
}
Definition at line 146 of file stopper.cpp.
{
} else {
}
for (
int i = 0; i < src_choices.
size(); ++i) {
BLOB_CHOICE_LIST *cc_list = new BLOB_CHOICE_LIST();
list_it.add_after_then_move(cc_list);
}
}
Member Data Documentation
FLOAT32 VIABLE_CHOICE_STRUCT::AdjustFactor |
BLOB_CHOICE_LIST_CLIST* VIABLE_CHOICE_STRUCT::blob_choices |
float VIABLE_CHOICE_STRUCT::Certainty |
bool VIABLE_CHOICE_STRUCT::ComposedFromCharFragments |
int VIABLE_CHOICE_STRUCT::Length |
float VIABLE_CHOICE_STRUCT::Rating |
The documentation for this class was generated from the following files: