An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <NewControlPointDialog.h>
Public Member Functions | |
NewControlPointDialog (ControlNet *controlNet, SerialNumberList *serialNumberList, QString defaultPointId, QWidget *parent=0, bool pointType=false, bool groundSource=false, bool subpixelRegisterMeasures=false) | |
@description Create dialog for creating a new Control Point | |
QString | pointId () const |
int | pointType () const |
void | setGroundSource (QStringList groundFiles, int numberShapesWithPoint) |
void | setRadiusSource (QStringList radiusFiles) |
QString | groundSource () const |
QString | radiusSource () const |
QStringList | selectedFiles () const |
void | setFiles (QStringList pointFiles) |
bool | subpixelRegisterPoint () |
Isis::NewControlPointDialog::NewControlPointDialog | ( | ControlNet * | controlNet, |
SerialNumberList * | serialNumberList, | ||
QString | defaultPointId, | ||
QWidget * | parent = 0, | ||
bool | pointType = false, | ||
bool | groundSource = false, | ||
bool | subpixelRegisterMeasures = false ) |
@description Create dialog for creating a new Control Point
controlNet | The control net the new control point will be contained in |
serialNumberList | The serial number list corresponding to the controlNet |
defaultPointId | The default pointID, usually empty string |
parent | Parent widget |
pointType | Show the Point Type combo box, default = false |
groundSource | Show the Ground Source list, default = false |
subpixelRegisterMeasures | Show the check box for sub-pixel registration option, default = false |
References groundSource(), pointType(), Isis::ControlPoint::PointTypeCount, and Isis::ControlPoint::PointTypeToString().
QString Isis::NewControlPointDialog::groundSource | ( | ) | const |
Referenced by Isis::ControlPointEditWidget::createControlPoint(), and NewControlPointDialog().
QString Isis::NewControlPointDialog::pointId | ( | ) | const |
Referenced by Isis::ControlPointEditWidget::createControlPoint(), and Isis::QnetTool::createPoint().
int Isis::NewControlPointDialog::pointType | ( | ) | const |
References Isis::ControlPoint::Constrained, Isis::ControlPoint::Fixed, and Isis::ControlPoint::Free.
Referenced by Isis::ControlPointEditWidget::createControlPoint(), and NewControlPointDialog().
QString Isis::NewControlPointDialog::radiusSource | ( | ) | const |
QStringList Isis::NewControlPointDialog::selectedFiles | ( | ) | const |
Referenced by Isis::ControlPointEditWidget::createControlPoint(), and Isis::QnetTool::createPoint().
void Isis::NewControlPointDialog::setFiles | ( | QStringList | pointFiles | ) |
Referenced by Isis::ControlPointEditWidget::createControlPoint(), and Isis::QnetTool::createPoint().
void Isis::NewControlPointDialog::setGroundSource | ( | QStringList | groundFiles, |
int | numberShapesWithPoint ) |
Referenced by Isis::ControlPointEditWidget::createControlPoint().
void Isis::NewControlPointDialog::setRadiusSource | ( | QStringList | radiusFiles | ) |
Referenced by Isis::ControlPointEditWidget::createControlPoint().
bool Isis::NewControlPointDialog::subpixelRegisterPoint | ( | ) |