This compares all elements of the RinexObsData with less than (only for those fields which the two obs data share).
Definition at line 61 of file RinexObsFilterOperators.hpp.
#include <RinexObsFilterOperators.hpp>
Public Member Functions | |
bool | operator() (const gnsstk::RinexObsData &l, const gnsstk::RinexObsData &r) const |
RinexObsDataOperatorLessThanFull (const std::set< gnsstk::RinexObsType > &rohset) | |
Private Attributes | |
std::set< gnsstk::RinexObsType > | obsSet |
|
inline |
The set is a set of RinexObsType that the two files have in common. This is easily generated with the set_intersection STL function. See difftools/rowdiff.cpp for an example.
Definition at line 70 of file RinexObsFilterOperators.hpp.
|
inline |
Definition at line 74 of file RinexObsFilterOperators.hpp.
|
private |
Definition at line 156 of file RinexObsFilterOperators.hpp.