Summary manager key. More...
#include <RasterSummaryManager.h>
Public Member Functions | |
| bool | operator< (const SumManKey &other) const |
| SumManKey & | operator= (const SumManKey &other) |
| bool | operator== (const SumManKey &other) const |
| SumManKey () | |
| SumManKey (const SumManKey &other) | |
| ~SumManKey () | |
Public Attributes | |
| unsigned int | m_bandIndex |
| unsigned int | m_colStart |
| std::map< std::string, std::string > | m_connInfo |
| unsigned int | m_finalCol |
| unsigned int | m_finalRow |
| unsigned int | m_histoBins |
| te::common::AccessPolicy | m_rasterPolicy |
| Raster const * | m_rasterPtr |
| unsigned int | m_rowStart |
| unsigned int | m_sampleStep |
| BandSummary | m_summary |
Summary manager key.
Definition at line 212 of file RasterSummaryManager.h.
| te::rst::RasterSummaryManager::SumManKey::SumManKey | ( | ) |
Referenced by operator<(), operator=(), operator==(), and SumManKey().
| te::rst::RasterSummaryManager::SumManKey::SumManKey | ( | const SumManKey & | other | ) |
References SumManKey().
| te::rst::RasterSummaryManager::SumManKey::~SumManKey | ( | ) |
| bool te::rst::RasterSummaryManager::SumManKey::operator< | ( | const SumManKey & | other | ) | const |
References SumManKey().
References SumManKey().
| bool te::rst::RasterSummaryManager::SumManKey::operator== | ( | const SumManKey & | other | ) | const |
References SumManKey().
| unsigned int te::rst::RasterSummaryManager::SumManKey::m_bandIndex |
Definition at line 215 of file RasterSummaryManager.h.
| unsigned int te::rst::RasterSummaryManager::SumManKey::m_colStart |
Definition at line 217 of file RasterSummaryManager.h.
| std::map<std::string, std::string> te::rst::RasterSummaryManager::SumManKey::m_connInfo |
Definition at line 224 of file RasterSummaryManager.h.
| unsigned int te::rst::RasterSummaryManager::SumManKey::m_finalCol |
Definition at line 219 of file RasterSummaryManager.h.
| unsigned int te::rst::RasterSummaryManager::SumManKey::m_finalRow |
Definition at line 218 of file RasterSummaryManager.h.
| unsigned int te::rst::RasterSummaryManager::SumManKey::m_histoBins |
Definition at line 220 of file RasterSummaryManager.h.
| te::common::AccessPolicy te::rst::RasterSummaryManager::SumManKey::m_rasterPolicy |
Definition at line 223 of file RasterSummaryManager.h.
| Raster const* te::rst::RasterSummaryManager::SumManKey::m_rasterPtr |
Definition at line 222 of file RasterSummaryManager.h.
| unsigned int te::rst::RasterSummaryManager::SumManKey::m_rowStart |
Definition at line 216 of file RasterSummaryManager.h.
| unsigned int te::rst::RasterSummaryManager::SumManKey::m_sampleStep |
Definition at line 221 of file RasterSummaryManager.h.
| BandSummary te::rst::RasterSummaryManager::SumManKey::m_summary |
Definition at line 225 of file RasterSummaryManager.h.