A dialog used to execute tie points location advanced options. More...
#include <TiePointsLocatorAdvancedDialog.h>
  
 Public Member Functions | |
| TiePointsLocatorAdvancedDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructs a basic dialog which is a child of parent, with widget flags set to f.  More... | |
| ~TiePointsLocatorAdvancedDialog () | |
| Destructor.  More... | |
Public Attributes | |
| te::rp::TiePointsLocator::InputParameters | m_inputParameters | 
| The current parameters.  More... | |
Protected Slots | |
| void | on_okPushButton_clicked () | 
| void | showEvent (QShowEvent *) | 
Private Attributes | |
| Ui::TiePointsLocatorAdvancedForm * | m_uiPtr | 
| User interface.  More... | |
A dialog used to execute tie points location advanced options.
Definition at line 54 of file TiePointsLocatorAdvancedDialog.h.
| te::qt::widgets::TiePointsLocatorAdvancedDialog::TiePointsLocatorAdvancedDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Constructs a basic dialog which is a child of parent, with widget flags set to f.
| parent | Parent widget pointer. | 
| f | Widget flags. | 
Definition at line 43 of file TiePointsLocatorAdvancedDialog.cpp.
References m_uiPtr, and on_okPushButton_clicked().
| te::qt::widgets::TiePointsLocatorAdvancedDialog::~TiePointsLocatorAdvancedDialog | ( | ) | 
      
  | 
  protectedslot | 
Definition at line 151 of file TiePointsLocatorAdvancedDialog.cpp.
References te::rst::Bicubic, te::rst::Bilinear, te::rp::TiePointsLocatorInputParameters::m_enableGeometryFilter, te::rp::TiePointsLocatorInputParameters::m_enableMultiThread, te::rp::TiePointsLocatorInputParameters::m_geometryFilterAssurance, te::rp::TiePointsLocatorInputParameters::m_geomTransfMaxError, te::rp::TiePointsLocatorInputParameters::m_geomTransfName, m_inputParameters, te::rp::TiePointsLocatorInputParameters::m_interesPointsLocationStrategy, te::rp::TiePointsLocatorInputParameters::m_interpMethod, te::rp::TiePointsLocatorInputParameters::m_maxTiePoints, te::rp::TiePointsLocatorInputParameters::m_moravecCorrelationWindowWidth, te::rp::TiePointsLocatorInputParameters::m_moravecMinAbsCorrelation, te::rp::TiePointsLocatorInputParameters::m_moravecNoiseFilterIterations, te::rp::TiePointsLocatorInputParameters::m_moravecWindowWidth, te::rp::TiePointsLocatorInputParameters::m_surfMaxNormEuclideanDist, te::rp::TiePointsLocatorInputParameters::m_surfOctavesNumber, te::rp::TiePointsLocatorInputParameters::m_surfScalesNumber, m_uiPtr, te::rp::TiePointsLocatorInputParameters::MoravecStrategyT, te::rst::NearestNeighbor, and te::rp::TiePointsLocatorInputParameters::SurfStrategyT.
Referenced by TiePointsLocatorAdvancedDialog().
      
  | 
  protectedslot | 
Definition at line 63 of file TiePointsLocatorAdvancedDialog.cpp.
References te::common::FactoryDictionary< TFACTORY, TFACTORYKEY, TKEYCOMPARE >::begin(), te::rst::Bicubic, te::rst::Bilinear, te::common::FactoryDictionary< TFACTORY, TFACTORYKEY, TKEYCOMPARE >::end(), te::common::AbstractFactory< GeometricTransformation, std::string >::getDictionary(), te::rp::TiePointsLocatorInputParameters::m_enableGeometryFilter, te::rp::TiePointsLocatorInputParameters::m_enableMultiThread, te::rp::TiePointsLocatorInputParameters::m_geometryFilterAssurance, te::rp::TiePointsLocatorInputParameters::m_geomTransfMaxError, te::rp::TiePointsLocatorInputParameters::m_geomTransfName, m_inputParameters, te::rp::TiePointsLocatorInputParameters::m_interesPointsLocationStrategy, te::rp::TiePointsLocatorInputParameters::m_interpMethod, te::rp::TiePointsLocatorInputParameters::m_maxTiePoints, te::rp::TiePointsLocatorInputParameters::m_moravecCorrelationWindowWidth, te::rp::TiePointsLocatorInputParameters::m_moravecMinAbsCorrelation, te::rp::TiePointsLocatorInputParameters::m_moravecNoiseFilterIterations, te::rp::TiePointsLocatorInputParameters::m_moravecWindowWidth, te::rp::TiePointsLocatorInputParameters::m_surfMaxNormEuclideanDist, te::rp::TiePointsLocatorInputParameters::m_surfOctavesNumber, te::rp::TiePointsLocatorInputParameters::m_surfScalesNumber, m_uiPtr, and te::rp::TiePointsLocatorInputParameters::SurfStrategyT.
| te::rp::TiePointsLocator::InputParameters te::qt::widgets::TiePointsLocatorAdvancedDialog::m_inputParameters | 
The current parameters.
Definition at line 62 of file TiePointsLocatorAdvancedDialog.h.
Referenced by te::qt::widgets::TiePointsLocatorDialog::on_autoAcquireTiePointsPushButton_clicked(), on_okPushButton_clicked(), showEvent(), te::qt::widgets::TiePointsLocatorDialog::tiePointsTableUpdate(), and te::qt::widgets::TiePointsLocatorDialog::transformationInfoUpdate().
      
  | 
  private | 
User interface.
Definition at line 85 of file TiePointsLocatorAdvancedDialog.h.
Referenced by on_okPushButton_clicked(), showEvent(), TiePointsLocatorAdvancedDialog(), and ~TiePointsLocatorAdvancedDialog().