26 #ifndef __TERRALIB_RASTER_INTERNAL_RASTERSUMMARY_H 
   27 #define __TERRALIB_RASTER_INTERNAL_RASTERSUMMARY_H 
   33 #include <boost/ptr_container/ptr_vector.hpp> 
   49 #endif  // __TERRALIB_RASTER_INTERNAL_RASTERSUMMARY_H 
A struct that can be used to keep the summary of a raster band (most statistics). ...
 
boost::ptr_vector< BandSummary > RasterSummary
RasterSummary is just a typedef of a boost::ptr_vector.