Cell2Fire
A large-scale forest fire simulator.
Loading...
Searching...
No Matches
Forest Class Reference

Public Member Functions

 Forest (int _id, std::string _location, std::vector< int > _coord, int _nCells, double _area, double _vol, double _age, double _perimeter, std::unordered_map< std::string, int > &_fTypes)
 
void print_info ()
 

Public Attributes

int id
 
int nCells
 
double area
 
double vol
 
double age
 
double perimeter
 
std::string location
 
std::vector< int > coord
 
std::unordered_map< std::string, int > fTypes
 
std::vector< int > availCells
 
std::vector< int > burntCells
 

The documentation for this class was generated from the following files: