ccstruct/pdclass.h

Go to the documentation of this file.
00001 
00020 #ifndef           PDCLASS_H
00021 #define           PDCLASS_H
00022 
00023 #include          "points.h"
00024 
00029 struct VEC_HEADER
00030 {
00032   INT32 filesize;
00034   INT16 bytesize;
00036   INT16 arraysize;
00038   INT16 width;
00040   INT16 height;
00042   INT16 res;
00043   INT16 bpp;
00044 };
00045 
00050 struct BLOCK_HEADER
00051 {
00053   UINT8 type;
00055   UINT8 valid;
00057   UINT8 charsize;
00059   UINT8 downsamplerate;
00061   UINT8 subtype;
00063   UINT8 temp;
00065   UINT16 offset;
00067   UINT16 order;
00069   UINT16 entries;
00070 };
00071 
00076 struct VEC_ENTRY
00077 {
00079   ICOORD start;
00081   ICOORD end;
00082 };
00083 #endif

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