37 tprintf(
"Ratings Matrix (top choices)\n");
41 for (row = 0; row < this->
dimension(); ++row) {
42 for (col = 0; col <= row; ++col) {
43 if (col == 0)
tprintf(
"%d\t", row);
44 BLOB_CHOICE_LIST *rating = this->
get(col, row);
46 BLOB_CHOICE_IT b_it(rating);
48 for (b_it.mark_cycle_pt(); !b_it.cycled_list(); b_it.forward()) {
51 if (counter == 3)
break;
const char *const id_to_unichar(UNICHAR_ID id) const
DLLSYM void tprintf(const char *format,...)
void print(const UNICHARSET &unicharset) const