tesseract
3.04.00
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
findseam.h
Go to the documentation of this file.
1
/* -*-C-*-
2
********************************************************************************
3
*
4
* File: findseam.h (Formerly findseam.h)
5
* Description:
6
* Author: Mark Seaman, SW Productivity
7
* Created: Fri Oct 16 14:37:00 1987
8
* Modified: Thu May 16 17:05:17 1991 (Mark Seaman) marks@hpgrlt
9
* Language: C
10
* Package: N/A
11
* Status: Reusable Software Component
12
*
13
* (c) Copyright 1987, Hewlett-Packard Company.
14
** Licensed under the Apache License, Version 2.0 (the "License");
15
** you may not use this file except in compliance with the License.
16
** You may obtain a copy of the License at
17
** http://www.apache.org/licenses/LICENSE-2.0
18
** Unless required by applicable law or agreed to in writing, software
19
** distributed under the License is distributed on an "AS IS" BASIS,
20
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
** See the License for the specific language governing permissions and
22
** limitations under the License.
23
*
24
*********************************************************************************/
25
26
#ifndef FINDSEAM_H
27
#define FINDSEAM_H
28
29
/*----------------------------------------------------------------------
30
I n c l u d e s
31
----------------------------------------------------------------------*/
32
#include "
seam.h
"
33
#include "
genericheap.h
"
34
#include "
kdpair.h
"
35
#include "
chop.h
"
36
37
// The SeamPair elements own their SEAMs and delete them upon destruction.
38
typedef
tesseract::KDPtrPairInc<float, SEAM>
SeamPair
;
39
typedef
tesseract::GenericHeap<SeamPair>
SeamQueue
;
40
41
typedef
tesseract::KDPtrPairDec<float, SEAM>
SeamDecPair
;
42
typedef
tesseract::GenericHeap<SeamDecPair>
SeamPile
;
43
44
#endif
kdpair.h
tesseract::GenericHeap
Definition:
genericheap.h:58
genericheap.h
SeamPair
tesseract::KDPtrPairInc< float, SEAM > SeamPair
Definition:
findseam.h:38
tesseract::KDPtrPairInc
Definition:
kdpair.h:145
tesseract::KDPtrPairDec
Definition:
kdpair.h:162
SeamQueue
tesseract::GenericHeap< SeamPair > SeamQueue
Definition:
findseam.h:39
chop.h
SeamDecPair
tesseract::KDPtrPairDec< float, SEAM > SeamDecPair
Definition:
findseam.h:41
seam.h
SeamPile
tesseract::GenericHeap< SeamDecPair > SeamPile
Definition:
findseam.h:42
wordrec
findseam.h
Generated by
1.8.6