Classes | Macros | Functions
testUTMPoint.cc File Reference
#include "Geometry/testUTMPointData.h"
#include <utl/UTMPoint.h>
#include <utl/Point.h>
#include <utl/ReferenceEllipsoid.h>
#include <tst/Verify.h>
#include <utl/Triple.h>
#include <cppunit/extensions/HelperMacros.h>
#include <iostream>

Go to the source code of this file.

Classes

class  testUTMPoint
 

Macros

#define TEST_CLOSETO3(n1_, n2_, e1_, e2_, h1_, h2_)
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (testUTMPoint)
 

Detailed Description

tests for UTMPoint class

Author
Lukas Nellen
Date
12 Aug 2003

Definition in file testUTMPoint.cc.

Macro Definition Documentation

#define TEST_CLOSETO3 (   n1_,
  n2_,
  e1_,
  e2_,
  h1_,
  h2_ 
)
Value:
CPPUNIT_ASSERT(Verify<CloseTo>(n1_, n2_)); \
CPPUNIT_ASSERT(Verify<CloseTo>(e1_, e2_)); \
CPPUNIT_ASSERT(Verify<CloseTo>(h1_, h2_))

Definition at line 25 of file testUTMPoint.cc.

Function Documentation

CPPUNIT_TEST_SUITE_REGISTRATION ( testUTMPoint  )

, generated on Tue Sep 26 2023.