#include <KernelMapDialog.h>
  
 Public Member Functions | |
| te::map::AbstractLayerPtr | getOutputLayer () | 
| KernelMapDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) | 
| Set the layer that can be used.  More... | |
| ~KernelMapDialog () | |
Protected Slots | |
| void | onInputLayerComboBoxActivated (int index) | 
| void | onOkPushButtonClicked () | 
| void | onTargetFileToolButtonPressed () | 
Protected Member Functions | |
| void | fillKernelParameters () | 
Private Attributes | |
| te::map::AbstractLayerPtr | m_outputLayer | 
| Generated Layer.  More... | |
| std::auto_ptr < Ui::KernelMapDialogForm >  | m_ui | 
Definition at line 48 of file KernelMapDialog.h.
| te::sa::KernelMapDialog::KernelMapDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 58 of file KernelMapDialog.cpp.
References fillKernelParameters(), m_ui, onInputLayerComboBoxActivated(), onOkPushButtonClicked(), and onTargetFileToolButtonPressed().
| te::sa::KernelMapDialog::~KernelMapDialog | ( | ) | 
Definition at line 82 of file KernelMapDialog.cpp.
      
  | 
  protected | 
Definition at line 117 of file KernelMapDialog.cpp.
References te::sa::Density, te::sa::Negative_Exp, te::sa::Normal, te::sa::Probability, te::sa::Quartic, te::sa::Spatial_Moving_Average, te::sa::Triangular, and te::sa::Uniform.
Referenced by KernelMapDialog().
| te::map::AbstractLayerPtr te::sa::KernelMapDialog::getOutputLayer | ( | ) | 
Definition at line 112 of file KernelMapDialog.cpp.
Referenced by te::qt::plugins::sa::KernelMapAction::onActionActivated().
      
  | 
  protectedslot | 
Definition at line 136 of file KernelMapDialog.cpp.
References te::dt::DOUBLE_TYPE, te::dt::FLOAT_TYPE, te::dt::INT16_TYPE, te::dt::INT32_TYPE, te::dt::INT64_TYPE, te::dt::UINT16_TYPE, te::dt::UINT32_TYPE, and te::dt::UINT64_TYPE.
Referenced by KernelMapDialog().
      
  | 
  protectedslot | 
Definition at line 163 of file KernelMapDialog.cpp.
References te::common::ProgressManager::addViewer(), te::sa::Attribute, te::sa::CreateGDALDataSource(), te::sa::CreateKernelColorMaping(), te::sa::CreateKernelGrouping(), te::sa::CreateLayer(), te::sa::CreateOGRDataSource(), te::sa::KernelMapOperation::execute(), te::common::Singleton< ProgressManager >::getInstance(), te::sa::Grid, te::sa::KernelOutputParams::m_nCols, te::sa::KernelOutputParams::m_outputAttrName, te::sa::KernelOutputParams::m_outputDataSetName, te::sa::KernelOutputParams::m_outputPath, te::sa::KernelOutputParams::m_storageType, te::common::ProgressManager::removeViewer(), te::sa::KernelMapOperation::setInputParameters(), and te::sa::KernelOperation::setOutputParameters().
Referenced by KernelMapDialog().
      
  | 
  protectedslot | 
Definition at line 307 of file KernelMapDialog.cpp.
Referenced by KernelMapDialog().
| void te::sa::KernelMapDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) | 
Set the layer that can be used.
| layers | List of AbstractLayerPtr | 
Definition at line 86 of file KernelMapDialog.cpp.
Referenced by te::qt::plugins::sa::KernelMapAction::onActionActivated().
      
  | 
  private | 
Generated Layer.
Definition at line 83 of file KernelMapDialog.h.
      
  | 
  private | 
Definition at line 81 of file KernelMapDialog.h.
Referenced by KernelMapDialog().