#include <shapetable.h>
Public Member Functions | |
| ShapeRating () | |
| ShapeRating (int s, float r) | |
Static Public Member Functions | |
| static int | SortDescendingRating (const void *t1, const void *t2) | 
| static int | FirstResultWithUnichar (const GenericVector< ShapeRating > &results, const ShapeTable &shape_table, UNICHAR_ID unichar_id) | 
Public Attributes | |
| int | shape_id | 
| float | rating | 
| float | raw | 
| float | font | 
| bool | joined | 
| bool | broken | 
Definition at line 93 of file shapetable.h.
      
  | 
  inline | 
Definition at line 94 of file shapetable.h.
      
  | 
  inline | 
Definition at line 97 of file shapetable.h.
      
  | 
  static | 
Definition at line 38 of file shapetable.cpp.
      
  | 
  inlinestatic | 
Definition at line 102 of file shapetable.h.
| bool tesseract::ShapeRating::broken | 
Definition at line 133 of file shapetable.h.
| float tesseract::ShapeRating::font | 
Definition at line 129 of file shapetable.h.
| bool tesseract::ShapeRating::joined | 
Definition at line 131 of file shapetable.h.
| float tesseract::ShapeRating::rating | 
Definition at line 125 of file shapetable.h.
| float tesseract::ShapeRating::raw | 
Definition at line 127 of file shapetable.h.
| int tesseract::ShapeRating::shape_id | 
Definition at line 122 of file shapetable.h.