Loading isis/src/control/objs/ControlNet/ControlNet.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading isis/src/control/objs/ControlPoint/ControlPoint.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
isis/src/control/objs/ControlNet/ControlNet.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
isis/src/control/objs/ControlPoint/ControlPoint.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading