26 #ifndef __TERRALIB_RASTER_INTERNAL_RASTERSUMMARYMANAGER_H 27 #define __TERRALIB_RASTER_INTERNAL_RASTERSUMMARYMANAGER_H 30 #include "../common/Singleton.h" 87 void remove(
const Raster* raster);
107 const unsigned int getRealValuesRasterHistSize()
const;
116 void setRealValuesRasterHistSize(
const unsigned int newSize );
136 #endif // __TERRALIB_RASTER_INTERNAL_RASTERSUMMARYMANAGER_H #define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module.
std::map< std::string, RasterSummary * > m_rasterSummaries
A map of rasters conn info and their respective summaries.
Configuration flags for the Raster module of TerraLib.
An abstract class for raster data strucutures.
SummaryTypes
Types for the BandSummary.
RasterSummary is just a typedef of a boost::ptr_vector.
boost::ptr_vector< BandSummary > RasterSummary
RasterSummary is just a typedef of a boost::ptr_vector.
unsigned int m_realValuesRasterHistSize
Real values raster histogram size (default:255).
A singleton for keeping raster summaries (most statistics). It stores an internal map of raster conn ...
Enumerations for the Raster module.
Template support for singleton pattern.