Tesseract 3.01
tesseract::ColSegment Class Reference

#include <tablefind.h>

Inheritance diagram for tesseract::ColSegment:
ELIST_LINK

List of all members.

Public Member Functions

 ColSegment ()
 ~ColSegment ()
const TBOXbounding_box () const
void set_top (int y)
void set_bottom (int y)
void set_left (int x)
void set_right (int x)
void set_bounding_box (const TBOX &other)
int get_num_table_cells () const
void set_num_table_cells (int n)
int get_num_text_cells () const
void set_num_text_cells (int n)
ColSegType type () const
void set_type ()
ScrollView::Color BoxColor () const
void InsertBox (const TBOX &other)

Constructor & Destructor Documentation

tesseract::ColSegment::ColSegment ( )
tesseract::ColSegment::~ColSegment ( )

Member Function Documentation

const TBOX& tesseract::ColSegment::bounding_box ( ) const [inline]
ScrollView::Color tesseract::ColSegment::BoxColor ( ) const
int tesseract::ColSegment::get_num_table_cells ( ) const [inline]
int tesseract::ColSegment::get_num_text_cells ( ) const [inline]
void tesseract::ColSegment::InsertBox ( const TBOX other)
void tesseract::ColSegment::set_bottom ( int  y) [inline]
void tesseract::ColSegment::set_bounding_box ( const TBOX other) [inline]
void tesseract::ColSegment::set_left ( int  x) [inline]
void tesseract::ColSegment::set_num_table_cells ( int  n) [inline]
void tesseract::ColSegment::set_num_text_cells ( int  n) [inline]
void tesseract::ColSegment::set_right ( int  x) [inline]
void tesseract::ColSegment::set_top ( int  y) [inline]
void tesseract::ColSegment::set_type ( )
ColSegType tesseract::ColSegment::type ( ) const [inline]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines