#include "FireConfig.h"Go to the source code of this file.
| Functions | |
| int | InitPropsFromFireConfig (ChHashTable ** proptbl, char * cfg_fname) | 
| Reads simulation configuration information from file and stores in ChHashTable. More... | |
| int | InitGridsFromPropsFireConfig (ChHashTable * proptbl, GridData ** elev, GridData ** slope, GridData ** aspect) | 
| Loads terrain-related raster data required for fire prediction. More... | |
| int | InitFireTimerFromPropsFireConfig (ChHashTable * proptbl, FireTimer ** ft) | 
| Initializes FireTimer structure used by simulation. More... | |
| int | InitFuelModelHashTableFromFuelModelListFireConfig (List * fmlist, ChHashTable ** fmtble) | 
| Initializes ChHashTable of FuelModels indexed by model number, using the supplied List. More... | |
| int | InitStandAgeFromPropsFireConfig (ChHashTable * proptbl, GridData * elev, GridData ** std_age) | 
| Loads stand age data for generating age-dependent fuels. More... | |
| int | InitFireEnvFromPropsFireConfig (ChHashTable * proptbl, FireEnv ** fe) | 
| Assigns appropriate function pointers to FireEnv structure based upon user configuration. More... | |
| int | InitRandNumGenFromPropsFireConfig (ChHashTable * proptbl, void(*RandInit)(long int seed)) | 
| Initializes simulation random number generator with user supplied seed or from seed table. More... | |
| void | FireConfigDumpPropsToStream (ChHashTable * proptbl, FILE * fstream) | 
| Dumps ChHashTable of current simulation configuration properties to stream. More... | |
| void | FireConfigDumpFuelModelListToStream (List * fmlist, FILE * fstream) | 
| Dumps List of current FuelModels to stream. More... | |
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file FireConfig.c.
| 
 | 
| Dumps List of current FuelModels to stream. 
 
 
 
 
 Definition at line 431 of file FireConfig.c. | 
| 
 | 
| Dumps ChHashTable of current simulation configuration properties to stream. 
 
 
 
 
 Definition at line 410 of file FireConfig.c. | 
| 
 | 
| Assigns appropriate function pointers to FireEnv structure based upon user configuration. 
 
 
 
 
 Definition at line 251 of file FireConfig.c. | 
| 
 | 
| Initializes FireTimer structure used by simulation. 
 
 
 
 
 Definition at line 90 of file FireConfig.c. | 
| 
 | 
| Initializes ChHashTable of FuelModels indexed by model number, using the supplied List. 
 
 
 
 
 Definition at line 151 of file FireConfig.c. | 
| 
 | 
| Loads terrain-related raster data required for fire prediction. 
 
 
 
 
 Definition at line 65 of file FireConfig.c. | 
| 
 | 
| Reads simulation configuration information from file and stores in ChHashTable. 
 
 
 
 
 Definition at line 27 of file FireConfig.c. | 
| 
 | 
| Initializes simulation random number generator with user supplied seed or from seed table. 
 
 
 
 
 Definition at line 385 of file FireConfig.c. | 
| 
 | 
| Loads stand age data for generating age-dependent fuels. 
 
 
 
 
 Definition at line 178 of file FireConfig.c. | 
 1.2.3 written by Dimitri van Heesch,
 © 1997-2000
1.2.3 written by Dimitri van Heesch,
 © 1997-2000