Commit 1e3bcf4a authored by Adam Goins's avatar Adam Goins
Browse files

updated documentation for these changes.

parent e3b0f33f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.
   */
+3 −3
Original line number Diff line number Diff line
@@ -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;
  };
};