TsFunctions.cpp File Reference
#include "../Config.h"
#include <terralib/rp.h>
#include <terralib/raster.h>
#include <terralib/dataaccess.h>
#include <memory>
#include <string>
#include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/timer.hpp>

Go to the source code of this file.

Macros

#define BOOST_TEST_NO_MAIN
 

Functions

 BOOST_AUTO_TEST_CASE (rasterSlicing_test)
 
 BOOST_AUTO_TEST_CASE (ihs_test)
 
 BOOST_AUTO_TEST_CASE (hls_test)
 
 BOOST_AUTO_TEST_CASE (getMeanValue_test)
 
 BOOST_AUTO_TEST_CASE (getMeanValueOptimized_test)
 
 BOOST_AUTO_TEST_CASE (getCovarianceValue_test)
 
 BOOST_AUTO_TEST_CASE (getCovarianceValueOptimized_test)
 
 BOOST_AUTO_TEST_CASE (principalComponents_test)
 
 BOOST_AUTO_TEST_CASE (principalComponentsOptimized_test)
 
 BOOST_AUTO_TEST_CASE (getStdDevValue_test)
 
 BOOST_AUTO_TEST_CASE (getStdDevValueOptimized_test)
 
 BOOST_AUTO_TEST_CASE (decomposeBands_test)
 
 BOOST_AUTO_TEST_CASE (composeBandsSameSRID_test)
 
 BOOST_AUTO_TEST_CASE (composeBandsDifSRID_test)
 
 BOOST_AUTO_TEST_CASE (getDetailedExtent_test)
 
 BOOST_AUTO_TEST_CASE (getIndexedDetailedExtent_test)
 
 BOOST_AUTO_TEST_CASE (waveletAtrous_test)
 
 BOOST_AUTO_TEST_SUITE (functions_tests) BOOST_AUTO_TEST_CASE(createFixedStepPalette_test)
 

Macro Definition Documentation

#define BOOST_TEST_NO_MAIN

Definition at line 37 of file TsFunctions.cpp.

Function Documentation

BOOST_AUTO_TEST_CASE ( rasterSlicing_test  )

Definition at line 82 of file TsFunctions.cpp.

References te::rst::RasterFactory::open(), and te::rp::RasterSlicing().

BOOST_AUTO_TEST_CASE ( getMeanValue_test  )

Definition at line 279 of file TsFunctions.cpp.

References te::rp::GetMeanValue(), and te::rst::RasterFactory::open().

BOOST_AUTO_TEST_CASE ( getMeanValueOptimized_test  )

Definition at line 298 of file TsFunctions.cpp.

References te::rp::GetMeanValue(), and te::rst::RasterFactory::open().

BOOST_AUTO_TEST_CASE ( getCovarianceValue_test  )
BOOST_AUTO_TEST_CASE ( getCovarianceValueOptimized_test  )
BOOST_AUTO_TEST_CASE ( getStdDevValue_test  )

Definition at line 493 of file TsFunctions.cpp.

References te::rp::GetStdDevValue(), and te::rst::RasterFactory::open().

BOOST_AUTO_TEST_CASE ( getStdDevValueOptimized_test  )

Definition at line 512 of file TsFunctions.cpp.

References te::rp::GetStdDevValue(), and te::rst::RasterFactory::open().

BOOST_AUTO_TEST_CASE ( decomposeBands_test  )

Definition at line 531 of file TsFunctions.cpp.

References te::rp::DecomposeBands(), and te::rst::RasterFactory::open().

BOOST_AUTO_TEST_CASE ( composeBandsSameSRID_test  )
BOOST_AUTO_TEST_CASE ( composeBandsDifSRID_test  )