1 #ifndef ControlPointEditWidget_h     2 #define ControlPointEditWidget_h    10 #include <QCloseEvent>    17 #include <QStringList>    41   class ControlMeasureEditWidget;
    47   class MdiCubeViewport;
    48   class SerialNumberList;
    51   class UniversalGroundMap;
   120       QString editPointId();
   124       void controlPointChanged(QString pointId);
   125       void controlPointAdded(QString pointId);
   126       void ignorePointChanged();
   127       void ignoreLeftChanged();
   128       void ignoreRightChanged();
   132       void measureChanged();
   134       void saveControlNet();
   144                               bool isGroundSource = 
false);
   180       void updateGroundPosition();
   187       void colorizeAllSaveButtons(QString color);
   205       void loadPoint(QString serialNumber = 
"");
   226       double demRadius(
double latitude, 
double longitude);
   241       QPointer<QAction> m_showHideTemplateEditor;
   266       QPointer<QLabel> m_numMeasures;
   267       QPointer<QLabel> m_aprioriLatitude;
   268       QPointer<QLabel> m_aprioriLongitude;
   269       QPointer<QLabel> m_aprioriRadius;
   284       QPointer<QStandardItemModel> m_model;
   312       QScopedPointer<UniversalGroundMap> m_groundGmap;
   322       QString m_radiusFilename;
   323       ControlPoint::RadiusSource::Source m_radiusSourceType;
   326       QScopedPointer<Cube> m_demCube;
 This represents an ISIS control net in a project-based GUI interface. 
 
const double Null
Value for an Isis Null pixel. 
 
File name manipulation and expansion. 
 
Widget to display Isis cubes for qt apps. 
 
Namespace for ISIS/Bullet specific routines. 
 
Serial Number list generator. 
 
IO Handler for Isis Cubes.