Main Page   Compound List   File List   Compound Members   File Members  

FireExportImg.h

Go to the documentation of this file.
00001 
00028 #ifndef FireExportImg_H
00029 #define FireExportImg_H
00030 
00031 #include <stdlib.h>
00032 #include <stdio.h>
00033 #include <string.h>
00034 
00035 #include "FireTimer.h"
00036 #include "FireYear.h"
00037 #include "FireProp.h"
00038 #include "GridData.h"
00039 #include "ChHashTable.h"
00040 #include "KeyVal.h"
00041 #include "Err.h"
00042 
00043 /* contains font defintions for gd library */
00044 #include "gdfontt.h"
00045 #include "gdfonts.h"
00046 #include "gdfontmb.h"
00047 #include "gdfontl.h"
00048 #include "gdfontg.h"
00049 /* contains library wrappers for gd calls */
00050 #include "GridDataImg.h"
00051 #include "RGBColors.h"
00052 
00053 /*
00054  *********************************************************
00055  * DEFINES, ENUMS
00056  *********************************************************
00057  */
00058 
00059 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00060 
00061 #define FIRE_EXPORT_IMG_DEFAULT_TITLE_COLOR                         (EnumBlack)
00062 #define FIRE_EXPORT_IMG_DEFAULT_NODATA_COLOR                        (EnumLightGray)
00063 #define FIRE_EXPORT_IMG_DEFAULT_FILENAME_SIZE                       (256)
00064 #define FIRE_EXPORT_IMG_DEFAULT_TITLE_SIZE                          (40)
00065 
00066 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00067  
00068 /*
00069  *********************************************************
00070  * STRUCTS, TYPEDEFS
00071  *********************************************************
00072  */
00073  
00074 /*
00075  *********************************************************
00076  * MACROS
00077  *********************************************************
00078  */
00079  
00080 /*
00081  *********************************************************
00082  * PUBLIC FUNCTIONS
00083  *********************************************************
00084  */
00085 
00105 int FireExportFireIDPng(ChHashTable * proptbl, FireYear * fyr, FireTimer * ft);
00106   
00107 #endif FireExportImg_H      /* end of FireExportImg.h */

Generated at Fri Jun 22 00:46:51 2001 for HFire by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000