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;
Options controlling the operation of the MetOfficeBuddyCheck filter.
Interface of classes used by MetOfficeBuddyPairFinder to select observations used as buddies of other...
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...
void examinePotentialBuddy(int obsIdB) override
Check if the observation with ID obsIdB can be selected as a buddy of obsIdB. If so,...
void reset(int obsIdA) override
Prepare the object for examination of potential buddies of the observation with ID obsIdA.
std::vector< int > potentialBuddies_
MetOfficeBuddyCollectorV1(const MetOfficeBuddyCheckParameters &options, const std::vector< float > &latitudes, const std::vector< float > &longitudes, const std::vector< int > &stationIds)