Go to the documentation of this file.
8 #ifndef UFO_FILTERS_METOFFICEBUDDYCOLLECTORV1_H_
9 #define UFO_FILTERS_METOFFICEBUDDYCOLLECTORV1_H_
27 const std::vector<float> &latitudes,
28 const std::vector<float> &longitudes,
29 const std::vector<int> &stationIds);
35 void reset(
int obsIdA)
override;
43 #endif // UFO_FILTERS_METOFFICEBUDDYCOLLECTORV1_H_
An implementation of the MetOfficeBuddyCollector interface intended to produce the same results as Me...
void appendBuddyPairsTo(std::vector< MetOfficeBuddyPair > &buddyPairs) const override
Extend buddyPairs with MetOfficeBuddyPair objects storing the properies of all buddy pairs found sinc...
Interface of classes used by MetOfficeBuddyPairFinder to select observations used as buddies of other...
Options controlling the operation of the MetOfficeBuddyCheck filter.
void examinePotentialBuddy(int obsIdB) override
Check if the observation with ID obsIdB can be selected as a buddy of obsIdB. If so,...
std::vector< int > potentialBuddies_
MetOfficeBuddyCollectorV1(const MetOfficeBuddyCheckParameters &options, const std::vector< float > &latitudes, const std::vector< float > &longitudes, const std::vector< int > &stationIds)
void reset(int obsIdA) override
Prepare the object for examination of potential buddies of the observation with ID obsIdA.