ccstruct/pageres.cpp File Reference

#include "mfcpch.h"
#include <stdlib.h>
#include "pageres.h"
#include "notdll.h"

Go to the source code of this file.

Functions


Function Documentation

ELISTIZE ( BLOCK_RES   ) 

Constructor for page results

Definition at line 30 of file pageres.cpp.

References FALSE.

00034                     {
00035   BLOCK_IT block_it(the_block_list); 
00036   BLOCK_RES_IT block_res_it(&block_res_list); 
00037 
00038   char_count = 0;
00039   rej_count = 0;
00040   rejected = FALSE;
00041 
00042   for (block_it.mark_cycle_pt ();
00043   !block_it.cycled_list (); block_it.forward ()) {
00044     block_res_it.add_to_end (new BLOCK_RES (block_it.data ()));
00045   }
00046 }


Generated on Wed Feb 28 19:49:16 2007 for Tesseract by  doxygen 1.5.1