A ROISet is a set of ROI's.  
 More...
#include <ROISet.h>
A ROISet is a set of ROI's. 
- See also
 - ROI 
 
Definition at line 53 of file ROISet.h.
 
      
        
          | te::cl::ROISet::ROISet  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | virtual te::cl::ROISet::~ROISet  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
Add a new ROI to this set. 
- Parameters
 - 
  
    | roi | A pointer to a ROI object.  | 
  
   
 
 
Imports the ROISet from a dataset. 
- Parameters
 - 
  
    | ds | The dataset with the ROISet information | 
  
   
- Returns
 - If the dataset has a valid ROISet information, a valid ROISet pointer will be returned, in other case, a NULL pointer will be returned. 
 
 
 
      
        
          | void te::cl::ROISet::exportToFile  | 
          ( | 
          std::string  | 
          fileName,  | 
        
        
           | 
           | 
          int  | 
          srid  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Export the ROISet to a shapefile. 
- Parameters
 - 
  
    | fileName | The file name path. | 
    | srid | The spatial reference system used to export the ROI's.  | 
  
   
 
 
Creates a dataset that with the roi set information. 
 
 
Creates a dataset type that defines a roi. 
 
 
      
        
          | te::cl::ROI* te::cl::ROISet::getROI  | 
          ( | 
          std::string  | 
          label | ) | 
           | 
        
      
 
Gets a ROI from this set. 
- Parameters
 - 
  
    | label | The label of the ROI to be selected.  | 
  
   
 
 
      
        
          | std::map<std::string, te::cl::ROI*>& te::cl::ROISet::getROISet  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void te::cl::ROISet::removeROI  | 
          ( | 
          std::string  | 
          label | ) | 
           | 
        
      
 
Removes a ROI from this set. 
- Parameters
 - 
  
    | label | The label of the ROI to be removed.  | 
  
   
 
 
  
  
      
        
          | std::map<std::string, te::cl::ROI*> te::cl::ROISet::m_roiMap | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/classification/ROISet.h