Public Member Functions | |
HailTruth (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &dataColumnNames, const std::string &reportColumnNames, const std::string &searchMethod, const std::string &searchDist, const std::string &TimeWindow, const std::string &SectorWindow, const std::string &CellTableMaxAge) | |
Algorithm constructor, called from w2hailtruth_size_main with the command-line options passed in. | |
void | processCellTableName (const code::DataTable &data) |
void | processTruthTableName (const code::DataTable &data) |
bool | hasCells () |
bool | hasReports () |
void | process () |
void | circularSearch (CellDetection &myCell) |
void | sectorSearch (CellDetection &myCell) |
hailtruth::HailTruth::HailTruth | ( | const std::string & | outputDir, | |
const std::string & | outputLBName, | |||
bool | realtime, | |||
const std::string & | dataColumnNames, | |||
const std::string & | reportColumnNames, | |||
const std::string & | searchMethod, | |||
const std::string & | searchDist, | |||
const std::string & | TimeWindow, | |||
const std::string & | SectorWindow, | |||
const std::string & | CellTableMaxAge | |||
) |
Algorithm constructor, called from w2hailtruth_size_main with the command-line options passed in.
void hailtruth::HailTruth::circularSearch | ( | CellDetection & | myCell | ) |
bool hailtruth::HailTruth::hasCells | ( | ) |
bool hailtruth::HailTruth::hasReports | ( | ) |
void hailtruth::HailTruth::process | ( | ) |
void hailtruth::HailTruth::processCellTableName | ( | const code::DataTable & | data | ) |
void hailtruth::HailTruth::processTruthTableName | ( | const code::DataTable & | data | ) |
void hailtruth::HailTruth::sectorSearch | ( | CellDetection & | myCell | ) |