#include <GeostatisticalMethodsDialog.h>
  
 Public Member Functions | |
| GeostatisticalMethodsDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) | 
| Set the layer that can be used.  More... | |
| ~GeostatisticalMethodsDialog () | |
Protected Slots | |
| void | calculate () | 
| void | onApplyPushButtonClicked () | 
| void | onChangeAttrToolButtonClicked () | 
| void | onInputLayerComboBoxActivated (int index) | 
Protected Member Functions | |
| void | fillParameters () | 
| void | plot () | 
| void | resetAdjustParameters (double mean, double variance) | 
Private Attributes | |
| te::qt::widgets::ChartDisplay * | m_chartDisplay | 
| te::sa::GeostatisticalMethod * | m_method | 
| boost::numeric::ublas::matrix < double >  | m_methodMatrix | 
| boost::numeric::ublas::matrix < double >  | m_modelMatrix | 
| te::qt::widgets::ScatterChart * | m_scatterChartMethod | 
| te::qt::widgets::ScatterChart * | m_scatterChartModel | 
| te::qt::widgets::Scatter * | m_scatterMethod | 
| te::qt::widgets::Scatter * | m_scatterModel | 
| std::auto_ptr < Ui::GeostatisticalMethodsDialogForm >  | m_ui | 
Definition at line 54 of file GeostatisticalMethodsDialog.h.
| te::sa::GeostatisticalMethodsDialog::GeostatisticalMethodsDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 61 of file GeostatisticalMethodsDialog.cpp.
References calculate(), fillParameters(), m_chartDisplay, m_scatterChartMethod, m_scatterChartModel, m_scatterMethod, m_scatterModel, m_ui, onApplyPushButtonClicked(), onChangeAttrToolButtonClicked(), and onInputLayerComboBoxActivated().
| te::sa::GeostatisticalMethodsDialog::~GeostatisticalMethodsDialog | ( | ) | 
Definition at line 123 of file GeostatisticalMethodsDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 304 of file GeostatisticalMethodsDialog.cpp.
References te::sa::GeostatisticalModel::calculate(), te::sa::Exponential, te::sa::Gaussian, te::sa::GeostatisticalModel::setNugget(), te::sa::GeostatisticalModel::setRange(), te::sa::GeostatisticalModel::setSill(), and te::sa::Spherical.
Referenced by GeostatisticalMethodsDialog().
      
  | 
  protected | 
Definition at line 333 of file GeostatisticalMethodsDialog.cpp.
References te::sa::Exponential, te::sa::Gaussian, te::sa::Semivariogram, and te::sa::Spherical.
Referenced by GeostatisticalMethodsDialog().
      
  | 
  protectedslot | 
Definition at line 190 of file GeostatisticalMethodsDialog.cpp.
References te::sa::CalculateMoments(), te::sa::CreateMatrixFromDataSet(), te::da::GetFirstGeomProperty(), te::da::GetPropertyIndex(), and te::sa::Semivariogram.
Referenced by GeostatisticalMethodsDialog().
      
  | 
  protectedslot | 
Definition at line 276 of file GeostatisticalMethodsDialog.cpp.
References te::sa::CalculateMoments(), te::da::GetPropertyIndex(), and te::sa::SetMainDiagonal().
Referenced by GeostatisticalMethodsDialog().
      
  | 
  protectedslot | 
Definition at line 155 of file GeostatisticalMethodsDialog.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 GeostatisticalMethodsDialog().
      
  | 
  protected | 
Definition at line 378 of file GeostatisticalMethodsDialog.cpp.
      
  | 
  protected | 
Definition at line 348 of file GeostatisticalMethodsDialog.cpp.
| void te::sa::GeostatisticalMethodsDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) | 
Set the layer that can be used.
| layers | List of AbstractLayerPtr | 
Definition at line 132 of file GeostatisticalMethodsDialog.cpp.
Referenced by te::qt::plugins::sa::GeostatisticalMethodsAction::onActionActivated().
      
  | 
  private | 
Definition at line 99 of file GeostatisticalMethodsDialog.h.
Referenced by GeostatisticalMethodsDialog().
      
  | 
  private | 
Definition at line 93 of file GeostatisticalMethodsDialog.h.
      
  | 
  private | 
Definition at line 95 of file GeostatisticalMethodsDialog.h.
      
  | 
  private | 
Definition at line 97 of file GeostatisticalMethodsDialog.h.
      
  | 
  private | 
Definition at line 102 of file GeostatisticalMethodsDialog.h.
Referenced by GeostatisticalMethodsDialog().
      
  | 
  private | 
Definition at line 105 of file GeostatisticalMethodsDialog.h.
Referenced by GeostatisticalMethodsDialog().
      
  | 
  private | 
Definition at line 101 of file GeostatisticalMethodsDialog.h.
Referenced by GeostatisticalMethodsDialog().
      
  | 
  private | 
Definition at line 104 of file GeostatisticalMethodsDialog.h.
Referenced by GeostatisticalMethodsDialog().
      
  | 
  private | 
Definition at line 91 of file GeostatisticalMethodsDialog.h.
Referenced by GeostatisticalMethodsDialog().