#include <terralib_buildconfig.h>#include <terralib/raster.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 (getRaster_test) | |
| BOOST_AUTO_TEST_CASE (operatorEqual_test) | |
| BOOST_AUTO_TEST_CASE (getValue_test) | |
| BOOST_AUTO_TEST_CASE (setValue_test) | |
| BOOST_AUTO_TEST_CASE (getIValue_test) | |
| BOOST_AUTO_TEST_CASE (setIValue_test) | |
| BOOST_AUTO_TEST_SUITE (band_tests) BOOST_AUTO_TEST_CASE(bandConstructor_test) | |
| BOOST_AUTO_TEST_CASE | ( | getRaster_test | ) |
Definition at line 42 of file TsBand.cpp.
| BOOST_AUTO_TEST_CASE | ( | operatorEqual_test | ) |
Definition at line 46 of file TsBand.cpp.
| BOOST_AUTO_TEST_CASE | ( | getValue_test | ) |
Definition at line 50 of file TsBand.cpp.
| BOOST_AUTO_TEST_CASE | ( | setValue_test | ) |
Definition at line 54 of file TsBand.cpp.
| BOOST_AUTO_TEST_CASE | ( | getIValue_test | ) |
Definition at line 58 of file TsBand.cpp.
| BOOST_AUTO_TEST_CASE | ( | setIValue_test | ) |
Definition at line 62 of file TsBand.cpp.
| BOOST_AUTO_TEST_SUITE | ( | band_tests | ) |
Definition at line 36 of file TsBand.cpp.