A dialog used to execute image classification.  
 More...
#include <ClassifierDialog.h>
A dialog used to execute image classification. 
Definition at line 64 of file ClassifierDialog.h.
 
◆ ClassifierDialog()
      
        
          | te::qt::widgets::ClassifierDialog::ClassifierDialog  | 
          ( | 
          const te::rst::Raster *  | 
          inputRasterPtr,  | 
        
        
           | 
           | 
          std::vector< te::gm::Polygon * >  | 
          inputPolygons,  | 
        
        
           | 
           | 
          const std::string &  | 
          outpuRasterDSType,  | 
        
        
           | 
           | 
          const std::map< std::string, std::string > &  | 
          outpuRasterInfo,  | 
        
        
           | 
           | 
          QWidget *  | 
          parent = 0,  | 
        
        
           | 
           | 
          Qt::WindowFlags  | 
          f = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructs a basic dialog which is a child of parent, with widget flags set to f. 
- Parameters
 - 
  
    | inputRasterPtr | Input raster pointer.  | 
    | inputPolygons | Vector of input polygons.  | 
    | outpuRasterDSType | Output raster data source type (as described in te::rst::RasterFactory).  | 
    | outpuRasterInfo | The necessary information to create the raster (as described in te::rst::RasterFactory).  | 
    | parent | Parent widget pointer.  | 
    | f | Widget flags.  | 
  
   
 
 
◆ ~ClassifierDialog()
      
        
          | te::qt::widgets::ClassifierDialog::~ClassifierDialog  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getOutputRaster()
      
        
          | bool te::qt::widgets::ClassifierDialog::getOutputRaster  | 
          ( | 
          boost::shared_ptr< te::rst::Raster > &  | 
          outputRasterPtr | ) | 
           | 
        
      
 
Returns the output result raster. 
- Parameters
 - 
  
    | outputRasterPtr | A pointer to the output result raster | 
  
   
- Returns
 - true if OK, false on errors. 
 
 
 
◆ on_okPushButton_clicked
  
  
      
        
          | void te::qt::widgets::ClassifierDialog::on_okPushButton_clicked  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ m_inputPolygons
  
  
      
        
          | std::vector<te::gm::Polygon*> te::qt::widgets::ClassifierDialog::m_inputPolygons | 
         
       
   | 
  
private   | 
  
 
 
◆ m_inputRasterPtr
◆ m_outpuRasterDSType
  
  
      
        
          | std::string te::qt::widgets::ClassifierDialog::m_outpuRasterDSType | 
         
       
   | 
  
private   | 
  
 
 
◆ m_outpuRasterInfo
  
  
      
        
          | std::map<std::string, std::string> te::qt::widgets::ClassifierDialog::m_outpuRasterInfo | 
         
       
   | 
  
private   | 
  
 
 
◆ m_outputRasterPtr
  
  
      
        
          | boost::shared_ptr<te::rst::Raster> te::qt::widgets::ClassifierDialog::m_outputRasterPtr | 
         
       
   | 
  
private   | 
  
 
 
◆ m_uiPtr
  
  
      
        
          | Ui::ClassifierForm* te::qt::widgets::ClassifierDialog::m_uiPtr | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/widgets/rp/ClassifierDialog.h