26 #ifndef __TERRALIB_CLASSIFICATION_INTERNAL_ROISET_H 
   27 #define __TERRALIB_CLASSIFICATION_INTERNAL_ROISET_H 
   84         void removeROI(std::string label);
 
   87         std::map<std::string, te::cl::ROI*>& getROISet();
 
   96         void exportToFile(std::string fileName, 
int srid);
 
  106         static te::cl::ROISet* createROISet(std::auto_ptr<te::da::DataSet> ds);
 
  111         std::auto_ptr<te::da::DataSetType> getDataSetType(
int srid);
 
  114         std::auto_ptr<te::da::DataSet> getDataSet(
int srid);
 
  124 #endif  // __TERRALIB_CLASSIFICATION_INTERNAL_ROISET_H 
A ROISet is a set of ROI's. 
 
Configuration flags for the Terrralib Classification module. 
 
std::map< std::string, te::cl::ROI * > m_roiMap
The map of ROI's. 
 
A region of interest (often abbreviated ROI), is a selected subset of samples within a dataset identi...
 
#define TECLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A region of interest (often abbreviated ROI), is a selected subset of samples within a dataset identi...