|
| CSVWriter (std::string filename, std::string delm=",") |
|
template<typename T > |
void | addDatainRow (T first, T last) |
|
void | printCSV (int rows, int cols, std::vector< int > statusCells) |
|
void | printCSVDouble (int rows, int cols, std::vector< double > network) |
|
void | printCSVDouble_V2 (int rows, int cols, std::vector< double > network) |
|
void | printASCII (int rows, int cols, double xllcorner, double yllcorner, int cellside, std::vector< float > statusCells) |
|
void | printASCIIInt (int rows, int cols, double xllcorner, double yllcorner, int cellside, std::vector< int > statusCells) |
|
void | asciiHeader (int rows, int cols, double xllcorner, double yllcorner, int cellside) |
|
void | printWeather (std::vector< std::string > weatherHistory) |
|
void | printIgnitions (std::unordered_map< int, int > ignitionsHistory) |
|
void | printCSV_V2 (int rows, int cols, std::vector< int > statusCells) |
|
void | MakeDir (std::string pathPlot) |
|
|
std::string | fileName |
|
std::string | delimeter |
|
int | linesCount |
|
The documentation for this class was generated from the following files:
- /home/runner/work/C2F-W/C2F-W/Cell2Fire/WriteCSV.h
- /home/runner/work/C2F-W/C2F-W/Cell2Fire/WriteCSV.cpp