#include <alignmentStruct.h>

Public Member Functions | |
| string | toString () |
| void | set (alignmentStruct l_alignmentStruct) |
Public Attributes | |
| vector< string > | nwords |
| vector< char > | alignment |
| vector< vecInt > | aftershift |
| double | cost |
Definition at line 37 of file alignmentStruct.h.
| void TERCPPNS_TERCpp::alignmentStruct::set | ( | alignmentStruct | l_alignmentStruct | ) |
Definition at line 35 of file alignmentStruct.cpp.
References aftershift, alignment, cost, and nwords.
Referenced by TERCPPNS_TERCpp::terCalc::findBestShift().

| string TERCPPNS_TERCpp::alignmentStruct::toString | ( | ) |
Definition at line 26 of file alignmentStruct.cpp.
Definition at line 58 of file alignmentStruct.h.
Referenced by TERCPPNS_TERCpp::terCalc::findBestShift(), and set().
| vector<char> TERCPPNS_TERCpp::alignmentStruct::alignment |
| vector<string> TERCPPNS_TERCpp::alignmentStruct::nwords |
Definition at line 56 of file alignmentStruct.h.
Referenced by TERCPPNS_TERCpp::terCalc::findBestShift(), and set().
1.5.9