#include "../Config.h"#include <terralib/rp.h>#include <terralib/raster.h>#include <terralib/geometry.h>#include <cmath>#include <boost/test/unit_test.hpp>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Macros | |
| #define | ASSERTMAXDIFF(value1, value2, maxDiff) |
| #define | ASSERTMAXDIST(pt1, pt2, maxDist) |
| #define | BOOST_TEST_NO_MAIN |
Functions | |
| BOOST_AUTO_TEST_SUITE (register_tests) BOOST_AUTO_TEST_CASE(register_test) | |
| #define ASSERTMAXDIFF | ( | value1, | |
| value2, | |||
| maxDiff | |||
| ) |
Referenced by BOOST_AUTO_TEST_SUITE().
Referenced by BOOST_AUTO_TEST_SUITE().
| #define BOOST_TEST_NO_MAIN |
Definition at line 36 of file TsRegister.cpp.
| BOOST_AUTO_TEST_SUITE | ( | register_tests | ) |
Definition at line 40 of file TsRegister.cpp.
References ASSERTMAXDIFF, ASSERTMAXDIST, te::rp::Register::execute(), te::rp::GetDetailedExtent(), te::rp::GetIndexedDetailedExtent(), te::rp::Register::initialize(), te::gm::LineStringType, te::rp::Register::InputParameters::m_geomTransfName, te::rp::Register::InputParameters::m_inputRasterBands, te::rp::Register::InputParameters::m_inputRasterPtr, te::rp::Register::InputParameters::m_interpMethod, te::rp::Register::InputParameters::m_noDataValue, te::rp::Register::OutputParameters::m_outputRasterPtr, te::rp::Register::InputParameters::m_outputResolutionX, te::rp::Register::InputParameters::m_outputResolutionY, te::rp::Register::InputParameters::m_outputSRID, te::rp::Register::OutputParameters::m_rInfo, te::rp::Register::OutputParameters::m_rType, te::rp::Register::InputParameters::m_tiePoints, te::rst::NearestNeighbor, and te::rst::RasterFactory::open().