Main Page   Compound List   File List   Compound Members   File Members  

FireExport_ Struct Reference

structure stores settings and function pointers used to control simulation output. More...

#include "FireExport.h"

List of all members.

Public Attributes

EnumFireExportFreq exp_freq
FireTimerft
FireYearfyr
GridData* fuels
GridData* std_age
int (*  FireExportFireIDAscRaster )(ChHashTable * proptbl, FireYear * fyr, FireTimer * ft)
int (*  FireExportFuelsAscRaster )(ChHashTable * proptbl, GridData * fuels, FireTimer * ft)
int (*  FireExportStandAgeAscRaster )(ChHashTable * proptbl, GridData * std_age, FireTimer * ft)
int (*  FireExportFireIDPng )(ChHashTable * proptbl, FireYear * fyr, FireTimer * ft)


Detailed Description

structure stores settings and function pointers used to control simulation output.

Definition at line 93 of file FireExport.h.


Member Data Documentation

int(* FireExport_::FireExportFireIDAscRaster)(ChHashTable *proptbl,FireYear *fyr,FireTimer *ft)
 

function ptr to fire id export

Referenced by FireExportSpatialData().

int(* FireExport_::FireExportFireIDPng)(ChHashTable *proptbl,FireYear *fyr,FireTimer *ft)
 

function ptr to image export

Note:
USING_GD must be defined

Referenced by FireExportSpatialData().

int(* FireExport_::FireExportFuelsAscRaster)(ChHashTable *proptbl,GridData *fuels,FireTimer *ft)
 

function ptr to fuels export

Referenced by FireExportSpatialData().

int(* FireExport_::FireExportStandAgeAscRaster)(ChHashTable *proptbl,GridData *std_age,FireTimer *ft)
 

function ptr to stand age export

Referenced by FireExportSpatialData().

EnumFireExportFreq FireExport_::exp_freq
 

constant determines how often data exported

Definition at line 95 of file FireExport.h.

FireTimer * FireExport_::ft
 

ptr to simulation timer

Definition at line 97 of file FireExport.h.

GridData * FireExport_::fuels
 

ptr to fuels dataset

Definition at line 101 of file FireExport.h.

FireYear * FireExport_::fyr
 

ptr to fire ids dataset

Definition at line 99 of file FireExport.h.

GridData * FireExport_::std_age
 

ptr to stand age dataset

Definition at line 103 of file FireExport.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