Main Page   Compound List   File List   Compound Members   File Members  

FireYear_ Struct Reference

structure tracking the growth of all fires occuring during a single year of simulation. More...

#include "FireYear.h"

List of all members.

Public Attributes

int year
int num_fires
double xllcorner
double yllcorner
int cellsize
IntTwoDArray* id


Detailed Description

structure tracking the growth of all fires occuring during a single year of simulation.

Definition at line 68 of file FireYear.h.


Member Data Documentation

int FireYear_::cellsize
 

cellsize in real world units

Definition at line 78 of file FireYear.h.

IntTwoDArray * FireYear_::id
 

each contiguous fire area stored with unique ID

Definition at line 80 of file FireYear.h.

int FireYear_::num_fires
 

number of fires associated with this year

Definition at line 72 of file FireYear.h.

double FireYear_::xllcorner
 

real world x cordinate of lower left corner

Definition at line 74 of file FireYear.h.

int FireYear_::year
 

year for which this structure represents fires

Definition at line 70 of file FireYear.h.

double FireYear_::yllcorner
 

real world y coordinate of lower left corner

Definition at line 76 of file FireYear.h.


The documentation for this struct was generated from the following file:
Generated at Fri Jun 22 00:46:53 2001 for HFire by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000