classify/mfdefs.cpp

Go to the documentation of this file.
00001 
00019 /* =================
00020           Include Files and Type Defines
00021  ==================== */
00022 #include "mfdefs.h"
00023 #include "emalloc.h"
00024 #include <math.h>
00025 
00026 /* =================
00027               Public Code
00028  ==================== */
00029 /* =============================== */
00038 MICROFEATURE NewMicroFeature() { 
00039   return ((MICROFEATURE) Emalloc (sizeof (MFBLOCK)));
00040 }                                /* NewMicroFeature */
00041 
00042 
00043 /* =============================== */
00052 void FreeMicroFeatures(MICROFEATURES MicroFeatures) { 
00053   destroy_nodes(MicroFeatures, Efree); 
00054 }                                /* FreeMicroFeatures */

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