#include "NCWriteScrip.hpp"#include "MBTagConventions.hpp"#include <algorithm>#include <cmath>#include <cstring>
Include dependency graph for NCWriteScrip.cpp:Go to the source code of this file.
Namespaces | |
| moab | |
| Class representing axis-aligned bounding box. | |
| moab::anonymous_namespace{NCWriteScrip.cpp} | |
Functions | |
| void | moab::anonymous_namespace{NCWriteScrip.cpp}::xyz_to_latlon_deg (double x, double y, double z, double &lat, double &lon) |
| Convert Cartesian XYZ (on or near the unit sphere) to lat/lon in degrees. Normalizes internally so callers don't have to. Longitude is shifted to [0, 360). More... | |
Variables | |
| constexpr double | moab::anonymous_namespace{NCWriteScrip.cpp}::kPi = 3.14159265358979323846 |
| constexpr double | moab::anonymous_namespace{NCWriteScrip.cpp}::kRadToDegree = 180.0 / kPi |