Main Page   Compound List   File List   Compound Members   File Members  

FuelsRegrowth.h

Go to the documentation of this file.
00001 
00027 #ifndef FuelsRegrowth_H
00028 #define FuelsRegrowth_H
00029 
00030 #include <stdlib.h>
00031 
00032 #include "FireYear.h"
00033 #include "FireProp.h"
00034 #include "FireGridData.h"
00035 #include "ChHashTable.h"
00036 #include "GridData.h"
00037 #include "KeyVal.h"
00038 #include "FStreamIO.h"
00039 #include "Err.h"
00040 
00041 /*
00042  *********************************************************
00043  * DEFINES, ENUMS
00044  *********************************************************
00045  */
00046 
00047 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00048 
00049 #define FUELS_REGROWTH_RGR_COMMENT_CHAR                         ("#")
00050 #define FUELS_REGROWTH_SEP_CHARS                                (" ;\t")
00051 
00052 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00053  
00054 /*
00055  *********************************************************
00056  * STRUCTS, TYPEDEFS
00057  *********************************************************
00058  */
00059  
00060 /*
00061  *********************************************************
00062  * MACROS
00063  *********************************************************
00064  */
00065  
00066 /*
00067  *********************************************************
00068  * PUBLIC FUNCTIONS
00069  *********************************************************
00070  */
00071 
00091 int GetFuelsRegrowthFIXEDFromProps(ChHashTable * proptbl, GridData * std_age, GridData ** fuels);
00092 
00111 int GetFuelsRegrowthSTATICFromProps(ChHashTable * proptbl, GridData * std_age, GridData ** fuels);
00112 
00132 int GetFuelsRegrowthPNVFromProps(ChHashTable * proptbl, GridData * std_age, GridData ** fuels);
00133                                                                                 
00134 #endif FuelsRegrowth_H      /* end of FuelsRegrowth.h */

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