Public Attributes | |
| te::rst::Band const * | m_inputBandPtr |
| double * | m_meanValuePtr |
| boost::mutex * | m_mutexPtr |
| double * | m_pixelsNumberValuePtr |
| Matrix< bool > * | m_rasterBlocksStatusPtr |
| bool | m_returnStatus |
Definition at line 73 of file Functions.cpp.
| te::rst::Band const* te::rp::GetMeanValueThreadParams::m_inputBandPtr |
Definition at line 75 of file Functions.cpp.
Referenced by te::rp::GetMeanValue(), and te::rp::GetMeanValueThread().
| double* te::rp::GetMeanValueThreadParams::m_meanValuePtr |
Definition at line 77 of file Functions.cpp.
Referenced by te::rp::GetMeanValue(), and te::rp::GetMeanValueThread().
| boost::mutex* te::rp::GetMeanValueThreadParams::m_mutexPtr |
Definition at line 80 of file Functions.cpp.
Referenced by te::rp::GetMeanValue(), and te::rp::GetMeanValueThread().
| double* te::rp::GetMeanValueThreadParams::m_pixelsNumberValuePtr |
Definition at line 78 of file Functions.cpp.
Referenced by te::rp::GetMeanValue(), and te::rp::GetMeanValueThread().
| Matrix< bool >* te::rp::GetMeanValueThreadParams::m_rasterBlocksStatusPtr |
Definition at line 76 of file Functions.cpp.
Referenced by te::rp::GetMeanValue(), and te::rp::GetMeanValueThread().
| bool te::rp::GetMeanValueThreadParams::m_returnStatus |
Definition at line 79 of file Functions.cpp.
Referenced by te::rp::GetMeanValue().