#include <terralib_buildconfig.h>#include <terralib/memory.h>#include <terralib/raster.h>#include <terralib/dataaccess.h>#include "../Config.h"#include <boost/test/unit_test.hpp>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (swap_test) | |
| BOOST_AUTO_TEST_CASE (open_test) | |
| BOOST_AUTO_TEST_CASE (getInfo_test) | |
| BOOST_AUTO_TEST_CASE (getNumberOfBands_test) | |
| BOOST_AUTO_TEST_CASE (getBandDataType_test) | |
| BOOST_AUTO_TEST_CASE (getBandI_test) | |
| BOOST_AUTO_TEST_CASE (getBand_test) | |
| BOOST_AUTO_TEST_CASE (bandOperatorI_test) | |
| BOOST_AUTO_TEST_CASE (bandOperator_test) | |
| BOOST_AUTO_TEST_CASE (bandClone_test) | |
| BOOST_AUTO_TEST_SUITE (proxyRaster_tests) BOOST_AUTO_TEST_CASE(proxyRasterConstructor_test) | |
| BOOST_AUTO_TEST_CASE | ( | swap_test | ) |
Definition at line 44 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | open_test | ) |
Definition at line 48 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | getInfo_test | ) |
Definition at line 52 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | getNumberOfBands_test | ) |
Definition at line 56 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | getBandDataType_test | ) |
Definition at line 60 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | getBandI_test | ) |
Definition at line 64 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | getBand_test | ) |
Definition at line 68 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | bandOperatorI_test | ) |
Definition at line 72 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | bandOperator_test | ) |
Definition at line 76 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | bandClone_test | ) |
Definition at line 80 of file TsProxyRaster.cpp.
| BOOST_AUTO_TEST_SUITE | ( | proxyRaster_tests | ) |
Definition at line 38 of file TsProxyRaster.cpp.