TsArithmeticOperations.cpp File Reference
#include "../Config.h"
#include <terralib/rp.h>
#include <terralib/raster.h>
#include <terralib/memory.h>
#include <boost/test/unit_test.hpp>

Go to the source code of this file.

Macros

#define BOOST_TEST_NO_MAIN
 

Functions

 BOOST_AUTO_TEST_CASE (rasterSum_test)
 
 BOOST_AUTO_TEST_CASE (rasterSumNormalize_test)
 
 BOOST_AUTO_TEST_CASE (rasterSubtraction_test)
 
 BOOST_AUTO_TEST_CASE (rasterProduct_test)
 
 BOOST_AUTO_TEST_CASE (rasterDivision_test)
 
 BOOST_AUTO_TEST_CASE (realSum_test)
 
 BOOST_AUTO_TEST_CASE (realSubtraction_test)
 
 BOOST_AUTO_TEST_CASE (realSubtractionInverse_test)
 
 BOOST_AUTO_TEST_CASE (realProduct_test)
 
 BOOST_AUTO_TEST_CASE (realDivision_test)
 
 BOOST_AUTO_TEST_CASE (realDivisionInverse_test)
 
 BOOST_AUTO_TEST_CASE (diffGrid_test)
 
 BOOST_AUTO_TEST_CASE (exponential_test)
 
 BOOST_AUTO_TEST_CASE (sqrt_test)
 
 BOOST_AUTO_TEST_CASE (sin_test)
 
 BOOST_AUTO_TEST_CASE (asin_test)
 
 BOOST_AUTO_TEST_CASE (cos_test)
 
 BOOST_AUTO_TEST_CASE (acos_test)
 
 BOOST_AUTO_TEST_CASE (log_test)
 
 BOOST_AUTO_TEST_CASE (tan_test)
 
 BOOST_AUTO_TEST_CASE (atan_test)
 
 BOOST_AUTO_TEST_CASE (ln_test)
 
 BOOST_AUTO_TEST_SUITE (arithmetic_operations_tests) void loadDoubleRaster(const std
 

Macro Definition Documentation

#define BOOST_TEST_NO_MAIN

Definition at line 33 of file TsArithmeticOperations.cpp.

Function Documentation

BOOST_AUTO_TEST_SUITE ( arithmetic_operations_tests  ) const