Main Page   Compound List   File List   Compound Members   File Members  

FuelModel.h File Reference

Fuels description which contains attribute sets used by several types of fire spread models. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "Err.h"
#include "FuelSizeClasses.h"
#include "RothFuelModel.h"
#include "PhysFuelModel.h"

Go to the source code of this file.

Compounds

struct  FuelModel_

Defines

#define FUELMODEL_UNNAMED_MODEL   ("UNNAMED")
 default name assigned to FuelModels. More...


Typedefs

typedef enum FuelModelType_ FuelModelType
typedef struct FuelModel_ FuelModel

Enumerations

enum  FuelModelType_ {
  EnumUnknownFuelModelType = 0,
  EnumRoth = 1,
  EnumPhys = 2
}
 constant used to distinguish different types of fuel models. More...


Detailed Description

Fuels description which contains attribute sets used by several types of fire spread models.

Author(s):
Marco Morais
Date:
2000-2001

HFire (Highly Optmized Tolerance Fire Spread Model) Library Copyright (C) 2001 Marco Morais

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 FuelModel.h.


Define Documentation

#define FUELMODEL_UNNAMED_MODEL   ("UNNAMED")
 

default name assigned to FuelModels.

Definition at line 47 of file FuelModel.h.


Typedef Documentation

typedef struct FuelModel_ FuelModel
 

Type name for FuelModel_

See also:
For a list of members goto FuelModel_

Definition at line 75 of file FuelModel.h.

typedef enum FuelModelType_ FuelModelType
 

Type name for FuelModelType_

See also:
For a list of constants goto FuelModelType_

Definition at line 70 of file FuelModel.h.


Enumeration Type Documentation

enum FuelModelType_
 

constant used to distinguish different types of fuel models.

Note:
EnumUnknownFuelModelType unrecognized attribute set
EnumRoth Rothermel-style fuel attribute set
EnumPhys physically-based model attribute set

Definition at line 55 of file FuelModel.h.


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