25 #ifndef __TERRALIB_RP_INTERNAL_SEGMENTERSEGMENTSPOOL_H 
   26 #define __TERRALIB_RP_INTERNAL_SEGMENTERSEGMENTSPOOL_H 
   31   #include <boost/noncopyable.hpp> 
   74           inline bool empty()
 const { 
return m_segments.empty(); };
 
   78           std::vector< SegmenterSegment* > m_segments; 
 
Segmenter segment base class. 
 
Segmenter segment base class. 
 
Configuration flags for the Raster Processing module of TerraLib. 
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.