#include <TiePointLocatorWidget.h>
Public Types | |
| enum | TiePointAcquisitionType { InvalidAcquisitionT, ManualAcquisitionT, AutomaticAcquisitionT } | 
| typedef std::map< unsigned int, TiePointData > | TPContainerT | 
| Tie-pints container type definition.  More... | |
Public Member Functions | |
| const TiePointData & | operator= (const TiePointData &other) | 
| TiePointData () | |
| TiePointData (const TiePointData &other) | |
| ~TiePointData () | |
Public Attributes | |
| TiePointAcquisitionType | m_acqType | 
| Acquisition type.  More... | |
| bool | m_selected | 
| Tie point selection status;.  More... | |
| te::gm::GTParameters::TiePoint | m_tiePoint | 
| Tie point coordinates.  More... | |
data.
Definition at line 63 of file TiePointLocatorWidget.h.
| typedef std::map< unsigned int, TiePointData > te::qt::widgets::TiePointData::TPContainerT | 
Tie-pints container type definition.
Definition at line 87 of file TiePointLocatorWidget.h.
Tie point acquisition type.
| Enumerator | |
|---|---|
| InvalidAcquisitionT | 
 Invalid acquisition type.  | 
| ManualAcquisitionT | 
 Manual acquisition type.  | 
| AutomaticAcquisitionT | 
 Automatic acquisition type.  | 
Definition at line 68 of file TiePointLocatorWidget.h.
| te::qt::widgets::TiePointData::TiePointData | ( | ) | 
| te::qt::widgets::TiePointData::TiePointData | ( | const TiePointData & | other | ) | 
| te::qt::widgets::TiePointData::~TiePointData | ( | ) | 
| const TiePointData& te::qt::widgets::TiePointData::operator= | ( | const TiePointData & | other | ) | 
| TiePointAcquisitionType te::qt::widgets::TiePointData::m_acqType | 
Acquisition type.
Definition at line 75 of file TiePointLocatorWidget.h.
| bool te::qt::widgets::TiePointData::m_selected | 
Tie point selection status;.
Definition at line 77 of file TiePointLocatorWidget.h.
| te::gm::GTParameters::TiePoint te::qt::widgets::TiePointData::m_tiePoint | 
Tie point coordinates.
Definition at line 76 of file TiePointLocatorWidget.h.