tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::ShapeQueueEntry Struct Reference

#include <shapetable.h>

Collaboration diagram for tesseract::ShapeQueueEntry:

Public Member Functions

 ShapeQueueEntry ()
 
 ShapeQueueEntry (const ShapeRating &rating, int level0)
 
bool operator< (const ShapeQueueEntry &other) const
 

Public Attributes

ShapeRating result
 
int level
 

Constructor & Destructor Documentation

◆ ShapeQueueEntry() [1/2]

tesseract::ShapeQueueEntry::ShapeQueueEntry ( )
inline

◆ ShapeQueueEntry() [2/2]

tesseract::ShapeQueueEntry::ShapeQueueEntry ( const ShapeRating rating,
int  level0 
)
inline

Member Function Documentation

◆ operator<()

bool tesseract::ShapeQueueEntry::operator< ( const ShapeQueueEntry other) const
inline

Member Data Documentation

◆ level

int tesseract::ShapeQueueEntry::level

◆ result

ShapeRating tesseract::ShapeQueueEntry::result

The documentation for this struct was generated from the following file: