00001 /*====================================================================* 00002 - Copyright (C) 2001 Leptonica. All rights reserved. 00003 - This software is distributed in the hope that it will be 00004 - useful, but with NO WARRANTY OF ANY KIND. 00005 - No author or distributor accepts responsibility to anyone for the 00006 - consequences of using this software, or for whether it serves any 00007 - particular purpose or works at all, unless he or she says so in 00008 - writing. Everyone is granted permission to copy, modify and 00009 - redistribute this source code, for commercial or non-commercial 00010 - purposes, with the following restrictions: (1) the origin of this 00011 - source code must not be misrepresented; (2) modified versions must 00012 - be plainly marked as such; and (3) this notice may not be removed 00013 - or altered from any source or modified source distribution. 00014 *====================================================================*/ 00015 00016 #ifndef LEPTONICA_ALLTYPES_H 00017 #define LEPTONICA_ALLTYPES_H 00018 00019 #include "environ.h" 00020 00021 /* imaging */ 00022 #include "array.h" 00023 #include "arrayaccess.h" 00024 #include "bbuffer.h" 00025 #include "bmf.h" 00026 #include "ccbord.h" 00027 #include "gplot.h" 00028 #include "heap.h" 00029 #include "jbclass.h" 00030 #include "list.h" 00031 #include "morph.h" 00032 #include "pix.h" 00033 #include "ptra.h" 00034 #include "queue.h" 00035 #include "stack.h" 00036 #include "watershed.h" 00037 00038 /* i/o */ 00039 #include <stdio.h> 00040 #include "imageio.h" 00041 00042 #endif /* LEPTONICA_ALLTYPES_H */ 00043