|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ControlHealthMonitorWidget_h
2 #define ControlHealthMonitorWidget_h
13 #include <QTableWidget>
14 #include <QProgressBar>
49 void historyEntry(QString, QString, QVariant, QVariant, QString);
72 void updateStatus(
int code);
84 QTableWidget *m_historyTable;
85 QTableWidget *m_imagesTable;
86 QTableWidget *m_pointsTable;
88 QLabel *m_imagesHullValue;
89 QLabel *m_imagesMeasuresValue;
90 QLabel *m_imagesShowingLabel;
91 QLabel *m_lastModLabel;
93 QLabel *m_numImagesLabel;
94 QLabel *m_numMeasuresLabel;
95 QLabel *m_numPointsLabel;
96 QLabel *m_pointsConstrainedLabel;
97 QLabel *m_pointsEditLockedLabel;
98 QLabel *m_pointsFewMeasuresLabel;
99 QLabel *m_pointsFixedLabel;
100 QLabel *m_pointsFreeLabel;
101 QLabel *m_pointsIgnoredLabel;
102 QLabel *m_pointsShowingLabel;
103 QLabel *m_statusDetails;
104 QLabel *m_statusLabel;
QList< QString > getImagesBelowMeasureThreshold(int num=3)
This method is designed to return a QList containing cube serials for all images that fall below a me...
Definition: ControlNetVitals.cpp:806
QList< ControlPoint * > getFreePoints()
This method is designed to return all free points in the Control Network.
Definition: ControlNetVitals.cpp:771
QList< ControlPoint * > getAllPoints()
This method is designed to return all points in the Control Network.
Definition: ControlNetVitals.cpp:705
int numFreePoints()
This method is designed to return the number of free points in the Control Network.
Definition: ControlNetVitals.cpp:604
QList< QString > getImagesBelowHullTolerance(int num=75)
This method is designed to return a QList containing cube serials for all images that fall below a co...
Definition: ControlNetVitals.cpp:826
int numImagesBelowHullTolerance(int tolerance=75)
This method is designed to return the number of images that fall below a hull tolerance.
Definition: ControlNetVitals.cpp:685
QList< ControlPoint * > getIgnoredPoints()
This method is designed to return all ignored points in the Control Network.
Definition: ControlNetVitals.cpp:715
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
QList< ControlPoint * > getPointsBelowMeasureThreshold(int num=3)
This method is designed to return all points that fall below a measure threshold.
Definition: ControlNetVitals.cpp:788
QString getStatusDetails()
This method is designed to return details for the status of the network.
Definition: ControlNetVitals.cpp:853
A single control point.
Definition: ControlPoint.h:354
int numPoints()
This method is designed to return the number of points in the Control Network.
Definition: ControlNetVitals.cpp:554
int numIgnoredPoints()
This method is designed to return the number of ignored points in the Control Network.
Definition: ControlNetVitals.cpp:564
int numImages()
This method is designed to return the number of images in the Control Network.
Definition: ControlNetVitals.cpp:638
int numLockedPoints()
This method is designed to return the number of edit locked points in the Control Network.
Definition: ControlNetVitals.cpp:574
QList< ControlPoint * > getFixedPoints()
This method is designed to return all fixed points in the Control Network.
Definition: ControlNetVitals.cpp:743
int numPointsBelowMeasureThreshold(int num=3)
This method is designed to return the number of points that fall below a measure threshold.
Definition: ControlNetVitals.cpp:617
QList< ControlPoint * > getConstrainedPoints()
This method is designed to return all constrained points in the Control Network.
Definition: ControlNetVitals.cpp:757
ControlNetVitals.
Definition: ControlNetVitals.h:51
QList< QString > getCubeSerials()
This method is designed to return all cube serials present in the Control Network.
Definition: ControlNetVitals.cpp:695
ControlPoint * getPoint(QString id)
This method is designed to return the Control Point with the associated point id from the Control Net...
Definition: ControlNetVitals.cpp:265
QString getStatus()
This method is designed to return the current status of the network.
Definition: ControlNetVitals.cpp:839
int numConstrainedPoints()
This method is designed to return the number of constrained points in the Control Network.
Definition: ControlNetVitals.cpp:594
int numMeasures()
This method is designed to return the number of measures in the Control Network.
Definition: ControlNetVitals.cpp:648
int numImagesBelowMeasureThreshold(int num=3)
This method is designed to return the number of images that fall below a measure threshold.
Definition: ControlNetVitals.cpp:661
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
QList< ControlPoint * > getLockedPoints()
This method is designed to return all edit locked points in the Control Network.
Definition: ControlNetVitals.cpp:729
int numFixedPoints()
This method is designed to return the number of fixed points in the Control Network.
Definition: ControlNetVitals.cpp:584
QString getNetworkId()
This method is designed to return networkId of the observed Control Network.
Definition: ControlNetVitals.cpp:865