Commit 0f19ed1d authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Added history for pointIgnored and pointUnIgnored in ControlNet and ControlPoint.

parent 565557c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -230,6 +230,9 @@ namespace Isis {
   *   @history 2018-06-06 Jesse Mapel - Added a method to get all adjacent images to ControlNet.
   *                           Previously this functionality was only available through the
   *                           ControlCubeGraphNode class. References #5434.
   *   @history 2018-06-06 Jesse Mapel - Added a point ignored and un-ignored methods. This will
   *                           prevent edge strengths getting incremented or decremented twice.
   *                           References #5434.
   */
  class ControlNet : public QObject {
      Q_OBJECT
+2 −0
Original line number Diff line number Diff line
@@ -343,6 +343,8 @@ namespace Isis {
   *   @history 2018-01-05 Adam Goins - Added HasDateTime() and HasChooserName() methods to allow
   *                           to allow the value of these variables to be read without being
   *                           overriden if they're empty. (Getters override if they're empty).
   *   @history 2018-06-06 Jesse Mapel - Modified setIgnored to use new pointIgnored and
   *                           pointUnIgnored methods. References #5434.
   */
  class ControlPoint : public QObject {