#include <fwk/CentralConfig.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <utl/CoordinateSystem.h>
#include <utl/AugerException.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/UTMPoint.h>
#include <utl/Point.h>
#include <utl/AugerUnits.h>
#include <cmath>
#include <tst/Verify.h>
#include <cppunit/extensions/HelperMacros.h>
Go to the source code of this file.
Classes | |
class | CoordinateSystemRegistryTest |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (CoordinateSystemRegistryTest) | |
unit tests for the coordinate system registry
Definition in file testCoordinateSystemRegistry.cc.
CPPUNIT_TEST_SUITE_REGISTRATION | ( | CoordinateSystemRegistryTest | ) |