68 void on_JigsawSetupButton_pressed();
69 void on_JigsawRunButton_clicked();
This represents an ISIS control net in a project-based GUI interface.
Definition: Control.h:57
~JigsawDialog()
Definition: JigsawDialog.cpp:47
BundleAdjust * m_bundleAdjust
Definition: JigsawDialog.h:58
QSharedPointer< BundleSettings > BundleSettingsQsp
Definition for a BundleSettingsQsp, a shared pointer to a BundleSettings object.
Definition: BundleSettings.h:404
The main project for cnetsuite.
Definition: Project.h:105
BundleSettingsQsp m_bundleSettings
Definition: JigsawDialog.h:62
Container class for BundleAdjustment results.
Definition: BundleSolutionInfo.h:98
void updateIterationSigma0(int iteration, double sigma0)
Update the label or text edit area with the error message by appending to list and refreshing...
Definition: JigsawDialog.cpp:273
Definition: ui_JigsawDialog.h:156
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
void notifyThreadFinished()
Definition: JigsawDialog.cpp:281
Control * m_selectedControl
Definition: JigsawDialog.h:60
void bundleFinished(BundleSolutionInfo *bundleSolutionInfo)
This method will be called when the bundle is complete.
Definition: JigsawDialog.cpp:304
void outputBundleStatus(QString status)
Update the label or text edit area with the most recent status update by appending to list and refres...
Definition: JigsawDialog.cpp:224
Project * m_project
Definition: JigsawDialog.h:59
void reportException(QString exception)
Update the label or text edit area with the error message by appending to list and refreshing...
Definition: JigsawDialog.cpp:257
This dialog allows the user to select the bundle adjust parameters, run the bundle, and view the results.
Definition: JigsawDialog.h:41
void errorString(QString error)
Update the label or text edit area with the error message by appending to list and refreshing...
Definition: JigsawDialog.cpp:241
QString * m_selectedControlName
Definition: JigsawDialog.h:61
JigsawDialog(Project *project, QWidget *parent=0)
Definition: JigsawDialog.cpp:23
An image bundle adjustment object.
Definition: BundleAdjust.h:271
Definition: Directory.h:106