#include <bbgrid.h>
List of all members.
Constructor & Destructor Documentation
tesseract::GridBase::GridBase |
( |
| ) |
|
tesseract::GridBase::GridBase |
( |
int |
gridsize, |
|
|
const ICOORD & |
bleft, |
|
|
const ICOORD & |
tright |
|
) |
| |
tesseract::GridBase::~GridBase |
( |
| ) |
[virtual] |
Member Function Documentation
const ICOORD& tesseract::GridBase::bleft |
( |
| ) |
const [inline] |
void tesseract::GridBase::ClipGridCoords |
( |
int * |
x, |
|
|
int * |
y |
|
) |
| const |
void tesseract::GridBase::GridCoords |
( |
int |
x, |
|
|
int |
y, |
|
|
int * |
grid_x, |
|
|
int * |
grid_y |
|
) |
| const |
int tesseract::GridBase::gridheight |
( |
| ) |
const [inline] |
int tesseract::GridBase::gridsize |
( |
| ) |
const [inline] |
int tesseract::GridBase::gridwidth |
( |
| ) |
const [inline] |
void tesseract::GridBase::Init |
( |
int |
gridsize, |
|
|
const ICOORD & |
bleft, |
|
|
const ICOORD & |
tright |
|
) |
| |
Reimplemented in tesseract::IntGrid, tesseract::BBGrid< BBC, BBC_CLIST, BBC_C_IT >, tesseract::BBGrid< ColSegment, ColSegment_CLIST, ColSegment_C_IT >, tesseract::BBGrid< BLOBNBOX, BLOBNBOX_CLIST, BLOBNBOX_C_IT >, and tesseract::BBGrid< ColPartition, ColPartition_CLIST, ColPartition_C_IT >.
const ICOORD& tesseract::GridBase::tright |
( |
| ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files: