Public Member Functions | |
StormType (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &MaxHistory, const std::string &WarningTypes, const std::string &Buffer, const std::string &TimeBuffer, const std::string &SubType) | |
Algorithm constructor, called from w2hailtruth_stormtype_main with the command-line options passed in. | |
void | processgrid (const code::LatLonGrid &data) |
void | processstorms (const code::DataTable &data) |
void | processwarnings (const code::DataTable &data) |
void | processevents (const code::DataTable &data) |
void | doAnalysis () |
hailtruth::StormType::StormType | ( | const std::string & | outputDir, | |
const std::string & | outputLBName, | |||
bool | realtime, | |||
const std::string & | MaxHistory, | |||
const std::string & | WarningTypes, | |||
const std::string & | Buffer, | |||
const std::string & | TimeBuffer, | |||
const std::string & | SubType | |||
) |
Algorithm constructor, called from w2hailtruth_stormtype_main with the command-line options passed in.
void hailtruth::StormType::doAnalysis | ( | ) |
void hailtruth::StormType::processevents | ( | const code::DataTable & | data | ) |
void hailtruth::StormType::processgrid | ( | const code::LatLonGrid & | data | ) |
void hailtruth::StormType::processstorms | ( | const code::DataTable & | data | ) |
void hailtruth::StormType::processwarnings | ( | const code::DataTable & | data | ) |