14 auto &
x = m_encoding[
idx];
16 x.thresholdValue = thresholdValue;
21 auto &
x = m_encoding[
idx];
23 thresholdValue =
x.thresholdValue;
29 for(
auto &
x : m_encoding) {
31 <<
", thr " <<
x.thresholdValue
32 <<
" -> code = " <<
x.ptCode << endl;
39 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"<PtEncoding>" << endl;
40 for(
auto &
x : m_encoding) {
42 <<
"<PtCodeElement pt=\"" <<
idx++
43 <<
"\" code=\"" <<
x.ptCode
44 <<
"\" value=\"" <<
x.thresholdValue
47 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"</PtEncoding>" << endl;