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);
   116 #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. 
 
Enumerations for the Raster module. 
 
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. 
 
A singleton for keeping raster summaries (most statistics). It stores an internal map of raster conn ...
 
Configuration flags for the Raster module of TerraLib. 
 
Template support for singleton pattern.