39 ZRXPIO(
const std::string& configfile);
42 virtual void writeMeteoData(
const std::vector< std::vector<MeteoData> >& vecMeteo,
43 const std::string& name =
"");
48 void checkForUsedParameters(
const std::vector<MeteoData>& vecMeteo, std::vector<bool>& vecUsedParams,
49 const size_t& nr_of_params,
const bool& output_nodata_params,
bool& data_exists);
A class that reads a key/value file. These files (typically named *.ini) follow the INI file format s...
Definition: Config.h:79
A class representing the IO Layer of the software Alpine3D. For each type of IO (File,...
Definition: IOInterface.h:98
Outputs meteo data in a text format readable by a WISKI database.
Definition: ZRXPIO.h:37
virtual void writeMeteoData(const std::vector< std::vector< MeteoData > > &vecMeteo, const std::string &name="")
Output-routine to ASCII on file system.
Definition: ZRXPIO.cc:178
ZRXPIO(const std::string &configfile)
Plugin constructor taking a configfile and doing nothing else.
Definition: ZRXPIO.cc:159