Loading isis/src/control/objs/ControlNetVitals/ControlNetVitals.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -506,8 +506,7 @@ namespace Isis { /** * This method is designed to return the number of points in the observed Control Network. * It is a wrapper for the ControlNet::GetNumPoints() call of the observed Control Network. * This method is designed to return the number of points in the Control Network. * * @return The number of points in the Control Network. */ Loading isis/src/control/objs/ControlNetVitals/ControlNetVitals.h +3 −3 Original line number Diff line number Diff line Loading @@ -148,13 +148,13 @@ namespace Isis { //! This map at key ControlPoint::Fixed and it would return how many fixed points there are. QMap<ControlPoint::PointType, int> m_pointTypeCounts; //! The number of points in the network. int m_numPoints; //! The number of ignored points in the network. int m_numPointsIgnored; //! The number of edit locked points in the network. int m_numPointsLocked; //! The number of measures in the network. int m_numMeasures; }; }; Loading Loading
isis/src/control/objs/ControlNetVitals/ControlNetVitals.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -506,8 +506,7 @@ namespace Isis { /** * This method is designed to return the number of points in the observed Control Network. * It is a wrapper for the ControlNet::GetNumPoints() call of the observed Control Network. * This method is designed to return the number of points in the Control Network. * * @return The number of points in the Control Network. */ Loading
isis/src/control/objs/ControlNetVitals/ControlNetVitals.h +3 −3 Original line number Diff line number Diff line Loading @@ -148,13 +148,13 @@ namespace Isis { //! This map at key ControlPoint::Fixed and it would return how many fixed points there are. QMap<ControlPoint::PointType, int> m_pointTypeCounts; //! The number of points in the network. int m_numPoints; //! The number of ignored points in the network. int m_numPointsIgnored; //! The number of edit locked points in the network. int m_numPointsLocked; //! The number of measures in the network. int m_numMeasures; }; }; Loading