20 class Ui_GlobalShiftAndScaleDlg;
21 class QAbstractButton;
110 int addShiftInfo(
const std::vector<ecvGlobalShiftManager::ShiftInfo>& info);
116 size_t infoCount()
const {
return m_defaultInfos.size(); }
163 Ui_GlobalShiftAndScaleDlg*
m_ui;
Dialog for selection of cloud center.
bool preserveShiftOnSave() const
Returns whether the global shift should be preserved or not.
void showApplyButton(bool state)
Whether to show the 'Apply' button or not.
void init()
Initialization routine.
ecvShiftAndScaleCloudDlg(const CCVector3d &Pg, double Dg=0, QWidget *parent=0)
Default constructor.
void setPreserveShiftOnSave(bool state)
Sets whether the global shift should be preserved or not.
void showNoButton(bool state)
Whether to show the 'No' button or not.
void setScale(double scale)
Sets displayed scale.
bool loadInfoFromFile(QString filename)
Tries to load ShiftInfo data from a (text) file.
CCVector3d getShift() const
Returns shift.
void onGlobalPosCheckBoxToggled(bool)
Slot called when the 'Keep global position' checkbox is toggled.
void setShift(const CCVector3d &shift)
Sets displayed shift.
void setKeepGlobalPos(bool state)
Sets whether the global position should be preserved or not.
void setCurrentProfile(int index)
Sets the current combo-box entry (profile)
virtual ~ecvShiftAndScaleCloudDlg()
Destructor.
int addShiftInfo(const std::vector< ecvGlobalShiftManager::ShiftInfo > &info)
Adds shift info to the combox.
size_t infoCount() const
Returns the number of info currently stored.
void showWarning(bool state)
Whether to show or not the warning about non pertinent shift information.
int addShiftInfo(const ecvGlobalShiftManager::ShiftInfo &info)
Adds shift info to the combox.
bool m_applyAll
Whether shift should be applied to all files.
CCVector3d m_localPoint
Local coordinate system point (reversed mode only)
void showApplyAllButton(bool state)
Whether to show the 'Apply all' button or not.
bool m_cancel
Whether the user has clicked on Cancel or not.
int m_activeInfoIndex
Active info entry index.
void showKeepGlobalPosCheckbox(bool state)
Whether to show or not the 'Keep global position' checkbox.
void showScaleItems(bool state)
Whether to show dialog items related to scale.
std::vector< ecvGlobalShiftManager::ShiftInfo > m_defaultInfos
Default infos (typically loaded from the global_shift_list.txt' file)
static void SetLastInfo(const CCVector3d &shift, double scale)
Sets the last shift and scale information.
void onLoadIndexChanged(int)
Slot called when the 'loadComboBox' index changes.
void updateGlobalAndLocalSystems()
Updates info on the global and local coordinate systems.
double m_originalDiagonal
Original coordinate system diagonal.
void showCancelButton(bool state)
Whether to show the 'Cancel' button or not.
void showTitle(bool state)
Whether to show or not the title.
bool applyAll() const
Whether shift should be applied to all files.
bool addFileInfo()
Adds information from default file (if any)
void displayMoreInfo()
Displays more info about global shift mechanism.
void setShiftFieldsPrecision(int precision)
Sets the Shift fields (X, Y and Z) precision (default should be 2)
bool keepGlobalPos() const
Returns whether the global position should be preserved or not.
bool cancelled() const
Whether the user has clicked on the cancel button or not.
double m_localDiagonal
Local coordinate system diagonal (reversed mode only)
void onClick(QAbstractButton *button)
Analyzes the clicked button.
bool m_reversedMode
Whether the reverse mode is active or not.
void showPreserveShiftOnSave(bool state)
Whether to show or not the 'Preserve shift on save' checkbox.
double getScale() const
Returns scale.
bool getInfo(size_t index, ecvGlobalShiftManager::ShiftInfo &info) const
Returns a given input info.
Ui_GlobalShiftAndScaleDlg * m_ui
Associated UI.
void updateLocalSystem()
Updates info on the local coordinate system.
CCVector3d m_originalPoint
Original coordinate system point.
ecvShiftAndScaleCloudDlg(const CCVector3d &Pl, double Dl, const CCVector3d &Pg, double Dg, QWidget *parent=0)
Reverse mode constructor.
void updateGlobalSystem()
Updates info on the global coordinate system.