Public Member Functions | |
| Accumulation (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &accumulationTimes, bool addValues) | |
| Algorithm constructor, called from the _main with the command-line options passed in. | |
| Accumulation () | |
| void | processgridType (const code::LatLonGrid &data) |
| void | processhistoricalGridType (const code::LatLonGrid &data) |
| code::LatLonGrid | computeAccumField (const code::LatLonGrid &latestGrid, code::TimeInterval accumTime, const std::string timeStr) |
| accumulator::Accumulation::Accumulation | ( | const std::string & | outputDir, | |
| const std::string & | outputLBName, | |||
| bool | realtime, | |||
| const std::string & | accumulationTimes, | |||
| bool | addValues | |||
| ) |
Algorithm constructor, called from the _main with the command-line options passed in.
| accumulator::Accumulation::Accumulation | ( | ) |
| code::LatLonGrid accumulator::Accumulation::computeAccumField | ( | const code::LatLonGrid & | latestGrid, | |
| code::TimeInterval | accumTime, | |||
| const std::string | timeStr | |||
| ) |
| void accumulator::Accumulation::processgridType | ( | const code::LatLonGrid & | data | ) |
| void accumulator::Accumulation::processhistoricalGridType | ( | const code::LatLonGrid & | data | ) |
1.4.7