|
| 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 () |
|
|
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:
- /home/runner/work/C2F-W/C2F-W/Cell2Fire/Forest.h
- /home/runner/work/C2F-W/C2F-W/Cell2Fire/Forest.cpp