Loading isis/src/control/objs/ControlNetVitals/ControlNetVitals.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,12 @@ namespace Isis { } m_pointTypeCounts[point->GetType()]--; int numValidMeasures= point->GetNumValidMeasures(); if ( --m_pointMeasureCounts[numValidMeasures] < 1 ) { m_pointMeasureCounts.remove(numValidMeasures); } validate(); } Loading isis/src/control/objs/ControlNetVitals/ControlNetVitals.h +4 −5 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ namespace Isis { * @history 2018-06-25 Kristin Berry - Fixed problem with getImagesBelowMeasureThreshold().size() * not matching numImagesBelowMeasureThreshold(). Fixed a similar * problem with numPointsBelowMeasureThreshold(). * @history 2018-07-03 Jesse Mapel - Fixed deleting control points not properly updating the * point counters. */ class ControlNetVitals : public QObject { Q_OBJECT Loading Loading @@ -124,9 +126,6 @@ namespace Isis { private: void addMeasureToCounts(ControlMeasure *measure); void removeMeasureFromCounts(ControlMeasure *measure); // TESTING JAM QString countersToString(); // TESTING JAM //! The Control Network that the vitals class is observing. ControlNet *m_controlNet; Loading Loading
isis/src/control/objs/ControlNetVitals/ControlNetVitals.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,12 @@ namespace Isis { } m_pointTypeCounts[point->GetType()]--; int numValidMeasures= point->GetNumValidMeasures(); if ( --m_pointMeasureCounts[numValidMeasures] < 1 ) { m_pointMeasureCounts.remove(numValidMeasures); } validate(); } Loading
isis/src/control/objs/ControlNetVitals/ControlNetVitals.h +4 −5 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ namespace Isis { * @history 2018-06-25 Kristin Berry - Fixed problem with getImagesBelowMeasureThreshold().size() * not matching numImagesBelowMeasureThreshold(). Fixed a similar * problem with numPointsBelowMeasureThreshold(). * @history 2018-07-03 Jesse Mapel - Fixed deleting control points not properly updating the * point counters. */ class ControlNetVitals : public QObject { Q_OBJECT Loading Loading @@ -124,9 +126,6 @@ namespace Isis { private: void addMeasureToCounts(ControlMeasure *measure); void removeMeasureFromCounts(ControlMeasure *measure); // TESTING JAM QString countersToString(); // TESTING JAM //! The Control Network that the vitals class is observing. ControlNet *m_controlNet; Loading