UFO
TrackCheckUtils.cc File Reference
#include <algorithm>
#include <cmath>
#include <memory>
#include <string>
#include "eckit/exception/Exceptions.h"
#include "eckit/geometry/Point2.h"
#include "eckit/geometry/Point3.h"
#include "eckit/geometry/Sphere.h"
#include "ioda/ObsSpace.h"
#include "oops/util/DateTime.h"
#include "oops/util/sqr.h"
#include "ufo/filters/ObsAccessor.h"
#include "ufo/filters/QCflags.h"
#include "ufo/filters/TrackCheckUtils.h"
#include "ufo/utils/Constants.h"
#include "ufo/utils/RecursiveSplitter.h"
Include dependency graph for TrackCheckUtils.cc:

Go to the source code of this file.

Namespaces

 ufo
 
 ufo::anonymous_namespace{TrackCheckUtils.cc}
 

Functions

float ufo::anonymous_namespace{TrackCheckUtils.cc}::distance2 (const TrackCheckUtils::Point &a, const TrackCheckUtils::Point &b)
 Returns the square of the distance between the two Point arguments. More...
 
TrackCheckUtils::Point ufo::anonymous_namespace{TrackCheckUtils.cc}::pointFromLatLon (float latitude, float longitude)