Public Types | |
enum | Type { ITEM_C, ITEM_O, ITEM_Q, ITEM_PLUS, ITEM_L, ITEM_T, ITEM_DASH } |
Public Member Functions | |
ClassicSearchItem (Type t, int sz, double angle, int antialiasOctaves) | |
virtual Image< double > | getPatch () const |
Static Public Member Functions | |
static Type | typeFromChar (char c) |
Definition at line 45 of file ClassicSearchItem.H.