ccutil/ndminx.h File Reference

Go to the source code of this file.

Defines


Define Documentation

#define MAX ( a,
 )     ( (a>b) ? a : b )

Note:
File: ndminx.h (Formerly ndminmax.h)
Extended ASCII chars
Author:
Phil Cheatle
Date:
Mon Mar 29 14:46:01 BST 1993
 * (C) Copyright 1991, Hewlett-Packard Ltd.
 ** Licensed under the Apache License, Version 2.0 (the "License");
 ** you may not use this file except in compliance with the License.
 ** You may obtain a copy of the License at
 ** http://www.apache.org/licenses/LICENSE-2.0
 ** Unless required by applicable law or agreed to in writing, software
 ** distributed under the License is distributed on an "AS IS" BASIS,
 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ** See the License for the specific language governing permissions and
 ** limitations under the License.

Definition at line 23 of file ndminx.h.

Referenced by block_spacing_stats(), ComputePaddedBoundingBox(), dot_of_i(), isolated_row_stats(), BOX::major_overlap(), make_a_word_break(), and row_spacing_stats().

#define MIN ( a,
 )     ( (a<b) ? a : b )

Definition at line 24 of file ndminx.h.

Referenced by ComputeDistance(), dot_of_i(), FindClosestExistingProto(), GetBestRatingFor(), BOX::major_overlap(), QueryIntersectsSearch(), reduced_box_next(), and row_spacing_stats().


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