1 /*====================================================================* 2 - Copyright (C) 2001 Leptonica. All rights reserved. 3 - This software is distributed in the hope that it will be 4 - useful, but with NO WARRANTY OF ANY KIND. 5 - No author or distributor accepts responsibility to anyone for the 6 - consequences of using this software, or for whether it serves any 7 - particular purpose or works at all, unless he or she says so in 8 - writing. Everyone is granted permission to copy, modify and 9 - redistribute this source code, for commercial or non-commercial 10 - purposes, with the following restrictions: (1) the origin of this 11 - source code must not be misrepresented; (2) modified versions must 12 - be plainly marked as such; and (3) this notice may not be removed 13 - or altered from any source or modified source distribution. 14 *====================================================================*/ 15 16 #ifndef LEPTONICA_ALLTYPES_H 17 #define LEPTONICA_ALLTYPES_H 18 19 #include "environ.h" 20 21 /* imaging */ 22 #include "array.h" 23 #include "arrayaccess.h" 24 #include "bbuffer.h" 25 #include "bmf.h" 26 #include "ccbord.h" 27 #include "gplot.h" 28 #include "heap.h" 29 #include "jbclass.h" 30 #include "list.h" 31 #include "morph.h" 32 #include "pix.h" 33 #include "ptra.h" 34 #include "queue.h" 35 #include "stack.h" 36 #include "watershed.h" 37 38 /* i/o */ 39 #include "imageio.h" 40 41 #endif /* LEPTONICA_ALLTYPES_H */ 42 43