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

Go to the source code of this file.

Macros

#define BOOST_TEST_NO_MAIN
 

Functions

 BOOST_AUTO_TEST_CASE (equalization_test)
 
 BOOST_AUTO_TEST_CASE (pixelByPixelEucBlend_test)
 
 BOOST_AUTO_TEST_CASE (pixelByPixelSumBlend_test)
 
 BOOST_AUTO_TEST_CASE (fullRasterBlend_test)
 
 BOOST_AUTO_TEST_CASE (threadedFullRasterBlend_test)
 
 BOOST_AUTO_TEST_CASE (pixelByPixelMaxBlend_test)
 
 BOOST_AUTO_TEST_CASE (pixelByPixelMinBlend_test)
 
 BOOST_AUTO_TEST_SUITE (blender_tests) BOOST_AUTO_TEST_CASE(pixelByPixelNoBlend_test)
 

Macro Definition Documentation

#define BOOST_TEST_NO_MAIN

Definition at line 37 of file TsBlender.cpp.

Function Documentation