This compares all elements of the RinexMetData with less than (only for those fields which the two obs data share).
Definition at line 64 of file RinexMetFilterOperators.hpp.
#include <RinexMetFilterOperators.hpp>
Public Member Functions | |
bool | operator() (const RinexMetData &l, const RinexMetData &r) const |
RinexMetDataOperatorLessThanFull (const std::set< RinexMetHeader::RinexMetType > &rmhset) | |
Private Attributes | |
std::set< RinexMetHeader::RinexMetType > | obsSet |
|
inline |
The set is a set of RinexMetType that the two files have in common. This is easily generated with the set_intersection STL function. See difftools/rmwdiff.cpp for an example.
Definition at line 72 of file RinexMetFilterOperators.hpp.
|
inline |
Definition at line 76 of file RinexMetFilterOperators.hpp.
|
private |
Definition at line 117 of file RinexMetFilterOperators.hpp.