Public Attributes | |
| std::vector< unsigned int > const * | m_inputRasterBandsPtr |
| te::rst::Raster const * | m_inputRasterPtr |
| boost::mutex * | m_mutexPtr |
| std::vector< unsigned int > const * | m_outputRasterBandsPtr |
| te::rst::Raster * | m_outputRasterPtr |
| Matrix< bool > * | m_rasterBlocksStatusPtr |
| boost::numeric::ublas::matrix< double > const * | m_remapMatrixPtr |
| bool | m_returnStatus |
Definition at line 119 of file src/terralib/rp/Functions.cpp.
| std::vector< unsigned int > const* te::rp::RemapValuesThreadParams::m_inputRasterBandsPtr |
Definition at line 122 of file src/terralib/rp/Functions.cpp.
Referenced by te::rp::RemapValues(), and te::rp::RemapValuesThread().
| te::rst::Raster const* te::rp::RemapValuesThreadParams::m_inputRasterPtr |
Definition at line 121 of file src/terralib/rp/Functions.cpp.
Referenced by te::rp::RemapValues(), and te::rp::RemapValuesThread().
| boost::mutex* te::rp::RemapValuesThreadParams::m_mutexPtr |
Definition at line 128 of file src/terralib/rp/Functions.cpp.
Referenced by te::rp::RemapValues(), and te::rp::RemapValuesThread().
| std::vector< unsigned int > const* te::rp::RemapValuesThreadParams::m_outputRasterBandsPtr |
Definition at line 124 of file src/terralib/rp/Functions.cpp.
Referenced by te::rp::RemapValues().
| te::rst::Raster* te::rp::RemapValuesThreadParams::m_outputRasterPtr |
Definition at line 123 of file src/terralib/rp/Functions.cpp.
Referenced by te::rp::RemapValues(), and te::rp::RemapValuesThread().
Definition at line 126 of file src/terralib/rp/Functions.cpp.
Referenced by te::rp::RemapValues(), and te::rp::RemapValuesThread().
| boost::numeric::ublas::matrix< double > const* te::rp::RemapValuesThreadParams::m_remapMatrixPtr |
Definition at line 125 of file src/terralib/rp/Functions.cpp.
Referenced by te::rp::RemapValues(), and te::rp::RemapValuesThread().
| bool te::rp::RemapValuesThreadParams::m_returnStatus |
Definition at line 127 of file src/terralib/rp/Functions.cpp.
Referenced by te::rp::RemapValues().