Main Page   Compound List   File List   Compound Members   File Members  

CellState.h File Reference

Facility for storing the state of fuel inside of each cell in the simulation domain. More...

#include <stdlib.h>
#include "FuelModel.h"
#include "RothFuelModel.h"
#include "PhysFuelModel.h"
#include "GridData.h"
#include "ByteTwoDArray.h"
#include "ChHashTable.h"
#include "CoordTrans.h"
#include "Err.h"

Go to the source code of this file.

Compounds

struct  CellState_

Typedefs

typedef enum EnumCellState_ EnumCellState
typedef struct CellState_ CellState

Enumerations

enum  EnumCellState_ {
  EnumUnBurnableCellState = 0,
  EnumNoFireCellState = 1,
  EnumHasFireCellState = 2,
  EnumConsumedCellState = 3
}
 constant storing state of fire inside of cell. More...


Detailed Description

Facility for storing the state of fuel inside of each cell in the simulation domain.

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


Typedef Documentation

typedef struct CellState_ CellState
 

Type name for CellState_

See also:
For a list of members goto CellState_

Definition at line 75 of file CellState.h.

typedef enum EnumCellState_ EnumCellState
 

Type name for EnumCellState_

See also:
For a list of constants goto EnumCellState_

Definition at line 70 of file CellState.h.


Enumeration Type Documentation

enum EnumCellState_
 

constant storing state of fire inside of cell.

Note:
EnumUnBurnableCellState cell is not burnable
EnumNoFireCellState cell is burnable, but has no fire in cell
EnumHasFireCellState fire in cell, but fuel in cell is not completely consumed
EnumConsumedCellState all fuel in cell is consumed, fire will not propagate through cell

Definition at line 54 of file CellState.h.


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