21 #ifndef TESSERACT_TEXTORD_WORKINGPARSET_H__
22 #define TESSERACT_TEXTORD_WORKINGPARSET_H__
37 : column_(column), latest_part_(
NULL), part_it_(&part_set_) {
60 int resolution, ColPartition_LIST* used_parts,
61 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);
70 void MakeBlocks(
const ICOORD& bleft,
const ICOORD& tright,
int resolution,
71 ColPartition_LIST* used_parts);
78 ColPartition_LIST part_set_;
80 ColPartition_IT part_it_;
82 BLOCK_LIST completed_blocks_;
83 TO_BLOCK_LIST to_blocks_;
90 #endif // TESSERACT_TEXTORD_WORKINGPARSET_H__